Searched defs:markFilter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp443 void LayoutEngine::adjustMarkGlyphs(LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) argument
452 if (markFilter == NULL) {
469 if (markFilter->accept(glyphStorage[p])) {
479 void LayoutEngine::adjustMarkGlyphs(const LEUnicode chars[], le_int32 charCount, le_bool reverse, LEGlyphStorage &glyphStorage, LEGlyphFilter *markFilter, LEErrorCode &success) argument
489 if (markFilter == NULL) {
511 if (markFilter->accept(chars[c])) {

Completed in 32 milliseconds