Searched refs:getGlyphs (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowableEltArray.java76 public GrowableIntArray getGlyphs() { method in class:GrowableEltArray
H A DXRBackendNative.java284 GrowableIntArray glyphs = elts.getGlyphs();
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.h174 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
188 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
H A DLayoutEngine.h419 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const;
433 virtual void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const;
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);
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 DSunLayoutEngine.cpp140 engine->getGlyphs(glyphs + count, gmask, status);
/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRTextRenderer.java88 eltList.getGlyphs().addInt(cacheEntry.getGlyphID());

Completed in 40 milliseconds