Home
last modified time | relevance | path

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

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
Dfont_style_set.cpp27 Typeface* FontStyleSet::CreateTypeface(int index) in CreateTypeface() function in OHOS::Rosen::Drawing::FontStyleSet
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_font_style_set.cpp32 Typeface* SkiaFontStyleSet::CreateTypeface(int index) in CreateTypeface() function in OHOS::Rosen::Drawing::SkiaFontStyleSet
/foundation/graphic/graphic_2d/frameworks/text/service/skia_txt/
Dfont_collection.cpp158 static std::shared_ptr<Drawing::Typeface> CreateTypeface(const uint8_t *data, size_t datalen) in CreateTypeface() function