Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_font_test.cpp64 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
78 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
92 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
106 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
120 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
134 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
148 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
162 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
183 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
197 auto skiaFont = std::make_shared<SkiaFont>(typeface, 1, 1, 1); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_text_blob_builder.cpp38 auto skiaFont = font.GetImpl<SkiaFont>(); in AllocRunPos() local
59 auto skiaFont = font.GetImpl<SkiaFont>(); in AllocRunRSXform() local
H A Dskia_text_blob.cpp50 auto skiaFont = font.GetImpl<SkiaFont>(); in MakeFromText() local
68 auto skiaFont = font.GetImpl<SkiaFont>(); in MakeFromPosText() local
93 auto skiaFont = font.GetImpl<SkiaFont>(); in MakeFromRSXform() local
H A Dskia_font.cpp49 auto skiaFont = font.GetImpl<SkiaFont>(); in SkiaFont() local