Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont.cpp231 bool Font::GetPathForGlyph(uint16_t glyph, Path* path) const in GetPathForGlyph() function in OHOS::Rosen::Drawing::Font
233 return fontImpl_->GetPathForGlyph(glyph, path); in GetPathForGlyph()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont.h258 bool GetPathForGlyph(uint16_t glyph, Path* path) const;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font.h76 bool GetPathForGlyph(uint16_t glyph, Path* path) const override;
H A Dskia_font.cpp259 bool SkiaFont::GetPathForGlyph(uint16_t glyph, Path* path) const in GetPathForGlyph() function in OHOS::Rosen::Drawing::SkiaFont
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dfont_impl.h72 virtual bool GetPathForGlyph(uint16_t glyph, Path* path) const = 0;
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/
H A Dfont_fuzzer.cpp293 font.GetPathForGlyph(glyph, path); in FontFuzzTest009()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font.cpp433 if (!font->GetPathForGlyph(glyph, reinterpret_cast<Path*>(path))) { in OH_Drawing_FontGetPathForGlyph()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/font_napi/
H A Djs_font.cpp933 if (!m_font->GetPathForGlyph(static_cast<uint16_t>(id), path)) { in OnCreatePathForGlyph()

Completed in 6 milliseconds