Searched refs:SKIP_BYTES (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.h47 #define SKIP_BYTES(buf, numbytes) buf += (numbytes) macro
H A DD3DRenderQueue.cpp260 SKIP_BYTES(b, nPoints * BYTES_PER_POLY_POINT);
276 SKIP_BYTES(b, count * BYTES_PER_SCANLINE);
366 SKIP_BYTES(b, count * BYTES_PER_SPAN);
400 SKIP_BYTES(b, numGlyphs * bytesPerGlyph);
483 SKIP_BYTES(b, masklen);
495 SKIP_BYTES(b, masklen);
520 SKIP_BYTES(b, count * BYTES_PER_SPAN);
751 fractions = b; SKIP_BYTES(b, numStops * sizeof(jfloat));
752 pixels = b; SKIP_BYTES(b, numStops * sizeof(jint));
774 fractions = b; SKIP_BYTES(
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.h47 #define SKIP_BYTES(buf, numbytes) buf += (numbytes) macro
H A DOGLRenderQueue.c128 SKIP_BYTES(b, nPoints * BYTES_PER_POLY_POINT);
150 SKIP_BYTES(b, count * BYTES_PER_SCANLINE);
202 SKIP_BYTES(b, count * BYTES_PER_SPAN);
264 SKIP_BYTES(b, numGlyphs * bytesPerGlyph);
345 SKIP_BYTES(b, masklen);
357 SKIP_BYTES(b, masklen);
380 SKIP_BYTES(b, count * BYTES_PER_SPAN);
587 fractions = b; SKIP_BYTES(b, numStops * sizeof(jfloat));
588 pixels = b; SKIP_BYTES(b, numStops * sizeof(jint));
610 fractions = b; SKIP_BYTES(
[all...]
/openjdk7/jdk/test/java/io/RandomAccessFile/
H A DOpsAfterClose.java82 SKIP_BYTES { boolean check(RandomAccessFile r) { enum constant in enum:OpsAfterClose
/openjdk7/jdk/test/java/io/DataInputStream/
H A DOpsAfterClose.java206 SKIP_BYTES { boolean check(DataInputStream is) { enum constant in enum:OpsAfterClose

Completed in 36 milliseconds