Searched defs:tempGlyphStorage (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DArabicLayoutEngine.cpp171 le_int32 UnicodeArabicOpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
180 le_int32 tempGlyphCount = tempGlyphStorage.getGlyphCount();
189 tempChars[i] = (LEUnicode) LE_GET_GLYPH(tempGlyphStorage[i]);
192 glyphStorage.adoptCharIndicesArray(tempGlyphStorage);
H A DOpenTypeLayoutEngine.cpp414 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) argument
420 glyphStorage.adoptGlyphArray(tempGlyphStorage);
421 glyphStorage.adoptCharIndicesArray(tempGlyphStorage);
422 glyphStorage.adoptAuxDataArray(tempGlyphStorage);
423 glyphStorage.adoptGlyphCount(tempGlyphStorage);

Completed in 32 milliseconds