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

/external/icu/icu4c/source/layout/
H A DArabicLayoutEngine.cpp146 le_int32 UnicodeArabicOpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
155 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount();
164 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]);
167 glyphStorage.adoptCharIndicesArray(tempGlyphStorage);
H A DArabicLayoutEngine.h201 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DOpenTypeLayoutEngine.h341 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DOpenTypeLayoutEngine.cpp389 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
395 glyphStorage.adoptGlyphArray(tempGlyphStorage);
396 glyphStorage.adoptCharIndicesArray(tempGlyphStorage);
397 glyphStorage.adoptAuxDataArray(tempGlyphStorage);
398 glyphStorage.adoptGlyphCount(tempGlyphStorage);

Completed in 63 milliseconds