Home
last modified time | relevance | path

Searched refs:CreateStyleSet (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dfont_mgr.cpp105 FontStyleSet* FontMgr::CreateStyleSet(int index) const in CreateStyleSet() function in OHOS::Rosen::Drawing::FontMgr
110 return fontMgrImpl_->CreateStyleSet(index); in CreateStyleSet()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dfont_mgr_impl.h47 virtual FontStyleSet* CreateStyleSet(int index) const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_font_mgr.h56 FontStyleSet* CreateStyleSet(int index) const override;
H A Dskia_font_mgr.cpp245 FontStyleSet* SkiaFontMgr::CreateStyleSet(int index) const in CreateStyleSet() function in OHOS::Rosen::Drawing::SkiaFontMgr
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_mgr.h131 FontStyleSet* CreateStyleSet(int index) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp123 FontStyleSet* fontStyleSet = fontMgr->CreateStyleSet(index); in OH_Drawing_FontMgrCreateFontStyleSet()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dfont_mgr_test.cpp132 FontStyleSet* fontStyleSet = FontMgr->CreateStyleSet(0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontmgr_fuzzer/
H A Dfontmgr_fuzzer.cpp76 fontMgr->CreateStyleSet(index); in FontMgrFuzzTest002()