Home
last modified time | relevance | path

Searched refs:tpSet (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp156 const TypefaceSet& tpSet = *(fallbackSet[i]->typefaceSet.get()); in onMatchFamilyStyleCharacter() local
157 if (tpSet.size() > 0 && tpSet[0]->unicharToGlyph(character) != 0) { in onMatchFamilyStyleCharacter()
158 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in onMatchFamilyStyleCharacter()
212 const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get()); in findTypeface() local
213 if (tpSet.size() > 0 && tpSet[0]->unicharToGlyph(character) != 0) { in findTypeface()
214 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in findTypeface()
222 const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get()); in findTypeface() local
223 if (tpSet.size() > 0 && tpSet[0]->unicharToGlyph(character) != 0) { in findTypeface()
224 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in findTypeface()
DFontConfig_ohos.cpp136 const TypefaceSet& tpSet = *(fallbackSet[styleIndex]->typefaceSet.get()); in getTypeface() local
137 if ((unsigned int)index < tpSet.size()) { in getTypeface()
138 return tpSet[index].get(); in getTypeface()
141 const TypefaceSet& tpSet = *(genericFamilySet[styleIndex]->typefaceSet.get()); in getTypeface() local
142 if ((unsigned int)index < tpSet.size()) { in getTypeface()
143 return tpSet[index].get(); in getTypeface()
472 const TypefaceSet& tpSet = *(fallbackSet[i]->typefaceSet.get()); in dumpFallback() local
473 LOGI("[%s] - %d\n", fallbackSet[i]->familyName.c_str(), static_cast<int>(tpSet.size())); in dumpFallback()
475 for (unsigned int j = 0; j < tpSet.size(); j++) { in dumpFallback()
476 const FontInfo* font = tpSet[j]->getFontInfo(); in dumpFallback()
[all …]
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch75925 + const TypefaceSet& tpSet = *(fallbackSet[styleIndex]->typefaceSet.get());
75926 + if ((unsigned int)index < tpSet.size()) {
75927 + return tpSet[index].get();
75930 + const TypefaceSet& tpSet = *(genericFamilySet[styleIndex]->typefaceSet.get());
75931 + if ((unsigned int)index < tpSet.size()) {
75932 + return tpSet[index].get();
76264 + const TypefaceSet& tpSet = *(fallbackSet[i]->typefaceSet.get());
76265 + LOGI("[%s] - %d\n", fallbackSet[i]->familyName.c_str(), static_cast<int>(tpSet.size())…
76267 + for (unsigned int j = 0; j < tpSet.size(); j++) {
76268 + const FontInfo* font = tpSet[j]->getFontInfo();
[all …]