Lines Matching refs:pixels
106 *pixels;
186 pixels=(const unsigned char *) NULL;
197 pixels=(const unsigned char *) ReadBlobStream(image,length,
209 Read pixels to virtual canvas image then push to image.
229 pixels=(const unsigned char *) ReadBlobStream(image,length,
245 quantum_info,quantum_type,pixels,exception);
278 pixels=(const unsigned char *) ReadBlobStream(image,length,
300 pixels=(const unsigned char *) ReadBlobStream(image,length,
319 quantum_info,quantum_type,pixels,exception);
365 pixels=(const unsigned char *) ReadBlobStream(image,length,
386 pixels=(const unsigned char *) ReadBlobStream(image,length,
402 quantum_info,RedQuantum,pixels,exception);
424 pixels=(const unsigned char *) ReadBlobStream(image,length,
446 quantum_info,GreenQuantum,pixels,exception);
468 pixels=(const unsigned char *) ReadBlobStream(image,length,
490 quantum_info,BlueQuantum,pixels,exception);
512 pixels=(const unsigned char *) ReadBlobStream(image,length,
536 quantum_info,AlphaQuantum,pixels,exception);
559 pixels=(const unsigned char *) ReadBlobStream(image,length,
597 pixels=(const unsigned char *) ReadBlobStream(image,length,
606 pixels=(const unsigned char *) ReadBlobStream(image,length,
621 quantum_info,RedQuantum,pixels,exception);
643 pixels=(const unsigned char *) ReadBlobStream(image,length,
665 pixels=(const unsigned char *) ReadBlobStream(image,length,
674 pixels=(const unsigned char *) ReadBlobStream(image,length,
689 quantum_info,GreenQuantum,pixels,exception);
711 pixels=(const unsigned char *) ReadBlobStream(image,length,
733 pixels=(const unsigned char *) ReadBlobStream(image,length,
742 pixels=(const unsigned char *) ReadBlobStream(image,length,
757 quantum_info,BlueQuantum,pixels,exception);
779 pixels=(const unsigned char *) ReadBlobStream(image,length,
803 pixels=(const unsigned char *) ReadBlobStream(image,length,
812 pixels=(const unsigned char *) ReadBlobStream(image,length,
827 quantum_info,BlueQuantum,pixels,exception);
850 pixels=(const unsigned char *) ReadBlobStream(image,length,
1026 *pixels;
1029 Allocate memory for pixels.
1058 Convert MIFF to YCbCr raster pixels.
1068 pixels=(unsigned char *) GetQuantumPixels(quantum_info);
1083 quantum_type,pixels,exception);
1084 count=WriteBlob(image,length,pixels);
1108 RedQuantum,pixels,exception);
1109 count=WriteBlob(image,length,pixels);
1113 GreenQuantum,pixels,exception);
1114 count=WriteBlob(image,length,pixels);
1118 BlueQuantum,pixels,exception);
1119 count=WriteBlob(image,length,pixels);
1125 AlphaQuantum,pixels,exception);
1126 count=WriteBlob(image,length,pixels);
1151 RedQuantum,pixels,exception);
1152 count=WriteBlob(image,length,pixels);
1168 GreenQuantum,pixels,exception);
1169 count=WriteBlob(image,length,pixels);
1185 BlueQuantum,pixels,exception);
1186 count=WriteBlob(image,length,pixels);
1204 AlphaQuantum,pixels,exception);
1205 count=WriteBlob(image,length,pixels);
1237 RedQuantum,pixels,exception);
1238 count=WriteBlob(image,length,pixels);
1260 GreenQuantum,pixels,exception);
1261 count=WriteBlob(image,length,pixels);
1283 BlueQuantum,pixels,exception);
1284 count=WriteBlob(image,length,pixels);
1308 AlphaQuantum,pixels,exception);
1309 count=WriteBlob(image,length,pixels);