Searched refs:tempGlyphStorage (Results 1 – 4 of 4) sorted by relevance
146 le_int32 UnicodeArabicOpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, L… in glyphPostProcessing() argument155 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount(); in glyphPostProcessing()164 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]); in glyphPostProcessing()167 glyphStorage.adoptCharIndicesArray(tempGlyphStorage); in glyphPostProcessing()
389 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage… in glyphPostProcessing() argument395 glyphStorage.adoptGlyphArray(tempGlyphStorage); in glyphPostProcessing()396 glyphStorage.adoptCharIndicesArray(tempGlyphStorage); in glyphPostProcessing()397 glyphStorage.adoptAuxDataArray(tempGlyphStorage); in glyphPostProcessing()398 glyphStorage.adoptGlyphCount(tempGlyphStorage); in glyphPostProcessing()
201 …virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorag…
341 …virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorag…