Searched refs:FontConfig_OHOS (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/ports/skia_ohos/ |
H A D | FontConfig_ohos.cpp | 41 FontConfig_OHOS::FontConfig_OHOS(const SkTypeface_FreeType::Scanner& fontScanner, in FontConfig_OHOS() function in FontConfig_OHOS 59 FontConfig_OHOS::FontConfig_OHOS(const SkTypeface_FreeType::Scanner& fontScanner, in FontConfig_OHOS() function in FontConfig_OHOS 75 const FallbackForMap& FontConfig_OHOS::getFallbackForMap() const in getFallbackForMap() 83 const FallbackSet& FontConfig_OHOS::getFallbackSet() const in getFallbackSet() 91 int FontConfig_OHOS::getFamilyCount() const in getFamilyCount() 101 int FontConfig_OHOS::getDefaultFamily(SkString* familyName) const in getDefaultFamily() 112 int FontConfig_OHOS::getFamilyName(int index, SkString* familyName) const in getFamilyName() 133 int FontConfig_OHOS [all...] |
H A D | FontConfig_ohos.h | 104 class FontConfig_OHOS { class 106 explicit FontConfig_OHOS(const SkTypeface_FreeType::Scanner& fontScanner, 108 virtual ~FontConfig_OHOS() = default; 238 FontConfig_OHOS(const FontConfig_OHOS&) = delete; 239 FontConfig_OHOS& operator = (const FontConfig_OHOS&) = delete; 240 FontConfig_OHOS(FontConfig_OHOS&&) = delete; 241 FontConfig_OHOS [all...] |
H A D | SkFontMgr_ohos.cpp | 17 fontConfig = std::make_shared<FontConfig_OHOS>(fontScanner, path); in SkFontMgr_OHOS() 140 FontConfig_OHOS::errToString(ERROR_FAMILY_NOT_FOUND), defaultFamily.c_str()); in onMatchFamilyStyleCharacter() 159 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in onMatchFamilyStyleCharacter() 215 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in findTypeface() 225 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in findTypeface() 357 LOGE("%s : %s\n", FontConfig_OHOS::errToString(ERROR_FONT_NOT_EXIST), path); in onMakeFromFile() 384 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_NO_AVAILABLE_FAMILY)); in onLegacyMakeTypeface() 438 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface() 445 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface()
|
H A D | SkFontStyleSet_ohos.h | 18 SkFontStyleSet_OHOS(const std::shared_ptr<FontConfig_OHOS>& fontConfig, 26 std::shared_ptr<FontConfig_OHOS> fontConfig_ = nullptr; // the object of FontConfig_OHOS
|
H A D | SkFontStyleSet_ohos.cpp | 8 * \param fontConfig the pointer of FontConfig_OHOS 13 SkFontStyleSet_OHOS::SkFontStyleSet_OHOS(const std::shared_ptr<FontConfig_OHOS>& fontConfig, in SkFontStyleSet_OHOS()
|
H A D | SkFontMgr_ohos.h | 58 std::shared_ptr<FontConfig_OHOS> fontConfig = nullptr; // the pointer of FontConfig_OHOS
|
Completed in 4 milliseconds