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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.h33 typedef struct _ImageSDOps ImageSDOps; typedef in typeref:struct:_ImageSDOps
35 ImageSDOps* LockImage(JNIEnv* env, jobject imageSurfaceData);
36 void UnlockImage(JNIEnv* env, ImageSDOps* isdo);
37 ImageSDOps* LockImagePixels(JNIEnv* env, jobject imageSurfaceData);
38 void UnlockImagePixels(JNIEnv* env, ImageSDOps* isdo);
42 void makeSureImageIsCreated(ImageSDOps* isdo);

Completed in 267 milliseconds