Home
last modified time | relevance | path

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 Dtext_field_foreground_modifier.cpp56 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 Dtext_field_overlay_modifier.cpp124 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 Dtext_field_content_modifier.cpp108 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 Dtext_input_layout_algorithm.cpp237 auto textFrameRect = textFieldGeometryNode->GetFrameRect(); in ErrorLayout() local
246 …textGeometryNode->SetFrameOffset(OffsetF(offSetX, textFrameRect.Bottom() - textFrameRect.Top() + e… in ErrorLayout()