Home
last modified time | relevance | path

Searched refs:fFontNames (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/samples/layout/
DFontMap.cpp31 fFontNames[i] = NULL; in FontMap()
115 if (fFontNames[font] != NULL) { in ~FontMap()
116 delete[] (char *) fFontNames[font]; in ~FontMap()
132 if (strcmp(fontName, fFontNames[index]) == 0) { in getFontIndex()
167 fFontNames[index] = strcpy(s, fontName); in getFontIndex()
217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()
220 sprintf(errorMessage, "Could not open font file %s", fFontNames[fontIndex]); in getScriptFont()
263 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status); in getMaxMetrics()
DFontMap.h56 const char *fFontNames[scriptCodeCount]; variable