Home
last modified time | relevance | path

Searched refs:TxtGetRectsForRange (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_paragraph.h70 …void TxtGetRectsForRange(int32_t start, int32_t end, RectHeightStyle heightStyle, RectWidthStyle w… in TxtGetRectsForRange() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.h151 void TxtGetRectsForRange(int32_t start, int32_t end,
H A Dtxt_paragraph.cpp694 void TxtParagraph::TxtGetRectsForRange(int32_t start, int32_t end, in TxtGetRectsForRange() function in OHOS::Ace::NG::TxtParagraph
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dparagraph.h276 virtual void TxtGetRectsForRange(int32_t start, int32_t end,
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp304 info.paragraph->TxtGetRectsForRange( in GetRectsForRange()