Searched refs:CreateStyleSet (Results 1 – 8 of 8) sorted by relevance
105 FontStyleSet* FontMgr::CreateStyleSet(int index) const in CreateStyleSet() function in OHOS::Rosen::Drawing::FontMgr110 return fontMgrImpl_->CreateStyleSet(index); in CreateStyleSet()
47 virtual FontStyleSet* CreateStyleSet(int index) const = 0;
56 FontStyleSet* CreateStyleSet(int index) const override;
245 FontStyleSet* SkiaFontMgr::CreateStyleSet(int index) const in CreateStyleSet() function in OHOS::Rosen::Drawing::SkiaFontMgr
131 FontStyleSet* CreateStyleSet(int index) const;
123 FontStyleSet* fontStyleSet = fontMgr->CreateStyleSet(index); in OH_Drawing_FontMgrCreateFontStyleSet()
132 FontStyleSet* fontStyleSet = FontMgr->CreateStyleSet(0);
76 fontMgr->CreateStyleSet(index); in FontMgrFuzzTest002()