Searched refs:fFontIndices (Results 1 – 2 of 2) sorted by relevance
34 fFontIndices[i] = -1; in FontMap()88 if (fFontIndices[script] >= 0) { in FontMap()90 fFontIndices[script] = -1; in FontMap()93 fFontIndices[script] = getFontIndex(fontName); in FontMap()99 if (fFontIndices[script] < 0) { in FontMap()100 fFontIndices[script] = defaultFont; in FontMap()153 if (fFontIndices[script] == index) { in getFontIndex()211 le_int32 fontIndex = fFontIndices[scriptCode]; in getScriptFont()
61 le_int32 fFontIndices[scriptCodeCount]; variable