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

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowableEltArray.java76 public GrowableIntArray getGlyphs() { method in class:GrowableEltArray
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp237 void LEGlyphStorage::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const function in class:LEGlyphStorage
260 void LEGlyphStorage::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const function in class:LEGlyphStorage
H A DLayoutEngine.cpp229 void LayoutEngine::getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const function in class:LayoutEngine
231 fGlyphStorage->getGlyphs(glyphs, extraBits, success);
234 void LayoutEngine::getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const function in class:LayoutEngine
236 fGlyphStorage->getGlyphs(glyphs, success);

Completed in 44 milliseconds