Searched defs:getSourceRowBytes (Results 1 - 1 of 1) 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);

Completed in 47 milliseconds