Home
last modified time | relevance | path

Searched refs:SkFontStyleSet_OHOS (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/ports/skia_ohos/
H A DSkFontStyleSet_ohos.cpp13 SkFontStyleSet_OHOS::SkFontStyleSet_OHOS(const std::shared_ptr<FontConfig_OHOS>& fontConfig, in SkFontStyleSet_OHOS() function in SkFontStyleSet_OHOS
25 int SkFontStyleSet_OHOS::count() in count()
35 void SkFontStyleSet_OHOS::getStyle(int index, SkFontStyle* style, SkString* styleName) in getStyle()
80 SkTypeface* SkFontStyleSet_OHOS::createTypeface(int index) in createTypeface()
96 SkTypeface* SkFontStyleSet_OHOS::matchStyle(const SkFontStyle& pattern) in matchStyle()
H A DSkFontStyleSet_ohos.h16 class SK_API SkFontStyleSet_OHOS : public SkFontStyleSet { class
18 SkFontStyleSet_OHOS(const std::shared_ptr<FontConfig_OHOS>& fontConfig,
20 virtual ~SkFontStyleSet_OHOS() override = default;
H A DSkFontMgr_ohos.cpp56 return new SkFontStyleSet_OHOS(fontConfig, index); in onCreateStyleSet()
73 return new SkFontStyleSet_OHOS(fontConfig, 0); in onMatchFamily()
81 return new SkFontStyleSet_OHOS(fontConfig, index, isFallback); in onMatchFamily()

Completed in 2 milliseconds