Home
last modified time | relevance | path

Searched refs:endPosY (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_overlay_modifier.cpp195 float endPosY = startPosY + caretHeight; in PaintCaret() local
197 …canvas.DrawLine(RSPoint(midPosX, startPosY + roundCapRadius), RSPoint(midPosX, endPosY - roundCapR… in PaintCaret()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_overlay_modifier.cpp272 float endPosY = caretRect.GetY() + caretRect.Height(); in PaintCursor() local
275 RSPoint(midPosX, endPosY - roundCapRadius)); in PaintCursor()