• Home
  • Raw
  • Download

Lines Matching refs:pixels

103     *pixels;  in ReadCMYKImage()  local
173 pixels=(const unsigned char *) NULL; in ReadCMYKImage()
184 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
216 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
241 quantum_info,quantum_type,pixels,exception); in ReadCMYKImage()
276 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
299 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
327 quantum_info,quantum_type,pixels,exception); in ReadCMYKImage()
378 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
399 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
424 quantum_info,CyanQuantum,pixels,exception); in ReadCMYKImage()
446 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
477 quantum_info,MagentaQuantum,pixels,exception); in ReadCMYKImage()
499 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
530 quantum_info,YellowQuantum,pixels,exception); in ReadCMYKImage()
552 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
583 quantum_info,BlackQuantum,pixels,exception); in ReadCMYKImage()
605 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
638 quantum_info,AlphaQuantum,pixels,exception); in ReadCMYKImage()
661 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
699 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
708 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
732 quantum_info,CyanQuantum,pixels,exception); in ReadCMYKImage()
754 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
776 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
785 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
809 quantum_info,MagentaQuantum,pixels,exception); in ReadCMYKImage()
830 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
852 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
861 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
885 quantum_info,YellowQuantum,pixels,exception); in ReadCMYKImage()
907 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
929 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
938 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
962 quantum_info,BlackQuantum,pixels,exception); in ReadCMYKImage()
984 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
1008 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
1017 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
1042 quantum_info,YellowQuantum,pixels,exception); in ReadCMYKImage()
1064 pixels=(const unsigned char *) ReadBlobStream(image,length, in ReadCMYKImage()
1236 *pixels; in WriteCMYKImage() local
1274 pixels=(unsigned char *) GetQuantumPixels(quantum_info); in WriteCMYKImage()
1292 quantum_type,pixels,exception); in WriteCMYKImage()
1293 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1320 CyanQuantum,pixels,exception); in WriteCMYKImage()
1321 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1325 MagentaQuantum,pixels,exception); in WriteCMYKImage()
1326 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1330 YellowQuantum,pixels,exception); in WriteCMYKImage()
1331 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1335 BlackQuantum,pixels,exception); in WriteCMYKImage()
1336 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1342 AlphaQuantum,pixels,exception); in WriteCMYKImage()
1343 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1371 CyanQuantum,pixels,exception); in WriteCMYKImage()
1372 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1391 MagentaQuantum,pixels,exception); in WriteCMYKImage()
1392 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1411 YellowQuantum,pixels,exception); in WriteCMYKImage()
1412 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1431 BlackQuantum,pixels,exception); in WriteCMYKImage()
1432 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1453 AlphaQuantum,pixels,exception); in WriteCMYKImage()
1454 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1495 CyanQuantum,pixels,exception); in WriteCMYKImage()
1496 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1521 MagentaQuantum,pixels,exception); in WriteCMYKImage()
1522 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1547 YellowQuantum,pixels,exception); in WriteCMYKImage()
1548 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1573 BlackQuantum,pixels,exception); in WriteCMYKImage()
1574 count=WriteBlob(image,length,pixels); in WriteCMYKImage()
1601 AlphaQuantum,pixels,exception); in WriteCMYKImage()
1602 count=WriteBlob(image,length,pixels); in WriteCMYKImage()