Home
last modified time | relevance | path

Searched refs:ComputeOffsetForCaretDownstream (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp230 bool TextOverlayBase::ComputeOffsetForCaretDownstream(int32_t extent, CaretMetrics& result) const function in OHOS::Ace::TextOverlayBase
284 bool downStreamSuccess = ComputeOffsetForCaretDownstream(extent, downStreamMetrics);
332ComputeOffsetForCaretDownstream(extent, metrics) || ComputeOffsetForCaretUpstream(extent, metrics);
335 …ComputeOffsetForCaretUpstream(extent, metrics) || ComputeOffsetForCaretDownstream(extent, metrics);
H A Dtext_overlay_manager.h199 bool ComputeOffsetForCaretDownstream(int32_t extent, CaretMetrics& result) const;
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_paragraph.h58 MOCK_METHOD3(ComputeOffsetForCaretDownstream, bool(int32_t extent, CaretMetricsF& result,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp594 bool TxtParagraph::ComputeOffsetForCaretDownstream(int32_t extent, CaretMetricsF& result, bool need… in ComputeOffsetForCaretDownstream() function in OHOS::Ace::NG::TxtParagraph
777 computeSuccess = ComputeOffsetForCaretDownstream(extent, metrics, needLineHighest) || in CalcCaretMetricsByPosition()
781 ComputeOffsetForCaretDownstream(extent, metrics, needLineHighest); in CalcCaretMetricsByPosition()
799 auto downStreamSuccess = ComputeOffsetForCaretDownstream(extent, metricsDownstream); in CalcCaretMetricsByPosition()
H A Dtxt_paragraph.h131 …bool ComputeOffsetForCaretDownstream(int32_t extent, CaretMetricsF& result, bool needLineHighest =…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp435 …computeSuccess = paragraph->ComputeOffsetForCaretDownstream(relativeIndex, metrics, needLineHighes… in ComputeCursorOffset()
439 … paragraph->ComputeOffsetForCaretDownstream(relativeIndex, metrics, needLineHighest); in ComputeCursorOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.h112 bool ComputeOffsetForCaretDownstream(int32_t extent, CaretMetrics& result) const;
H A Drosen_render_text_field.cpp107ComputeOffsetForCaretDownstream(extent, metrics) || ComputeOffsetForCaretUpstream(extent, metrics); in GetCaretRect()
110 …ComputeOffsetForCaretUpstream(extent, metrics) || ComputeOffsetForCaretDownstream(extent, metrics); in GetCaretRect()
1416 bool RosenRenderTextField::ComputeOffsetForCaretDownstream(int32_t extent, CaretMetrics& result) co… function in OHOS::Ace::RosenRenderTextField
1469 bool downStreamSuccess = ComputeOffsetForCaretDownstream(extent, downStreamMetrics);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.cpp85 EXPECT_CALL(*paragraph, ComputeOffsetForCaretDownstream(cursorItem.index, _, _)) in AddParagraph()
H A Drich_editor_keyboard_shortcut_test_ng.cpp189 EXPECT_CALL(*paragraph, ComputeOffsetForCaretDownstream(index, _, _))
581 EXPECT_CALL(*paragraph, ComputeOffsetForCaretDownstream(index, _, _))
H A Drich_editor_pattern_testone_ng.cpp133 EXPECT_CALL(*paragraph, ComputeOffsetForCaretDownstream(index, _, _))
1313 EXPECT_CALL(*paragraph, ComputeOffsetForCaretDownstream(_, _, _))
H A Drich_editor_test_ng.cpp338 EXPECT_CALL(*paragraph, ComputeOffsetForCaretDownstream(cursorItem.index, _, _)) in AddParagraph()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dparagraph.h253 virtual bool ComputeOffsetForCaretDownstream(
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtext_testtwo_ng.cpp1673 EXPECT_CALL(*paragraph, ComputeOffsetForCaretDownstream).WillRepeatedly(Return(true));