Home
last modified time | relevance | path

Searched refs:FontConfig_OHOS (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp41 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 DFontConfig_ohos.h104 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 DSkFontMgr_ohos.cpp17 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 DSkFontStyleSet_ohos.h18 SkFontStyleSet_OHOS(const std::shared_ptr<FontConfig_OHOS>& fontConfig,
26 std::shared_ptr<FontConfig_OHOS> fontConfig_ = nullptr; // the object of FontConfig_OHOS
H A DSkFontStyleSet_ohos.cpp8 * \param fontConfig the pointer of FontConfig_OHOS
13 SkFontStyleSet_OHOS::SkFontStyleSet_OHOS(const std::shared_ptr<FontConfig_OHOS>& fontConfig, in SkFontStyleSet_OHOS()
H A DSkFontMgr_ohos.h58 std::shared_ptr<FontConfig_OHOS> fontConfig = nullptr; // the pointer of FontConfig_OHOS

Completed in 4 milliseconds