Lines Matching refs:imageInfo

140     fprintf(stderr, "\t imageInfo:\n");
141 fprintf(stderr, "\t bitsPerComponent=%ld\n", (long)isdo->imageInfo.bitsPerComponent);
142 fprintf(stderr, "\t bitsPerPixel=%ld\n", (long)isdo->imageInfo.bitsPerPixel);
143 fprintf(stderr, "\t bytesPerPixel=%ld\n", (long)isdo->imageInfo.bytesPerPixel);
144 fprintf(stderr, "\t bytesPerRow=%ld\n", (long)isdo->imageInfo.bytesPerRow);
145 fprintf(stderr, "\t alphaInfo=%ld\n", (long)isdo->imageInfo.alphaInfo);
1026 size_t bitsPerComponent = isdo->imageInfo.bitsPerComponent;
1027 size_t bitsPerPixel = isdo->imageInfo.bitsPerPixel;
1044 bytesPerRow = isdo->imageInfo.bytesPerRow;
1090 isdo->imageInfo.colorSpace, isdo->imageInfo.alphaInfo, provider, NULL, NO, kCGRenderingIntentDefault);
1129 //fprintf(stderr, "isdo->type=%d, isdo->width=%d, isdo->height=%d, isdo->imageInfo.bitsPerComponent=%d, isdo->imageInfo.bytesPerPixel=%d, isdo->imageInfo.bitsPerPixel=%d, isdo->imageInfo.bytesPerRow=%d, isdo->imageInfo.colorSpace=%p, isdo->imageInfo.alphaInfo=%d\n",
1130 //(jint)isdo->type, (jint)isdo->width, (jint)isdo->height, (jint)isdo->imageInfo.bitsPerComponent, (jint)isdo->imageInfo.bytesPerPixel, (jint)isdo->imageInfo.bitsPerPixel, (jint)isdo->imageInfo.bytesPerRow, isdo->imageInfo.colorSpace, (jint)isdo->imageInfo.alphaInfo);
1821 isdo->imageInfo = sDefaultImageInfo[type];
1824 isdo->imageInfo.bytesPerRow = width*isdo->imageInfo.bytesPerPixel;
1829 isdo->contextInfo.colorSpace = isdo->imageInfo.colorSpace = gColorspaceGray;
1833 isdo->imageInfo.colorSpace = gColorspaceGray;
1836 isdo->contextInfo.colorSpace = isdo->imageInfo.colorSpace = gColorspaceRGB;
1914 isdo->imageInfo.alphaInfo = kCGImageAlphaNoneSkipFirst | kCGBitmapByteOrder32Host;