Searched refs:specifiedName (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | SkTypeface_ohos.cpp | 19 specifiedName(familyName) in SkTypeface_OHOS() 30 specifiedName.reset(); in SkTypeface_OHOS() 98 if (specifiedName.size() > 0) { in onGetFamilyName() 99 *familyName = specifiedName; in onGetFamilyName() 132 return sk_make_sp<SkTypeface_OHOS>(specifiedName, info); in onMakeClone()
|
D | SkTypeface_ohos.h | 19 SkTypeface_OHOS(const SkString& specifiedName, FontInfo& info); 30 SkString specifiedName; // specified family name which is defined in the configuration file
|
D | FontConfig_ohos.cpp | 879 SkString specifiedName; in insertTtcFont() local 880 TypefaceSet* tpSet = this->getTypefaceSet(familyName, specifiedName); in insertTtcFont() 885 … sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, newFont); in insertTtcFont() 906 SkString specifiedName; in insertVariableFont() local 907 TypefaceSet* tpSet = getTypefaceSet(key, specifiedName); in insertVariableFont() 924 sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, newFont); in insertVariableFont() 937 SkString& specifiedName) const in getTypefaceSet() 943 specifiedName = genericFamilySet[index]->familyName; in getTypefaceSet() 999 SkString specifiedName; in loadFont() local 1000 TypefaceSet* tpSet = getTypefaceSet(font.familyName, specifiedName); in loadFont() [all …]
|
D | FontConfig_ohos.h | 211 TypefaceSet* getTypefaceSet(const SkString& familyName, SkString& specifiedName) const;
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 76671 + SkString specifiedName; 76672 + TypefaceSet* tpSet = this->getTypefaceSet(familyName, specifiedName); 76677 + sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, newFo… 76698 + SkString specifiedName; 76699 + TypefaceSet* tpSet = getTypefaceSet(key, specifiedName); 76716 + sk_sp<SkTypeface_OHOS> typeface = sk_make_sp<SkTypeface_OHOS>(specifiedName, newFont); 76724 + * \param[out] specifiedName the specified family name of a font style set returned to the caller 76729 + SkString& specifiedName) const 76735 + specifiedName = genericFamilySet[index]->familyName; 76791 + SkString specifiedName; [all …]
|