Searched defs:stretch (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DImageScalingHelper.java164 boolean stretch = (paintType == PaintType.PAINT9_STRETCH);
170 drawChunk(image, g, stretch, x, y + dt, x + dl, y + h - db,
178 drawChunk(image, g, stretch, x + dl, y, x + w - dr, y + dt,
186 drawChunk(image, g, stretch,
195 drawChunk(image, g, stretch,
215 * @param stretch Whether the image should be stretched or timed in the
228 private static void drawChunk(Image image, Graphics g, boolean stretch, argument
237 if (stretch) {
/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.cpp205 static jlong stretch(jint x, int bits) { function
234 jint x = (jint)stretch(n, 32);
240 jlong x = stretch(n, 64);
257 jint x = (jint)stretch(n, 32);
266 jlong x = stretch(n, 64);
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DPaint9Painter.java214 boolean stretch = (type == PaintType.PAINT9_STRETCH);
220 drawChunk(image, g, stretch, x, y + dt, x + dl, y + h - db,
228 drawChunk(image, g, stretch, x + dl, y, x + w - dr, y + dt,
236 drawChunk(image, g, stretch,
245 drawChunk(image, g, stretch,
277 * @param stretch Whether the image should be stretched or timed in the
290 private void drawChunk(Image image, Graphics g, boolean stretch, argument
299 if (stretch) {

Completed in 56 milliseconds