Searched refs:filterGlyph (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphIterator.h101 le_bool filterGlyph(le_uint32 index) const;
H A DGlyphIterator.cpp384 le_bool GlyphIterator::filterGlyph(le_uint32 index) const function in class:GlyphIterator
470 } while (newPosition != nextLimit && filterGlyph(newPosition));
494 } while (newPosition != prevLimit && filterGlyph(newPosition));
533 } while (newPosition != prevLimit && glyphStorage[newPosition] != 0xFFFE && filterGlyph(newPosition));

Completed in 43 milliseconds