Searched refs:CreateTypeface (Results 1 – 9 of 9) sorted by relevance
27 Typeface* FontStyleSet::CreateTypeface(int index) in CreateTypeface() function in OHOS::Rosen::Drawing::FontStyleSet30 return fontStyleSetImpl_->CreateTypeface(index); in CreateTypeface()
50 std::shared_ptr<TexgineTypeface> TexgineFontStyleSet::CreateTypeface(int index) in CreateTypeface() function in OHOS::Rosen::TextEngine::TexgineFontStyleSet55 RSTypeface* typeface = set_->CreateTypeface(index); in CreateTypeface()
52 std::shared_ptr<TexgineTypeface> CreateTypeface(int index);
33 virtual Typeface* CreateTypeface(int index) = 0;
40 Typeface* CreateTypeface(int index);
41 Typeface* CreateTypeface(int index) override;
32 Typeface* SkiaFontStyleSet::CreateTypeface(int index) in CreateTypeface() function in OHOS::Rosen::Drawing::SkiaFontStyleSet
56 fontStyleSet->CreateTypeface(index); in FontStyleSetFuzzTest001()
205 auto drawingTypeface = converFontStyleSet->CreateTypeface(index); in OH_Drawing_FontStyleSetCreateTypeface()