Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkFlattenable.cpp25 *fNames.append() = name; in find()
30 if (fNextAddedFactory < fNames.count()) { in getNextAddedFactoryName()
31 return fNames[fNextAddedFactory++]; in getNextAddedFactoryName()
DSkPtrRecorder.h166 SkTDArray<const char*> fNames; variable
/third_party/skia/src/ports/
DSkFontMgr_android_parser.cpp301 family->fNames.push_back().set(tolc.lc()); in __anon03159e3c0602()
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); in __anon03159e3c0902()
385 targetFamily->fNames.push_back().set(aliasName); in __anon03159e3c0902()
488 self->fCurrentFamily->fNames.push_back(); in __anon03159e3c0f02()
495 self->fCurrentFamily->fNames.back().append(tolc.lc(), len); in __anon03159e3c1002()
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()
DSkFontMgr_mac_ct.cpp422 SkUniqueCFRef<CFArrayRef> fNames; member in SkFontMgr_Mac
427 return (CFStringRef)CFArrayGetValueAtIndex(fNames.get(), index); in getFamilyNameAt()
446 : fNames(fontCollection ? SkCopyAvailableFontFamilyNames(fontCollection) in SkFontMgr_Mac()
448 , fCount(fNames ? SkToInt(CFArrayGetCount(fNames.get())) : 0) in SkFontMgr_Mac()
DSkFontMgr_config_parser.cpp268 family->fNames.push_back().set(tolc.lc()); in __anonae5419110702()
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); in __anonae5419110a02()
366 targetFamily->fNames.push_back().set(aliasName); in __anonae5419110a02()
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()
DSkFontMgr_preview.h183 if (family.fNames.count() > 0) { in SkFontStyleSet_Preview()
184 cannonicalFamilyName = &family.fNames[0]; in SkFontStyleSet_Preview()
DSkFontMgr_config_parser.h104 SkTArray<SkString, true> fNames; member
DSkFontMgr_android_parser.h95 SkTArray<SkString, true> fNames; member
/third_party/skia/tests/
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()
/third_party/skia/third_party/externals/icu/source/i18n/
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 != NULL) { in ~TZDBNames()
1741 uprv_free(fNames); in ~TZDBNames()
[all …]
/third_party/icu/icu4c/source/i18n/
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 != NULL) { in ~TZDBNames()
1757 uprv_free(fNames); in ~TZDBNames()
[all …]
/third_party/node/deps/icu-small/source/i18n/
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 != nullptr) { in ~TZDBNames()
1742 uprv_free(fNames); in ~TZDBNames()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dxmlparser.cpp147 fNames(status), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
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()
Dxmlparser.h235 Hashtable fNames; // interned element/attribute name strings variable
/third_party/node/deps/icu-small/source/tools/toolutil/
Dxmlparser.cpp147 fNames(status), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
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()
Dxmlparser.h235 Hashtable fNames; // interned element/attribute name strings variable
/third_party/icu/icu4c/source/tools/toolutil/
Dxmlparser.cpp147 fNames(status), in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
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()
Dxmlparser.h235 Hashtable fNames; // interned element/attribute name strings variable