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

  /external/icu/icu4c/source/samples/layout/
FontMap.cpp 32 fFontInstances[i] = NULL;
121 if (fFontInstances[font] != NULL) {
122 delete fFontInstances[font];
216 if (fFontInstances[fontIndex] == NULL) {
217 fFontInstances[fontIndex] = openFont(fFontNames[fontIndex], fPointSize, status);
226 return fFontInstances[fontIndex];
262 if (fFontInstances[i] == NULL) {
263 fFontInstances[i] = openFont(fFontNames[i], fPointSize, status);
270 ascent = fFontInstances[i]->getAscent();
271 descent = fFontInstances[i]->getDescent()
    [all...]
FontMap.h 55 const LEFontInstance *fFontInstances[scriptCodeCount];

Completed in 2395 milliseconds