Home
last modified time | relevance | path

Searched refs:fontStyleSetImpl (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_style_set_test.cpp47 std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl = nullptr; variable
48 auto skiaFontStyleSet = std::make_shared<FontStyleSet>(fontStyleSetImpl);
63 std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl = nullptr; variable
64 auto skiaFontStyleSet = std::make_shared<FontStyleSet>(fontStyleSetImpl);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont_style_set.cpp24 FontStyleSet::FontStyleSet(std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl) noexcept in FontStyleSet() argument
25 : fontStyleSetImpl_(fontStyleSetImpl) {} in FontStyleSet()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font_mgr.cpp206 …std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl = std::make_shared<SkiaFontStyleSet>(skFontStyl… in MatchFamily() local
207 return new FontStyleSet(fontStyleSetImpl); in MatchFamily()
255 …std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl = std::make_shared<SkiaFontStyleSet>(skFontStyl… in CreateStyleSet() local
256 return new FontStyleSet(fontStyleSetImpl); in CreateStyleSet()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style_set.h32 explicit FontStyleSet(std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl) noexcept;