HomeSort by relevance Sort by last modified time
    Searched refs:glyphPostProcessing (Results 1 - 4 of 4) sorted by null

  /external/icu4c/layout/
ArabicLayoutEngine.h 147 * glyphPostProcessing method to convert the Presentation Forms to actual
201 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
OpenTypeLayoutEngine.h 283 * glyphPostProcessing method.
335 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
338 * This method applies the characterProcessing, glyphProcessing and glyphPostProcessing
ArabicLayoutEngine.cpp 144 le_int32 UnicodeArabicOpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success)
OpenTypeLayoutEngine.cpp 383 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success)
433 outGlyphCount = glyphPostProcessing(fakeGlyphStorage, glyphStorage, success);

Completed in 41 milliseconds