Searched refs:fFontNames (Results 1 – 2 of 2) sorted by relevance
35 fFontNames[i] = NULL; in FontMap()119 if (fFontNames[font] != NULL) { in ~FontMap()120 delete[] (char *) fFontNames[font]; in ~FontMap()136 if (strcmp(fontName, fFontNames[index]) == 0) { in getFontIndex()171 fFontNames[index] = strcpy(s, fontName); in getFontIndex()221 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()224 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]); in getScriptFont()267 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status); in getMaxMetrics()
60 const char *fFontNames[scriptCodeCount]; variable