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

/external/icu4c/layout/
H A DArabicLayoutEngine.h147 * glyphPostProcessing method to convert the Presentation Forms to actual
201 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
H A DOpenTypeLayoutEngine.h283 * glyphPostProcessing method.
335 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
338 * This method applies the characterProcessing, glyphProcessing and glyphPostProcessing
H A DOpenTypeLayoutEngine.cpp285 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) function in class:OpenTypeLayoutEngine
333 outGlyphCount = glyphPostProcessing(fakeGlyphStorage, glyphStorage, success);
H A DArabicLayoutEngine.cpp144 le_int32 UnicodeArabicOpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success) function in class:UnicodeArabicOpenTypeLayoutEngine

Completed in 70 milliseconds