Searched refs:textFrameRect (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_foreground_modifier.cpp | 56 auto textFrameRect = textFieldPattern->GetFrameRect(); in onDraw() local 59 …RSRect(width / OFFESET_VALUE, width / OFFESET_VALUE, textFrameRect.Width() - width / OFFESET_VALUE, in onDraw() 60 textFrameRect.Height() - width / OFFESET_VALUE), in onDraw()
|
H A D | text_field_overlay_modifier.cpp | 124 auto textFrameRect = textFieldPattern->GetFrameRect(); in GetFrameRectClip() local 125 clipRect = RSRect(0.0f, 0.0f, textFrameRect.Width(), textFrameRect.Height()); in GetFrameRectClip() 154 auto textFrameRect = textFieldPattern->GetFrameRect(); in PaintUnderline() local 167 rightPoint.SetX(hasResponseArea ? textFrameRect.Width() : contentRect.Right()); in PaintUnderline() 170 leftPoint.SetY(textFrameRect.Height()); in PaintUnderline() 171 rightPoint.SetY(textFrameRect.Height()); in PaintUnderline()
|
H A D | text_field_content_modifier.cpp | 108 auto textFrameRect = textFieldPattern->GetFrameRect(); in GetFrameRectClip() local 109 clipRect = RSRect(0.0f, 0.0f, textFrameRect.Width(), textFrameRect.Height()); in GetFrameRectClip()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/ |
H A D | text_input_layout_algorithm.cpp | 237 auto textFrameRect = textFieldGeometryNode->GetFrameRect(); in ErrorLayout() local 246 …textGeometryNode->SetFrameOffset(OffsetF(offSetX, textFrameRect.Bottom() - textFrameRect.Top() + e… in ErrorLayout()
|