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

  /external/icu/icu4c/source/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 289 * glyphPostProcessing method.
341 virtual le_int32 glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success);
344 * This method applies the characterProcessing, glyphProcessing and glyphPostProcessing
ArabicLayoutEngine.cpp 146 le_int32 UnicodeArabicOpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success)
OpenTypeLayoutEngine.cpp 389 le_int32 OpenTypeLayoutEngine::glyphPostProcessing(LEGlyphStorage &tempGlyphStorage, LEGlyphStorage &glyphStorage, LEErrorCode &success)
439 outGlyphCount = glyphPostProcessing(fakeGlyphStorage, glyphStorage, success);

Completed in 276 milliseconds