Searched refs:pixels (Results 76 - 91 of 91) sorted by relevance

1234

/openjdk7/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java186 int pixels[] = new int[width * height];
200 pixels[index++] = ((c[3] << 24) | (c[0] << 16) | (c[1] << 8)
210 ColorModel.getRGBdefault(), pixels, 0, width));
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_IntRgbx.c980 const jubyte *pixels; local
986 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
988 if (!pixels) continue;
998 pixels += clipLeft - left;
1002 pixels += (clipTop - top) * rowBytes;
1021 mlib_u8 *src = (void*)pixels;
1075 pixels += rowBytes;
H A Dvis_FourByteAbgr.c1885 const jubyte *pixels; local
1891 pixels = (const jubyte *) glyphs[glyphCounter].pixels;
1893 if (!pixels) continue;
1903 pixels += clipLeft - left;
1907 pixels += (clipTop - top) * rowBytes;
1937 mlib_u8 *src = (void*)pixels;
2004 pixels += rowBytes;
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp750 void *fractions, *pixels; local
752 pixels = b; SKIP_BYTES(b, numStops * sizeof(jint));
757 fractions, pixels);
773 void *fractions, *pixels; local
775 pixels = b; SKIP_BYTES(b, numStops * sizeof(jint));
782 fractions, pixels);
H A DD3DContext.cpp938 // In order to correctly map texels to pixels we need to
1148 D3DContext::UploadTileToTexture(D3DResource *pTextureRes, void *pixels, argument
1195 void *pSrcPixels = PtrCoord(pixels, srcx, 1, srcy, srcStride);
1205 PtrCoord(pixels, srcx, 1, srcy, srcStride);
1222 PtrCoord(pixels, srcx, 3, srcy, srcStride);
1246 PtrCoord(pixels, srcx, 3, srcy, srcStride);
1266 void *pSrcPixels = PtrCoord(pixels, srcx, 3, srcy, srcStride);
1287 PtrCoord(pixels, srcx, 3, srcy, srcStride);
1307 void *pSrcPixels = PtrCoord(pixels, srcx, 4, srcy, srcStride);
H A DD3DContext.h164 HRESULT UploadTileToTexture(D3DResource *pTextureRes, void *pixels,
170 // out: num of pixels in first and last
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c586 void *fractions, *pixels; local
588 pixels = b; SKIP_BYTES(b, numStops * sizeof(jint));
593 fractions, pixels);
609 void *fractions, *pixels; local
611 pixels = b; SKIP_BYTES(b, numStops * sizeof(jint));
618 fractions, pixels);
/openjdk7/jdk/src/macosx/native/sun/font/
H A DCGGlyphImages.m66 * They will print out a full UInt8 canvas and any pixels struck (assuming
76 DUMP_PIXELS(const char msg[], const UInt8 pixels[],
89 if (pixels[i * bytesPerPixel + k] > 0x80) j++;
110 p += pixels[(y * width + x) * bytesPerPixel + k];
126 const void *pixels = image->data;
131 DUMP_PIXELS(msg, pixels, pixelSize, width, height);
475 // and zero pixels is ok
514 * copies the struck pixels into the GlyphInfo image.
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DPNGImageDecoder.java221 * means that the all pixels which match the MSB
547 private boolean sendPixels(int x, int y, int w, int h, int[] pixels, argument
550 pixels, offset, pixlength);
556 private boolean sendPixels(int x, int y, int w, int h, byte[] pixels, argument
559 pixels, offset, pixlength);
H A DImageRepresentation.java605 // Note: manual modification of pixels, mark the
652 int[] pixels = SunWritableRaster.stealData(db, 0);
655 if ((pixels[i] >>> 24) != 0xff) {
/openjdk7/jdk/src/share/native/sun/font/
H A DDrawGlyphList.c106 gbv->glyphs[g].pixels = ginfo->image;
119 gbv->glyphs[g].pixels = ginfo->image;
424 * ie 12 and one-third pixels, we want the result to look like this :
439 * ie 12 and two-third pixels, we want the result to look like this :
445 * ie the G0 byte is moved two sub-pixels to the right, so that the image
467 * * an LCD display may have gaps between the pixels that are greater
469 * the "heart" of a stem to span whole pixels it may appear more diffuse -
557 gbv->glyphs[g].pixels = ginfo->image;
597 * 0.5 (sub)pixels to get rounding.
632 gbv->glyphs[g].pixels
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPathGraphics.java217 * <code>width</code> pixels wide by
218 * <code>height</code> pixels tall.
326 * <code>width&nbsp;+&nbsp;1</code> pixels wide
327 * and <code>height&nbsp;+&nbsp;1</code> pixels tall.
373 * <code>width&nbsp;+&nbsp;1</code> pixels wide
374 * by <code>height&nbsp;+&nbsp;1</code> pixels tall.
417 * <code>width&nbsp;+&nbsp;1</code> pixels wide
418 * by <code>height&nbsp;+&nbsp;1</code> pixels tall.
1158 * pixels then it assumes that it does.
1167 * For the default INT ARGB check the image to see if any pixels ar
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h1250 GLvoid *pixels );
1254 const GLvoid *pixels );
1324 const GLvoid *pixels );
1330 const GLvoid *pixels );
1334 GLvoid *pixels );
1359 GLenum type, const GLvoid *pixels );
1366 const GLvoid *pixels );
1533 const GLvoid *pixels );
1540 GLenum type, const GLvoid *pixels);
1549 typedef void (APIENTRY * PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
[all...]
H A Dglext.h3173 typedef void (APIENTRYP PFNGLTEXIMAGE3DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
3174 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
4217 typedef void (APIENTRYP PFNGLTEXIMAGE3DEXTPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
4218 typedef void (APIENTRYP PFNGLTEXSUBIMAGE3DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels);
4237 typedef void (APIENTRYP PFNGLTEXSUBIMAGE1DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels);
4238 typedef void (APIENTRYP PFNGLTEXSUBIMAGE2DEXTPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
4371 typedef void (APIENTRYP PFNGLTEXIMAGE4DSGISPROC) (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLint border, GLenum format, GLenum type, const GLvoid *pixels);
4372 typedef void (APIENTRYP PFNGLTEXSUBIMAGE4DSGISPROC) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei size4d, GLenum format, GLenum type, const GLvoid *pixels);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c1215 * Do NLUT pixels per loop iteration.
1248 * Complete any remaining pixels
2039 jint *pixels; local
2066 JNU_ThrowInternalError(env, "Can't retrieve pixels.");
2070 pixels = (*env)->GetPrimitiveArrayCritical(env, jpixels, NULL);
2071 memcpy(dP, pixels, nbytes);
2073 (*env)->ReleasePrimitiveArrayCritical(env, jpixels, pixels,
2085 jint *pixels; local
2103 pixels = (*env)->GetPrimitiveArrayCritical(env, jpixels, NULL);
2104 if (pixels
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp1411 // moving while we are trying to copy pixels into it.
4632 // the pixels will be considered transparent when interpreting the data.
4653 jint *pixels = env->GetIntArrayElements(pixelArray, &isCopy); local
4655 ::GetDIBits(hMemoryDC, hBitmap, 0, size.cy, (LPVOID)pixels, &bmi,
4658 env->ReleaseIntArrayElements(pixelArray, pixels, 0);

Completed in 970 milliseconds

1234