Searched refs:FontConfig_OHOS (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | FontConfig_ohos.cpp | 29 FontConfig_OHOS::FontConfig_OHOS(const SkTypeface_FreeType::Scanner& fontScanner, in FontConfig_OHOS() function in FontConfig_OHOS 44 const FallbackForMap& FontConfig_OHOS::getFallbackForMap() const in getFallbackForMap() 52 const FallbackSet& FontConfig_OHOS::getFallbackSet() const in getFallbackSet() 60 int FontConfig_OHOS::getFamilyCount() const in getFamilyCount() 70 int FontConfig_OHOS::getDefaultFamily(SkString* familyName) const in getDefaultFamily() 81 int FontConfig_OHOS::getFamilyName(int index, SkString* familyName) const in getFamilyName() 102 int FontConfig_OHOS::getTypefaceCount(int styleIndex, bool isFallback) const in getTypefaceCount() 127 SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, int index, in getTypeface() 157 SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, const SkFontStyle& style, in getTypeface() 187 int FontConfig_OHOS::getStyleIndex(const char* familyName, bool& isFallback) const in getStyleIndex() [all …]
|
D | FontConfig_ohos.h | 99 class FontConfig_OHOS { 101 explicit FontConfig_OHOS(const SkTypeface_FreeType::Scanner& fontScanner, 103 virtual ~FontConfig_OHOS() = default; 224 FontConfig_OHOS(const FontConfig_OHOS&) = delete; 225 FontConfig_OHOS& operator = (const FontConfig_OHOS&) = delete; 226 FontConfig_OHOS(FontConfig_OHOS&&) = delete; 227 FontConfig_OHOS& operator = (FontConfig_OHOS&&) = delete;
|
D | SkFontMgr_ohos.cpp | 16 fontConfig = std::make_shared<FontConfig_OHOS>(fontScanner, path); in SkFontMgr_OHOS() 139 FontConfig_OHOS::errToString(ERROR_FAMILY_NOT_FOUND), defaultFamily.c_str()); in onMatchFamilyStyleCharacter() 158 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in onMatchFamilyStyleCharacter() 214 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in findTypeface() 224 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in findTypeface() 353 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_NO_STREAM)); in onMakeFromFontData() 375 LOGE("%s : %s\n", FontConfig_OHOS::errToString(ERROR_FONT_NOT_EXIST), path); in onMakeFromFile() 402 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_NO_AVAILABLE_FAMILY)); in onLegacyMakeTypeface() 426 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface() 433 LOGE("%s\n", FontConfig_OHOS::errToString(ERROR_FONT_INVALID_STREAM)); in makeTypeface() [all …]
|
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
|
D | SkFontStyleSet_ohos.cpp | 13 SkFontStyleSet_OHOS::SkFontStyleSet_OHOS(const std::shared_ptr<FontConfig_OHOS>& fontConfig, in SkFontStyleSet_OHOS()
|
D | SkFontMgr_ohos.h | 53 std::shared_ptr<FontConfig_OHOS> fontConfig = nullptr; // the pointer of FontConfig_OHOS
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 75818 +FontConfig_OHOS::FontConfig_OHOS(const SkTypeface_FreeType::Scanner& fontScanner, 75833 +const FallbackForMap& FontConfig_OHOS::getFallbackForMap() const 75841 +const FallbackSet& FontConfig_OHOS::getFallbackSet() const 75849 +int FontConfig_OHOS::getFamilyCount() const 75859 +int FontConfig_OHOS::getDefaultFamily(SkString* familyName) const 75870 +int FontConfig_OHOS::getFamilyName(int index, SkString* familyName) const 75891 +int FontConfig_OHOS::getTypefaceCount(int styleIndex, bool isFallback) const 75916 +SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, int index, 75946 +SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, const SkFontStyle& style, 75976 +int FontConfig_OHOS::getStyleIndex(const char* familyName, bool& isFallback) const [all …]
|