HomeSort by relevance Sort by last modified time
    Searched refs:fNames (Results 1 - 11 of 11) sorted by null

  /external/skia/src/ports/
FontHostConfiguration_android.h 38 * Skia to fold into its representation of font families. fNames is the list of
45 SkTDArray<const char*> fNames;
SkFontHost_simple.cpp 376 const char* const* fNames; // null-terminated list
435 if (rec[i].fNames != NULL) {
443 bool isExpected = (rec[i].fNames != gFBNames);
455 if (rec[i].fNames != NULL) {
457 if (rec[i].fNames == gFBNames) {
465 const char* const* names = rec[i].fNames;
518 // backup until we hit the fNames
520 if (rec[j].fNames != NULL) {
522 rec[j].fNames[0], NULL, 0, (SkTypeface::Style)style);
SkFontHost_android.cpp 419 const char* const* fNames; // null-terminated list
481 if (gSystemFonts[i].fNames)
482 for (const char* fontName = gSystemFonts[i].fNames[namesIndex];
484 fontName = gSystemFonts[i].fNames[++namesIndex]) {
699 if (family->fNames.count() == 0) {
701 fontInfoRecord.fNames = (char **)gFBNames;
703 SkTDArray<const char*> names = family->fNames;
717 fontInfoRecord.fNames = nameList;
720 fontInfoRecord.fNames = NULL;
750 const char* const* names = gSystemFonts[i].fNames;
    [all...]
SkFontHost_linux.cpp 500 // backup until we hit the fNames
502 if (rec[j].fNames != NULL) {
503 return SkFontHost::CreateTypeface(NULL, rec[j].fNames[0], NULL, 0,
FontHostConfiguration_android.cpp 55 * or file tag. The resulting strings are put into the fNames or FontFileInfo arrays.
69 *(familyData->currentFamily->fNames.append()) = buff;
  /external/skia/src/xml/
SkBML_XMLParser.cpp 64 char* fNames[256];
73 memset(fNames, 0, sizeof(fNames));
81 freeAll(fNames);
96 set(rec.fNames, rec.fNextName++, s, data);
102 set(rec.fNames, rec.fNextName++, s, data);
118 writer.addAttribute(rec.fNames[nameIndex], rec.fValues[valueIndex]);
  /external/icu4c/i18n/
tznames_impl.cpp 500 const UChar** fNames;
505 : fNames(names), fShortCommonlyUsed(shortCommonlyUsed) {
509 if (fNames != NULL) {
510 uprv_free(fNames);
527 if (fNames == NULL) {
533 name = fNames[0];
536 name = fNames[1];
539 name = fNames[2];
543 name = fNames[3];
547 name = fNames[4]
    [all...]
  /external/icu4c/tools/toolutil/
xmlparser.h 233 Hashtable fNames; // interned element/attribute name strings
xmlparser.cpp 145 fNames(status),
653 const UHashElement *he=fNames.find(s);
659 fNames.puti(s, 0, errorCode);
660 he=fNames.find(s);
667 const UHashElement *he=fNames.find(s);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 

Completed in 407 milliseconds