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

/openjdk7/jdk/src/macosx/native/sun/awt/
H A DImageSurfaceData.h48 size_t bitsPerComponent; member in struct:_ContextInfo
57 size_t bitsPerComponent; member in struct:_ImageInfo
H A DImageSurfaceData.m135 fprintf(stderr, "\t bitsPerComponent=%ld\n", (long)isdo->contextInfo.bitsPerComponent);
141 fprintf(stderr, "\t bitsPerComponent=%ld\n", (long)isdo->imageInfo.bitsPerComponent);
181 isdo->contextInfo.bitsPerComponent,
913 size_t bitsPerComponent = isdo->contextInfo.bitsPerComponent;
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, bytesPerRo
[all...]

Completed in 31 milliseconds