Lines Matching refs:pixels
103 *pixels; in ReadRGBImage() local
179 pixels=(const unsigned char *) NULL; in ReadRGBImage()
190 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
221 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
246 quantum_info,quantum_type,pixels,exception); in ReadRGBImage()
279 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
303 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
331 quantum_info,quantum_type,pixels,exception); in ReadRGBImage()
381 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
402 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
427 quantum_info,RedQuantum,pixels,exception); in ReadRGBImage()
448 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
479 quantum_info,GreenQuantum,pixels,exception); in ReadRGBImage()
500 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
531 quantum_info,BlueQuantum,pixels,exception); in ReadRGBImage()
552 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
591 quantum_info,AlphaQuantum,pixels,exception); in ReadRGBImage()
613 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
651 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
660 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
684 quantum_info,RedQuantum,pixels,exception); in ReadRGBImage()
705 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
727 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
736 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
760 quantum_info,GreenQuantum,pixels,exception); in ReadRGBImage()
781 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
803 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
812 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
836 quantum_info,BlueQuantum,pixels,exception); in ReadRGBImage()
857 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
881 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
890 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
914 quantum_info,BlueQuantum,pixels,exception); in ReadRGBImage()
935 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadRGBImage()
1116 *pixels; in WriteRGBImage() local
1154 pixels=(unsigned char *) GetQuantumPixels(quantum_info); in WriteRGBImage()
1172 quantum_type,pixels,exception); in WriteRGBImage()
1173 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1200 RedQuantum,pixels,exception); in WriteRGBImage()
1201 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1205 GreenQuantum,pixels,exception); in WriteRGBImage()
1206 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1210 BlueQuantum,pixels,exception); in WriteRGBImage()
1211 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1217 AlphaQuantum,pixels,exception); in WriteRGBImage()
1218 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1225 OpacityQuantum,pixels,exception); in WriteRGBImage()
1226 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1254 RedQuantum,pixels,exception); in WriteRGBImage()
1255 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1274 GreenQuantum,pixels,exception); in WriteRGBImage()
1275 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1294 BlueQuantum,pixels,exception); in WriteRGBImage()
1295 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1316 AlphaQuantum,pixels,exception); in WriteRGBImage()
1317 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1358 RedQuantum,pixels,exception); in WriteRGBImage()
1359 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1384 GreenQuantum,pixels,exception); in WriteRGBImage()
1385 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1410 BlueQuantum,pixels,exception); in WriteRGBImage()
1411 count=WriteBlob(image,length,pixels); in WriteRGBImage()
1438 AlphaQuantum,pixels,exception); in WriteRGBImage()
1439 count=WriteBlob(image,length,pixels); in WriteRGBImage()