Searched defs:fontStyleSet (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_font_mgr_test.cpp | 70 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0); variable 87 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrMatchFamily(mgr, matchFamilyName); variable 165 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(nullptr, 0); variable 206 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0); variable 224 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0); variable 242 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0); variable 265 OH_Drawing_FontStyleSet* fontStyleSet = OH_Drawing_FontMgrCreateFontStyleSet(mgr, 0); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_font_mgr.cpp | 123 FontStyleSet* fontStyleSet = fontMgr->CreateStyleSet(index); in OH_Drawing_FontMgrCreateFontStyleSet() local 151 FontStyleSet* fontStyleSet = fontMgr->MatchFamily(familyName); in OH_Drawing_FontMgrMatchFamily() local 199 OH_Drawing_Typeface* OH_Drawing_FontStyleSetCreateTypeface(OH_Drawing_FontStyleSet* fontStyleSet, i… in OH_Drawing_FontStyleSetCreateTypeface() 215 OH_Drawing_FontStyleSet* fontStyleSet, int32_t index, char** styleName) in OH_Drawing_FontStyleSetGetStyle() 266 OH_Drawing_FontStyleSet* fontStyleSet, OH_Drawing_FontStyleStruct fontStyleStruct) in OH_Drawing_FontStyleSetMatchStyle() 282 int OH_Drawing_FontStyleSetCount(OH_Drawing_FontStyleSet* fontStyleSet) in OH_Drawing_FontStyleSetCount()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyleset_fuzzer/ |
H A D | fontstyleset_fuzzer.cpp | 54 FontStyleSet* fontStyleSet = fontMgr->MatchFamily(familyName); in FontStyleSetFuzzTest001() local 88 FontStyleSet* fontStyleSet = fontMgr->MatchFamily(familyName); in FontStyleSetFuzzTest002() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_font_mgr_test.cpp | 90 auto fontStyleSet = skiaFontMgr->MatchFamily("0"); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/ |
H A D | font_mgr_test.cpp | 91 FontStyleSet* fontStyleSet = FontMgr->MatchFamily(familyName); variable 132 FontStyleSet* fontStyleSet = FontMgr->CreateStyleSet(0); variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | asset_font_manager.cpp | 58 …SkFontStyleSet* fontStyleSet = fontProvider_->MatchFamily(std::string(familyName ? familyName : ""… in onMatchFamilyStyle() local
|