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

/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c272 int wholeByteCount, remainingBitsCount; local
332 wholeByteCount = width >> 3;
343 for (i = 0; i < wholeByteCount; i++) {
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c603 int wholeByteCount = width >> 3; local
615 for (i = 0; i < wholeByteCount; i++) {

Completed in 1200 milliseconds