Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/test/mock/core/rosen/
Dtesting_typography.h86 …virtual std::vector<TestingTypographyProperties::TextBox> GetRectsForRange(size_t /* start */, siz… in GetRectsForRange() function
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
Dparagraph_impl.cpp230 std::vector<TextBox> ParagraphImpl::GetRectsForRange(size_t start, size_t end, in GetRectsForRange() function in OHOS::Rosen::SPText::ParagraphImpl
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dtxt_paragraph.cpp653 void TxtParagraph::GetRectsForRange(int32_t start, int32_t end, std::vector<RectF>& selectedRects) in GetRectsForRange() function in OHOS::Ace::NG::TxtParagraph
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
Djs_paragraph.cpp351 napi_value JsParagraph::GetRectsForRange(napi_env env, napi_callback_info info) in GetRectsForRange() function in OHOS::Rosen::JsParagraph