Home
last modified time | relevance | path

Searched defs:GetRectsForRange (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dlayout_info_interface.h49 virtual std::vector<ParagraphManager::TextBox> GetRectsForRange(int32_t start, int32_t end, in GetRectsForRange() function
H A Dtext_pattern.cpp4107 std::vector<ParagraphManager::TextBox> TextPattern::GetRectsForRange( in GetRectsForRange() function in OHOS::Ace::NG::TextPattern
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography.h86 …virtual std::vector<TestingTypographyProperties::TextBox> GetRectsForRange(size_t /* start */, siz… in GetRectsForRange() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_layout_manager.cpp92 void JSLayoutManager::GetRectsForRange(const JSCallbackInfo& args) in GetRectsForRange() function in OHOS::Ace::Framework::JSLayoutManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_impl.cpp233 std::vector<TextBox> ParagraphImpl::GetRectsForRange(size_t start, size_t end, in GetRectsForRange() function in OHOS::Rosen::SPText::ParagraphImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Dparagraph_manager.cpp287 std::vector<ParagraphManager::TextBox> ParagraphManager::GetRectsForRange( in GetRectsForRange() function in OHOS::Ace::NG::ParagraphManager
H A Drich_editor_pattern.cpp8063 std::vector<ParagraphManager::TextBox> RichEditorPattern::GetRectsForRange( in OnBackPressed() function in OHOS::Ace::NG::RichEditorPattern
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H A Djs_paragraph.cpp351 napi_value JsParagraph::GetRectsForRange(napi_env env, napi_callback_info info) in GetRectsForRange() function in OHOS::Rosen::JsParagraph
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp653 void TxtParagraph::GetRectsForRange(int32_t start, int32_t end, std::vector<RectF>& selectedRects) in GetRectsForRange() function in OHOS::Ace::NG::TxtParagraph