Searched refs:adjustMarkGlyphs (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.h336 static void adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
357 static void adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success);
H A DArabicLayoutEngine.cpp148 adjustMarkGlyphs(glyphStorage, &filter, success);
153 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success);
240 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success);
H A DLayoutEngine.cpp431 adjustMarkGlyphs(&chars[offset], count, reverse, glyphStorage, &filter, success);
443 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) function in class:LayoutEngine
479 void LayoutEngine::adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) function in class:LayoutEngine

Completed in 32 milliseconds