Home
last modified time | relevance | path

Searched refs:SkFontMgr_OHOS (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/ports/
DSkFontMgr_ohos.cpp12 SkFontMgr_OHOS::BuildFamilyMapCallback SkFontMgr_OHOS::buildFamilyMapCallback;
14 SkFontMgr_OHOS::SkFontMgr_OHOS() in SkFontMgr_OHOS() function in SkFontMgr_OHOS
20 int SkFontMgr_OHOS::onCountFamilies() const in onCountFamilies()
25 void SkFontMgr_OHOS::onGetFamilyName(int index, SkString* familyName) const in onGetFamilyName()
34 SkFontStyleSet* SkFontMgr_OHOS::onCreateStyleSet(int index) const in onCreateStyleSet()
42 SkFontStyleSet* SkFontMgr_OHOS::onMatchFamily(const char familyName[]) const in onMatchFamily()
85 SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) c… in onMatchFamilyStyle()
91 SkTypeface* SkFontMgr_OHOS::onMatchFaceStyle(const SkTypeface* typeface, const SkFontStyle& style) … in onMatchFaceStyle()
103 sk_sp<SkTypeface> SkFontMgr_OHOS::find_family_style_character(const SkString& familyName, in find_family_style_character()
131 SkString SkFontMgr_OHOS::find_family_style_character_ohos(const SkString& familyName, in find_family_style_character_ohos()
[all …]
DSkFontMgr_ohos.h265 friend class SkFontMgr_OHOS; variable
277 class SkFontMgr_OHOS : public SkFontMgr {
284 SkFontMgr_OHOS();
285 ~SkFontMgr_OHOS() override = default;
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp14 SkFontMgr_OHOS::SkFontMgr_OHOS(const char* path) in SkFontMgr_OHOS() function in SkFontMgr_OHOS
23 int SkFontMgr_OHOS::onCountFamilies() const in onCountFamilies()
33 void SkFontMgr_OHOS::onGetFamilyName(int index, SkString* familyName) const in onGetFamilyName()
47 SkFontStyleSet* SkFontMgr_OHOS::onCreateStyleSet(int index) const in onCreateStyleSet()
65 SkFontStyleSet* SkFontMgr_OHOS::onMatchFamily(const char familyName[]) const in onMatchFamily()
91 SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) c… in onMatchFamilyStyle()
116 SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle&… in onMatchFamilyStyleCharacter()
182 SkTypeface* SkFontMgr_OHOS::findTypeface(const FallbackSetPos& fallbackItem, const SkFontStyle& sty… in findTypeface()
239 int SkFontMgr_OHOS::compareLangs(const SkString& langs, const char* bcp47[], in compareLangs()
278 SkTypeface* SkFontMgr_OHOS::onMatchFaceStyle(const SkTypeface* typeface, const SkFontStyle& style) … in onMatchFaceStyle()
[all …]
DSkFontMgr_ohos.h22 class SkFontMgr_OHOS : public SkFontMgr {
24 explicit SkFontMgr_OHOS(const char* path = nullptr);
25 virtual ~SkFontMgr_OHOS() override = default;
/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dfont_collection.cc674 auto ohosManager = reinterpret_cast<SkFontMgr_OHOS*>(managerPair.first.get()); in DoMatchFallbackFontWithVariation()
758 auto ohosManager = reinterpret_cast<SkFontMgr_OHOS*>(managerPair.first.get()); in DoMatchFallbackFontFromHwFont()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch77457 +SkFontMgr_OHOS::SkFontMgr_OHOS(const char* path)
77466 +int SkFontMgr_OHOS::onCountFamilies() const
77476 +void SkFontMgr_OHOS::onGetFamilyName(int index, SkString* familyName) const
77490 +SkFontStyleSet* SkFontMgr_OHOS::onCreateStyleSet(int index) const
77508 +SkFontStyleSet* SkFontMgr_OHOS::onMatchFamily(const char familyName[]) const
77534 +SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyle(const char familyName[], const SkFontStyle& style) …
77559 +SkTypeface* SkFontMgr_OHOS::onMatchFamilyStyleCharacter(const char familyName[], const SkFontStyle…
77625 +SkTypeface* SkFontMgr_OHOS::findTypeface(const FallbackSetPos& fallbackItem, const SkFontStyle& st…
77682 +int SkFontMgr_OHOS::compareLangs(const SkString& langs, const char* bcp47[],
77721 +SkTypeface* SkFontMgr_OHOS::onMatchFaceStyle(const SkTypeface* typeface, const SkFontStyle& style)…
[all …]