Lines Matching refs:pixels
107 *pixels;
166 pixels=(const unsigned char *) NULL;
177 pixels=(const unsigned char *) ReadBlobStream(image,length,
189 Read pixels to virtual canvas image then push to image.
201 pixels=(const unsigned char *) ReadBlobStream(image,length,
225 quantum_type,pixels,exception);
254 pixels=(const unsigned char *) ReadBlobStream(image,length,
404 *pixels;
424 Write grayscale pixels.
431 pixels=(unsigned char *) GetQuantumPixels(quantum_info);
441 quantum_type,pixels,exception);
442 count=WriteBlob(image,length,pixels);