Home | History | Annotate | Download | only in coders

Lines Matching defs:pixels

107     *pixels;
183 pixels=(const unsigned char *) NULL;
194 pixels=(const unsigned char *) ReadBlobStream(image,length,
206 Read pixels to virtual canvas image then push to image.
225 pixels=(const unsigned char *) ReadBlobStream(image,length,
250 quantum_info,quantum_type,pixels,exception);
284 pixels=(const unsigned char *) ReadBlobStream(image,length,
306 pixels=(const unsigned char *) ReadBlobStream(image,length,
334 quantum_info,quantum_type,pixels,exception);
385 pixels=(const unsigned char *) ReadBlobStream(image,length,
406 pixels=(const unsigned char *) ReadBlobStream(image,length,
431 quantum_info,RedQuantum,pixels,exception);
453 pixels=(const unsigned char *) ReadBlobStream(image,length,
484 quantum_info,GreenQuantum,pixels,exception);
506 pixels=(const unsigned char *) ReadBlobStream(image,length,
537 quantum_info,BlueQuantum,pixels,exception);
559 pixels=(const unsigned char *) ReadBlobStream(image,length,
598 quantum_info,AlphaQuantum,pixels,exception);
621 pixels=(const unsigned char *) ReadBlobStream(image,length,
659 pixels=(const unsigned char *) ReadBlobStream(image,length,
668 pixels=(const unsigned char *) ReadBlobStream(image,length,
692 quantum_info,BlueQuantum,pixels,exception);
714 pixels=(const unsigned char *) ReadBlobStream(image,length,
736 pixels=(const unsigned char *) ReadBlobStream(image,length,
745 pixels=(const unsigned char *) ReadBlobStream(image,length,
769 quantum_info,GreenQuantum,pixels,exception);
791 pixels=(const unsigned char *) ReadBlobStream(image,length,
813 pixels=(const unsigned char *) ReadBlobStream(image,length,
822 pixels=(const unsigned char *) ReadBlobStream(image,length,
846 quantum_info,RedQuantum,pixels,exception);
868 pixels
892 pixels=(const unsigned char *) ReadBlobStream(image,length,
901 pixels=(const unsigned char *) ReadBlobStream(image,length,
925 quantum_info,BlueQuantum,pixels,exception);
947 pixels=(const unsigned char *) ReadBlobStream(image,length,
1129 *pixels;
1132 Allocate memory for pixels.
1161 Convert MIFF to BGR raster pixels.
1170 pixels=(unsigned char *) GetQuantumPixels(quantum_info);
1188 quantum_type,pixels,exception);
1189 count=WriteBlob(image,length,pixels);
1216 BlueQuantum,pixels,exception);
1217 count=WriteBlob(image,length,pixels);
1221 GreenQuantum,pixels,exception);
1222 count=WriteBlob(image,length,pixels);
1226 RedQuantum,pixels,exception);
1227 count=WriteBlob(image,length,pixels);
1233 AlphaQuantum,pixels,exception);
1234 count=WriteBlob(image,length,pixels);
1262 RedQuantum,pixels,exception);
1263 count=WriteBlob(image,length,pixels);
1282 GreenQuantum,pixels,exception);
1283 count=WriteBlob(image,length,pixels);
1302 BlueQuantum,pixels,exception);
1303 count=WriteBlob(image,length,pixels);
1324 AlphaQuantum,pixels,exception);
1325 count=WriteBlob(image,length,pixels);
1366 BlueQuantum,pixels,exception);
1367 count=WriteBlob(image,length,pixels);
1392 GreenQuantum,pixels,exception);
1393 count=WriteBlob(image,length,pixels);
1418 RedQuantum,pixels,exception);
1419 count=WriteBlob(image,length,pixels);
1447 AlphaQuantum,pixels,exception);
1448 count=WriteBlob(image,length,pixels);