Home
last modified time | relevance | path

Searched defs:caretRect (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drosen_render_text_overlay.cpp191 auto caretRect = rosenTextField->GetCaretRect(); in PaintMagnifier() local
203 auto caretRect = rosenTextField->GetStartRect(); in PaintMagnifier() local
H A Dtext_overlay_manager.cpp319 bool TextOverlayBase::GetCaretRect(int32_t extent, Rect& caretRect, double caretHeightOffset) const
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_select_controller.cpp535 RectF caretRect; in MoveCaretToContentRect() local
573 RectF caretRect; in MoveCaretAnywhere() local
621 RectF caretRect; in UpdateCaretOffset() local
659 auto caretRect = GetCaretRect(); in MoveSecondHandleByKeyBoard() local
H A Dtext_field_manager.cpp109 auto caretRect = textBase->GetCaretRect() + frameNode->GetTransformRectRelativeToWindow(); in GetFocusedNodeCaretRect() local
211 auto caretRect = textBase->GetCaretRect() + frameNode->GetPositionToWindowWithTransform(); in ScrollToSafeAreaHelper() local
H A Dtext_field_overlay_modifier.cpp269 auto caretRect = textFieldPattern->GetCaretRect(); in PaintCursor() local
H A Dtext_field_pattern.cpp7421 auto caretRect = lastCaretRect; in OnBackPressed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/text_field/
H A Drender_text_field_test.cpp129 … bool GetCaretRect(int32_t extent, Rect& caretRect, double caretHeightOffset = 0.0) const override in GetCaretRect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp95 bool RosenRenderTextField::GetCaretRect(int32_t extent, Rect& caretRect, double caretHeightOffset) … in GetCaretRect()
128 void RosenRenderTextField::PaintCaret(SkCanvas& canvas, const Rect& caretRect) in PaintCaret()
201 Rect caretRect = caretRect_; in PaintSelectCaret() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_overlay_test_ng.cpp101 auto caretRect = richEditorPattern->GetCaretRect(); variable
123 auto caretRect = richEditorPattern->GetCaretRect(); variable
H A Drich_editor_test_ng.cpp3143 auto caretRect = richEditorPattern->GetCaretRect(); variable
3165 auto caretRect = richEditorPattern->GetCaretRect(); variable