Searched refs:contextInfo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.h69 ContextInfo contextInfo; member in struct:_ImageSDOps
H A DImageSurfaceData.m132 fprintf(stderr, "\t contextInfo:\n");
133 fprintf(stderr, "\t useWindowContextReference=%d\n", isdo->contextInfo.useWindowContextReference);
134 fprintf(stderr, "\t canUseJavaPixelsAsContext=%d\n", isdo->contextInfo.canUseJavaPixelsAsContext);
135 fprintf(stderr, "\t bitsPerComponent=%ld\n", (long)isdo->contextInfo.bitsPerComponent);
136 fprintf(stderr, "\t bytesPerPixel=%ld\n", (long)isdo->contextInfo.bytesPerPixel);
137 fprintf(stderr, "\t bytesPerRow=%ld\n", (long)isdo->contextInfo.bytesPerRow);
138 fprintf(stderr, "\t alphaInfo=%ld\n", (long)isdo->contextInfo.alphaInfo);
181 isdo->contextInfo.bitsPerComponent,
182 isdo->contextInfo.bytesPerPixel * 8,
183 isdo->contextInfo
[all...]
H A DQuartzRenderer.m538 jint alphaInfo = isdo->contextInfo.alphaInfo & kCGBitmapAlphaInfoMask;

Completed in 31 milliseconds