Searched refs:tempGlyphStorage (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/layout/
H A DArabicLayoutEngine.cpp144 le_int32 UnicodeArabicOpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
153 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount();
162 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]);
165 glyphStorage.adoptCharIndicesArray(tempGlyphStorage);
H A DArabicLayoutEngine.h201 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DOpenTypeLayoutEngine.cpp285 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
291 glyphStorage.adoptGlyphArray(tempGlyphStorage);
292 glyphStorage.adoptCharIndicesArray(tempGlyphStorage);
293 glyphStorage.adoptAuxDataArray(tempGlyphStorage);
294 glyphStorage.adoptGlyphCount(tempGlyphStorage);
H A DOpenTypeLayoutEngine.h335 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);

Completed in 242 milliseconds