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

/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DIndicLayoutEngine.h57 * and reordering, and the glyphProcessing method to implement post-GSUB processing for
153 * any post GSUB fixups for left matras. It calls OpenTypeLayoutEngine::glyphProcessing
179 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
H A DIndicLayoutEngine.cpp81 le_int32 IndicOpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, function in class:IndicOpenTypeLayoutEngine
94 le_int32 retCount = OpenTypeLayoutEngine::glyphProcessing(chars, offset, count, max, rightToLeft, glyphStorage, success);
H A DOpenTypeLayoutEngine.h336 virtual le_int32 glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft,
343 * glyph indices used by the glyphProcessing method into "real" glyph
369 * This method applies the characterProcessing, glyphProcessing and glyphPostProcessing
H A DOpenTypeLayoutEngine.cpp356 le_int32 OpenTypeLayoutEngine::glyphProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, function in class:OpenTypeLayoutEngine
451 glyphProcessing(outChars, 0, outCharCount, outCharCount, rightToLeft, fakeGlyphStorage, success);
456 glyphProcessing(chars, offset, count, max, rightToLeft, fakeGlyphStorage, success);

Completed in 100 milliseconds