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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.h108 void * nativePixels; member in struct:_ImageSDOps
H A DImageSurfaceData.m919 isdo->nativePixels = malloc(size);
921 if (isdo->nativePixels == NULL)
928 qsdo->cgRef = CGBitmapContextCreate(isdo->nativePixels, isdo->width, isdo->height, bitsPerComponent, bytesPerRow, colorSpace, alphaInfo);
929 isdo->dataProvider = CGDataProviderCreateWithData(NULL, isdo->nativePixels, size, releaseDataFromProvider);
1141 processPixelsCallback(isdo, (jint) isdo->contextInfo.bytesPerRow, (Pixel32bit *) isdo->nativePixels, x, y, width, height);
1186 Pixel8bit *pixelsSrc = isdo->nativePixels;

Completed in 31 milliseconds