Lines Matching refs:pixels
103 *pixels;
161 pixels=(const unsigned char *) NULL;
172 pixels=(const unsigned char *) ReadBlobStream(image,length,
184 Read pixels to virtual canvas image then push to image.
195 pixels=(const unsigned char *) ReadBlobStream(image,length,
219 quantum_type,pixels,exception);
249 pixels=(const unsigned char *) ReadBlobStream(image,length,
465 *pixels;
561 Convert image to RAW raster pixels.
566 pixels=(unsigned char *) GetQuantumPixels(quantum_info);
573 quantum_type,pixels,exception);
574 count=WriteBlob(image,length,pixels);