Home
last modified time | relevance | path

Searched defs:GetGlyphRuns (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dtext_line_base.cpp37 std::vector<std::unique_ptr<Run>> TextLineBaseImpl::GetGlyphRuns() const in GetGlyphRuns() function in OHOS::Rosen::AdapterTxt::TextLineBaseImpl
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dtext_line_impl.cpp37 std::vector<std::unique_ptr<Run>> TextLineImpl::GetGlyphRuns() const in GetGlyphRuns() function in OHOS::Rosen::SPText::TextLineImpl
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/text_line_napi/
H A Djs_text_line.cpp125 napi_value JsTextLine::GetGlyphRuns(napi_env env, napi_callback_info info) in GetGlyphRuns() function in OHOS::Rosen::JsTextLine