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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.h51 CGImageAlphaInfo alphaInfo; member in struct:_ContextInfo
61 CGImageAlphaInfo alphaInfo; member in struct:_ImageInfo
H A DImageSurfaceData.m138 fprintf(stderr, "\t alphaInfo=%ld\n", (long)isdo->contextInfo.alphaInfo);
145 fprintf(stderr, "\t alphaInfo=%ld\n", (long)isdo->imageInfo.alphaInfo);
185 isdo->contextInfo.alphaInfo,
915 CGImageAlphaInfo alphaInfo = isdo->contextInfo.alphaInfo;
926 //fprintf(stderr, "isdo=%p isdo->type=%d, bitsPerComponent=%d, bytesPerRow=%d, colorSpace=%p, alphaInfo=%d, width=%d, height=%d, size=%d\n", isdo, type, (jint)bitsPerComponent, (jint)bytesPerRow, colorSpace, (jint)alphaInfo, (jint) isdo->width, (jint) isdo->height, (jint) size);
928 qsdo->cgRef = CGBitmapContextCreate(isdo->nativePixels, isdo->width, isdo->height, bitsPerComponent, bytesPerRow, colorSpace, alphaInfo);
[all...]
H A DQuartzRenderer.m538 jint alphaInfo = isdo->contextInfo.alphaInfo & kCGBitmapAlphaInfoMask;

Completed in 32 milliseconds