Home
last modified time | relevance | path

Searched refs:fontConfig_ (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/ports/skia_ohos/
H A DSkFontStyleSet_ohos.cpp15 : fontConfig_(fontConfig), styleIndex(index), isFallback(isFallback) in SkFontStyleSet_OHOS()
18 tpCount = fontConfig_->getTypefaceCount(styleIndex, isFallback); in SkFontStyleSet_OHOS()
37 if (index < 0 || index >= this->count() || fontConfig_ == nullptr) { in getStyle()
41 SkTypeface* typeface = fontConfig_->getTypeface(styleIndex, index, isFallback); in getStyle()
85 if (fontConfig_) { in createTypeface()
86 return SkSafeRef(fontConfig_->getTypeface(styleIndex, index, isFallback)); in createTypeface()
98 if (fontConfig_) { in matchStyle()
99 return SkSafeRef(fontConfig_->getTypeface(styleIndex, pattern, isFallback)); in matchStyle()
H A DSkFontStyleSet_ohos.h26 std::shared_ptr<FontConfig_OHOS> fontConfig_ = nullptr; // the object of FontConfig_OHOS member in SkFontStyleSet_OHOS

Completed in 1 milliseconds