Home | History | Annotate | Download | only in coders

Lines Matching refs:is_gray

1408   int is_gray;
1453 is_gray = SetImageGray(image,exception);
1454 z = is_gray ? 0 : 3;
1460 if(!is_gray) DataSize *= 3 /*Z*/;
1464 (void) WriteBlobLSBLong(image, (unsigned int) DataSize+padding+(is_gray ? 48 : 56));
1470 (void) WriteBlobLSBLong(image, is_gray ? 0x8 : 0xC); /* 0x9C - DimFlag */
1473 if(!is_gray)