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

/openjdk7/jdk/src/solaris/classes/sun/font/
H A DXRGlyphCacheEntry.java112 public int getSourceRowBytes() { method in class:XRGlyphCacheEntry
134 int rowBytes = getSourceRowBytes();
180 return getSourceRowBytes() == getWidth() && !(getWidth() == 0 && getHeight() == 0 && listContainsLCDGlyphs);
H A DXRGlyphCache.java227 containsLCDGlyphs = !(entry.getSourceRowBytes() == entry.getWidth());

Completed in 107 milliseconds