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

/openjdk7/jdk/src/share/demo/management/MemoryMonitor/
H A DMemoryMonitor.java229 float blockWidth = 20.0f;
230 float remainingWidth = (float) (x2 - blockWidth - 10);
238 blockWidth,(float) blockHeight-1);
246 blockWidth,(float) blockHeight-1);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java346 int bWidth = blockWidth[pass];
620 private static final byte[] blockWidth = { 1, 8, 4, 4, 2, 2, 1, 1 }; field in class:PNGImageDecoder

Completed in 32 milliseconds