Home
last modified time | relevance | path

Searched refs:SkTypeface_OHOS (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/ports/skia_ohos/
DSkTypeface_ohos.cpp17 SkTypeface_OHOS::SkTypeface_OHOS(const SkString& familyName, FontInfo& info) in SkTypeface_OHOS() function in SkTypeface_OHOS
27 SkTypeface_OHOS::SkTypeface_OHOS(FontInfo& info) in SkTypeface_OHOS() function in SkTypeface_OHOS
38 std::unique_ptr<SkStreamAsset> SkTypeface_OHOS::onOpenStream(int* ttcIndex) const in onOpenStream()
57 std::unique_ptr<SkFontData> SkTypeface_OHOS::onMakeFontData() const in onMakeFontData()
77 void SkTypeface_OHOS::onGetFontDescriptor(SkFontDescriptor* descriptor, bool* isLocal) const in onGetFontDescriptor()
93 void SkTypeface_OHOS::onGetFamilyName(SkString* familyName) const in onGetFamilyName()
112 sk_sp<SkTypeface> SkTypeface_OHOS::onMakeClone(const SkFontArguments& args) const in onMakeClone()
132 return sk_make_sp<SkTypeface_OHOS>(specifiedName, info); in onMakeClone()
138 const FontInfo* SkTypeface_OHOS::getFontInfo() const in getFontInfo()
DSkTypeface_ohos.h17 class SkTypeface_OHOS : public SkTypeface_FreeType {
19 SkTypeface_OHOS(const SkString& specifiedName, FontInfo& info);
20 explicit SkTypeface_OHOS(FontInfo& info);
21 virtual ~SkTypeface_OHOS() override = default;
DFontConfig_ohos.h43 using TypefaceSet = std::vector<sk_sp<SkTypeface_OHOS>>;
112 SkTypeface_OHOS* getTypeface(int styleIndex, int index, bool isFallback = false) const;
113 SkTypeface_OHOS* getTypeface(int styleIndex, const SkFontStyle& style,
124 …static sk_sp<SkTypeface_OHOS> matchFontStyle(const TypefaceSet& typefaceSet, const SkFontStyle& pa…
DFontConfig_ohos.cpp127 SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, int index, in getTypeface()
157 SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, const SkFontStyle& style, in getTypeface()
171 sk_sp<SkTypeface_OHOS> tp = matchFontStyle(*pSet, style); in getTypeface()
214 sk_sp<SkTypeface_OHOS> FontConfig_OHOS::matchFontStyle(const TypefaceSet& typefaceSet, in matchFontStyle()
885 … sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, newFont); in insertTtcFont()
924 sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, newFont); in insertVariableFont()
1002 sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, font); in loadFont()
1120 const SkTypeface_OHOS* typeface = (*typefaceSet)[i].get(); in buildSubTypefaceSet()
1127 sk_sp<SkTypeface_OHOS> newTypeface = sk_make_sp<SkTypeface_OHOS>(familyName, font); in buildSubTypefaceSet()
DSkFontMgr_ohos.cpp446 return sk_make_sp<SkTypeface_OHOS>(fontInfo); in makeTypeface()
481 return sk_make_sp<SkTypeface_OHOS>(fontInfo); in makeTypeface()
/third_party/flutter/skia/src/ports/
DSkFontMgr_ohos.h55 class SkTypeface_OHOS : public SkWeakRefCnt {
57 SkTypeface_OHOS(SkTypeface* typeface, in SkTypeface_OHOS() function
73 ~SkTypeface_OHOS() override = default;
184 fStylesHost.push_back().reset(new SkTypeface_OHOS(
261 SkTArray<sk_sp<SkTypeface_OHOS>> fStylesHost;
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch75916 +SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, int index,
75946 +SkTypeface_OHOS* FontConfig_OHOS::getTypeface(int styleIndex, const SkFontStyle& style,
75960 + sk_sp<SkTypeface_OHOS> tp = matchFontStyle(*pSet, style);
76003 +sk_sp<SkTypeface_OHOS> FontConfig_OHOS::matchFontStyle(const TypefaceSet& typefaceSet,
76677 + sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, newFo…
76716 + sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, newFont);
76794 + sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, font);
76896 + const SkTypeface_OHOS* typeface = (*typefaceSet)[i].get();
76903 + sk_sp<SkTypeface_OHOS> newTypeface = sk_make_sp<SkTypeface_OHOS>(familyName, font);
77097 +using TypefaceSet = std::vector<sk_sp<SkTypeface_OHOS>>;
[all …]