Home
last modified time | relevance | path

Searched refs:fNames (Results 1 - 20 of 20) sorted by relevance

/third_party/skia/src/core/
H A DSkFlattenable.cpp25 *fNames.append() = name; in find()
30 if (fNextAddedFactory < fNames.count()) { in getNextAddedFactoryName()
31 return fNames[fNextAddedFactory++]; in getNextAddedFactoryName()
H A DSkPtrRecorder.h166 SkTDArray<const char*> fNames; member in SkNamedFactorySet
/third_party/skia/src/ports/
H A DSkFontMgr_android_parser.cpp301 family->fNames.push_back().set(tolc.lc());
330 for (int j = 0; j < candidate->fNames.count(); j++) { in find_family()
331 if (candidate->fNames[j] == familyName) { in find_family()
376 family->fNames.push_back().set(aliasName);
385 targetFamily->fNames.push_back().set(aliasName);
488 self->fCurrentFamily->fNames.push_back();
495 self->fCurrentFamily->fNames.back().append(tolc.lc(), len);
H A DSkFontMgr_preview.cpp209 if (0 == family.fNames.count()) { in addFamily()
210 SkString& fallbackName = family.fNames.push_back(); in addFamily()
219 for (const SkString& name : family.fNames) { in addFamily()
H A DSkFontMgr_android.cpp176 if (family.fNames.count() > 0) { in SkFontStyleSet_Android()
177 cannonicalFamilyName = &family.fNames[0]; in SkFontStyleSet_Android()
506 if (0 == family.fNames.count()) { in addFamily()
507 SkString& fallbackName = family.fNames.push_back(); in addFamily()
518 for (const SkString& name : family.fNames) { in addFamily()
H A DSkFontMgr_config_parser.cpp268 family->fNames.push_back().set(tolc.lc());
311 for (int j = 0; j < candidate->fNames.count(); j++) { in find_family()
312 if (candidate->fNames[j] == familyName) { in find_family()
357 family->fNames.push_back().set(aliasName);
366 targetFamily->fNames.push_back().set(aliasName);
H A DSkFontMgr_mac_ct.cpp422 SkUniqueCFRef<CFArrayRef> fNames;
427 return (CFStringRef)CFArrayGetValueAtIndex(fNames.get(), index);
446 : fNames(fontCollection ? SkCopyAvailableFontFamilyNames(fontCollection)
448 , fCount(fNames ? SkToInt(CFArrayGetCount(fNames.get())) : 0)
H A DSkFontMgr_preview.h183 if (family.fNames.count() > 0) { in SkFontStyleSet_Preview()
184 cannonicalFamilyName = &family.fNames[0]; in SkFontStyleSet_Preview()
H A DSkFontMgr_android_parser.h95 SkTArray<SkString, true> fNames; member
H A DSkFontMgr_config_parser.h104 SkTArray<SkString, true> fNames; member
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp612 const UChar* fNames[UTZNM_INDEX_COUNT]; member in ZNames
621 uprv_memcpy(fNames, names, sizeof(fNames)); in ZNames()
624 fNames[UTZNM_INDEX_EXEMPLAR_LOCATION] = locationName; in ZNames()
633 const UChar* locationName = fNames[UTZNM_INDEX_EXEMPLAR_LOCATION]; in ~ZNames()
702 return index >= 0 ? fNames[index] : NULL; in getName()
719 const UChar* name = fNames[i]; in addNamesIntoTrie()
1744 const UChar** fNames; member in TZDBNames
1750 : fNames(names), in TZDBNames()
1756 if (fNames ! in ~TZDBNames()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp612 const char16_t* fNames[UTZNM_INDEX_COUNT]; member in ZNames
621 uprv_memcpy(fNames, names, sizeof(fNames)); in ZNames()
624 fNames[UTZNM_INDEX_EXEMPLAR_LOCATION] = locationName; in ZNames()
633 const char16_t* locationName = fNames[UTZNM_INDEX_EXEMPLAR_LOCATION]; in ~ZNames()
702 return index >= 0 ? fNames[index] : nullptr; in getName()
719 const char16_t* name = fNames[i]; in addNamesIntoTrie()
1729 const char16_t** fNames; member in TZDBNames
1735 : fNames(names), in TZDBNames()
1741 if (fNames ! in ~TZDBNames()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp604 const UChar* fNames[UTZNM_INDEX_COUNT]; member in ZNames
613 uprv_memcpy(fNames, names, sizeof(fNames)); in ZNames()
616 fNames[UTZNM_INDEX_EXEMPLAR_LOCATION] = locationName; in ZNames()
625 const UChar* locationName = fNames[UTZNM_INDEX_EXEMPLAR_LOCATION]; in ~ZNames()
694 return index >= 0 ? fNames[index] : NULL; in getName()
711 const UChar* name = fNames[i]; in addNamesIntoTrie()
1728 const UChar** fNames; member in TZDBNames
1734 : fNames(names), in TZDBNames()
1740 if (fNames ! in ~TZDBNames()
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp147 fNames(status), in UXMLParser()
655 const UHashElement *he=fNames.find(s); in intern()
661 fNames.puti(s, 1, errorCode); in intern()
662 he=fNames.find(s); in intern()
669 const UHashElement *he=fNames.find(s); in findName()
H A Dxmlparser.h235 Hashtable fNames; // interned element/attribute name strings member in UXMLParser
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp147 fNames(status), in UXMLParser()
655 const UHashElement *he=fNames.find(s); in intern()
661 fNames.puti(s, 1, errorCode); in intern()
662 he=fNames.find(s); in intern()
669 const UHashElement *he=fNames.find(s); in findName()
H A Dxmlparser.h235 Hashtable fNames; // interned element/attribute name strings member in UXMLParser
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp147 fNames(status), in UXMLParser()
655 const UHashElement *he=fNames.find(s); in intern()
661 fNames.puti(s, 1, errorCode); in intern()
662 he=fNames.find(s); in intern()
669 const UHashElement *he=fNames.find(s); in findName()
H A Dxmlparser.h235 Hashtable fNames; // interned element/attribute name strings member in UXMLParser
/third_party/skia/tests/
H A DFontMgrAndroidParserTest.cpp48 REPORTER_ASSERT(reporter, fontFamilies[0]->fNames.count() == 5); in ValidateLoadedFonts()
49 REPORTER_ASSERT(reporter, !strcmp(fontFamilies[0]->fNames[0].c_str(), "sans-serif")); in ValidateLoadedFonts()
116 for (int j = 0; j < fontFamilies[i]->fNames.count(); ++j) { in DumpLoadedFonts()
117 SkDebugf(" name %s\n", fontFamilies[i]->fNames[j].c_str()); in DumpLoadedFonts()

Completed in 22 milliseconds