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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.h86 Pixel8bit* pixelsLocked; member in struct:_ImageSDOps
H A DImageSurfaceData.m162 fprintf(stderr, "\t pixelsLocked=%p\n", isdo->pixelsLocked);
960 isdo->pixelsLocked = pixels;
962 isdo->pixels = isdo->pixelsLocked + isdo->offset;
988 (*env)->ReleasePrimitiveArrayCritical(env, isdo->array, isdo->pixelsLocked, 0); // Do not use JNI_COMMIT, as that will not free the buffer copy when +ProtectJavaHeap is on.
989 isdo->pixelsLocked = NULL;

Completed in 25 milliseconds