Searched refs:fCharIndices (Results 1 – 2 of 2) sorted by relevance
22 : fGlyphCount(0), fGlyphs(NULL), fCharIndices(NULL), fPositions(NULL), in LEGlyphStorage()52 if (fCharIndices != NULL) { in reset()53 LE_DELETE_ARRAY(fCharIndices); in reset()54 fCharIndices = NULL; in reset()86 if (fCharIndices == NULL) { in allocateGlyphArray()87 fCharIndices = LE_NEW_ARRAY(le_int32, fGlyphCount); in allocateGlyphArray()89 if (fCharIndices == NULL) { in allocateGlyphArray()105 fCharIndices[out] = i; in allocateGlyphArray()113 LE_DELETE_ARRAY(fCharIndices); in allocateGlyphArray()114 fCharIndices = NULL; in allocateGlyphArray()[all …]
56 le_int32 *fCharIndices; variable