Home | History | Annotate | Download | only in coders

Lines Matching refs:pixels

173     *pixels;
367 pixels=(unsigned char *) AcquireQuantumMemory(image->columns,(tile_height+
368 1UL)*colorspace.numberOfComponents*sizeof(*pixels));
369 if (pixels == (unsigned char *) NULL)
387 fpx_info.components[i].theData=pixels+i;
401 Initialize image pixels.
423 pixels=(unsigned char *) RelinquishMagickMemory(pixels);
430 Transfer a FPX pixels.
468 pixels=(unsigned char *) RelinquishMagickMemory(pixels);
814 *pixels;
947 pixels=(unsigned char *) GetQuantumPixels(quantum_info);
957 fpx_info.components[i].theData=pixels+i;
965 Write image pixels.
978 pixels,exception);