Home
last modified time | relevance | path

Searched refs:GetTextPath (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp236 void Font::GetTextPath(const void* text, size_t byteLength, TextEncoding encoding, float x, float y, Path* path) const in GetTextPath() function in OHOS::Rosen::Drawing::Font
238 fontImpl_->GetTextPath(text, byteLength, encoding, x, y, path); in GetTextPath()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont.h269 void GetTextPath(const void* text, size_t byteLength, TextEncoding encoding, float x, float y, Path* path) const;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font.h81 void GetTextPath(const void* text, size_t byteLength, TextEncoding encoding,
H A Dskia_font.cpp279 void SkiaFont::GetTextPath(const void* text, size_t length, TextEncoding encoding, in GetTextPath() function in OHOS::Rosen::Drawing::SkiaFont
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dfont_impl.h78 virtual void GetTextPath(const void* text, size_t byteLength,
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/
H A Dfont_fuzzer.cpp319 font.GetTextPath(text, count, TextEncoding::UTF8, x, y, path); in FontFuzzTest010()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp446 font->GetTextPath(text, byteLength, static_cast<TextEncoding>(encoding), x, y, reinterpret_cast<Path*>(path)); in OH_Drawing_FontGetTextPath()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.cpp980 m_font->GetTextPath(text.c_str(), byteLength, TextEncoding::UTF8, x, y, path); in OnCreatePathForText()

Completed in 6 milliseconds