Searched refs:tpSet (Results 1 – 3 of 3) sorted by relevance
156 const TypefaceSet& tpSet = *(fallbackSet[i]->typefaceSet.get()); in onMatchFamilyStyleCharacter() local157 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() local213 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() local223 if (tpSet.size() > 0 && tpSet[0]->unicharToGlyph(character) != 0) { in findTypeface()224 sk_sp<SkTypeface> typeface = FontConfig_OHOS::matchFontStyle(tpSet, style); in findTypeface()
136 const TypefaceSet& tpSet = *(fallbackSet[styleIndex]->typefaceSet.get()); in getTypeface() local137 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() local142 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() local473 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 …]
75925 + 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 …]