Lines Matching refs:fFontInstances
32 fFontInstances[i] = NULL; in FontMap()
121 if (fFontInstances[font] != NULL) { in ~FontMap()
122 delete fFontInstances[font]; in ~FontMap()
216 if (fFontInstances[fontIndex] == NULL) { in getScriptFont()
217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status); in getScriptFont()
226 return fFontInstances[fontIndex]; in getScriptFont()
262 if (fFontInstances[i] == NULL) { in getMaxMetrics()
263 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status); in getMaxMetrics()
270 ascent = fFontInstances[i]->getAscent(); in getMaxMetrics()
271 descent = fFontInstances[i]->getDescent(); in getMaxMetrics()
272 leading = fFontInstances[i]->getLeading(); in getMaxMetrics()