Searched refs:tempGlyphStorage (Results 1 – 4 of 4) sorted by relevance
144 le_int32 UnicodeArabicOpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, L… in glyphPostProcessing() argument153 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing()162 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]); in glyphPostProcessing()165 glyphStorage.adoptCharIndicesArray(tempGlyphStorage); in glyphPostProcessing()
285 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage… in glyphPostProcessing() argument291 glyphStorage.adoptGlyphArray(tempGlyphStorage); in glyphPostProcessing()292 glyphStorage.adoptCharIndicesArray(tempGlyphStorage); in glyphPostProcessing()293 glyphStorage.adoptAuxDataArray(tempGlyphStorage); in glyphPostProcessing()294 glyphStorage.adoptGlyphCount(tempGlyphStorage); in glyphPostProcessing()
201 …virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorag…
335 …virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorag…