pixel             237 Magick++/lib/Color.cpp     pixel;
pixel             239 Magick++/lib/Color.cpp   pixel.colorspace=RGBColorspace;
pixel             240 Magick++/lib/Color.cpp   pixel.matte=_pixelType == RGBAPixel ? MagickTrue : MagickFalse;
pixel             241 Magick++/lib/Color.cpp   pixel.depth=MAGICKCORE_QUANTUM_DEPTH;
pixel             242 Magick++/lib/Color.cpp   pixel.red=_pixel->red;
pixel             243 Magick++/lib/Color.cpp   pixel.green=_pixel->green;
pixel             244 Magick++/lib/Color.cpp   pixel.blue=_pixel->blue;
pixel             245 Magick++/lib/Color.cpp   pixel.opacity=_pixel->opacity;
pixel             246 Magick++/lib/Color.cpp   GetColorTuple( &pixel, MagickTrue, colorbuf );
pixel            1210 Magick++/lib/Image.cpp   PixelPacket pixel=static_cast<PixelPacket>(pixelColor(x_,y_));
pixel            1211 Magick++/lib/Image.cpp   target.red=pixel.red;
pixel            1212 Magick++/lib/Image.cpp   target.green=pixel.green;
pixel            1213 Magick++/lib/Image.cpp   target.blue=pixel.blue;
pixel            1532 Magick++/lib/Image.cpp   PixelPacket pixel=static_cast<PixelPacket>(blackColor_);
pixel            1533 Magick++/lib/Image.cpp   black.red=pixel.red;
pixel            1534 Magick++/lib/Image.cpp   black.green=pixel.green;
pixel            1535 Magick++/lib/Image.cpp   black.blue=pixel.blue;
pixel            1536 Magick++/lib/Image.cpp   black.opacity=pixel.opacity;
pixel            1540 Magick++/lib/Image.cpp   pixel=static_cast<PixelPacket>(whiteColor_);
pixel            1541 Magick++/lib/Image.cpp   white.red=pixel.red;
pixel            1542 Magick++/lib/Image.cpp   white.green=pixel.green;
pixel            1543 Magick++/lib/Image.cpp   white.blue=pixel.blue;
pixel            1544 Magick++/lib/Image.cpp   white.opacity=pixel.opacity;
pixel            1562 Magick++/lib/Image.cpp   PixelPacket pixel=static_cast<PixelPacket>(blackColor_);
pixel            1563 Magick++/lib/Image.cpp   black.red=pixel.red;
pixel            1564 Magick++/lib/Image.cpp   black.green=pixel.green;
pixel            1565 Magick++/lib/Image.cpp   black.blue=pixel.blue;
pixel            1566 Magick++/lib/Image.cpp   black.opacity=pixel.opacity;
pixel            1570 Magick++/lib/Image.cpp   pixel=static_cast<PixelPacket>(whiteColor_);
pixel            1571 Magick++/lib/Image.cpp   white.red=pixel.red;
pixel            1572 Magick++/lib/Image.cpp   white.green=pixel.green;
pixel            1573 Magick++/lib/Image.cpp   white.blue=pixel.blue;
pixel            1574 Magick++/lib/Image.cpp   white.opacity=pixel.opacity;
pixel            3781 Magick++/lib/Image.cpp   const PixelPacket* pixel = getConstPixels( x_, y_, 1, 1 );
pixel            3784 Magick++/lib/Image.cpp       if ( pixel )
pixel            3785 Magick++/lib/Image.cpp         return Color( *pixel );
pixel             146 Magick++/lib/Magick++/Color.h     void pixel ( PixelPacket* rep_, PixelType pixelType_ );
pixel            2172 Magick++/lib/Magick++/STL.h                            ( Color(histogram_array[i].pixel.red,
pixel            2173 Magick++/lib/Magick++/STL.h                                    histogram_array[i].pixel.green,
pixel            2174 Magick++/lib/Magick++/STL.h                                    histogram_array[i].pixel.blue),
pixel            1148 coders/bmp.c             pixel;
pixel            1170 coders/bmp.c               pixel=(size_t) (*p++);
pixel            1171 coders/bmp.c               pixel|=(*p++) << 8;
pixel            1172 coders/bmp.c               red=((pixel & bmp_info.red_mask) << shift.red) >> 16;
pixel            1177 coders/bmp.c               green=((pixel & bmp_info.green_mask) << shift.green) >> 16;
pixel            1184 coders/bmp.c               blue=((pixel & bmp_info.blue_mask) << shift.blue) >> 16;
pixel            1189 coders/bmp.c               opacity=((pixel & bmp_info.alpha_mask) << shift.opacity) >> 16;
pixel            1264 coders/bmp.c               pixel;
pixel            1272 coders/bmp.c               pixel=(size_t) (*p++);
pixel            1273 coders/bmp.c               pixel|=(*p++ << 8);
pixel            1274 coders/bmp.c               pixel|=(*p++ << 16);
pixel            1275 coders/bmp.c               pixel|=(*p++ << 24);
pixel            1276 coders/bmp.c               red=((pixel & bmp_info.red_mask) << shift.red) >> 16;
pixel            1279 coders/bmp.c               green=((pixel & bmp_info.green_mask) << shift.green) >> 16;
pixel            1282 coders/bmp.c               blue=((pixel & bmp_info.blue_mask) << shift.blue) >> 16;
pixel            1285 coders/bmp.c               opacity=((pixel & bmp_info.alpha_mask) << shift.opacity) >> 16;
pixel            3783 coders/dcm.c             pixel;
pixel            3798 coders/dcm.c           (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
pixel            3874 coders/dcm.c                   pixel.red=1UL*image->colormap[index].red;
pixel            3875 coders/dcm.c                   pixel.green=1UL*image->colormap[index].green;
pixel            3876 coders/dcm.c                   pixel.blue=1UL*image->colormap[index].blue;
pixel            3882 coders/dcm.c                       pixel.red=(size_t) ReadDCMByte(stream_info,image);
pixel            3883 coders/dcm.c                       pixel.green=(size_t) ReadDCMByte(stream_info,image);
pixel            3884 coders/dcm.c                       pixel.blue=(size_t) ReadDCMByte(stream_info,image);
pixel            3890 coders/dcm.c                           pixel.red=ReadDCMMSBShort(stream_info,image);
pixel            3891 coders/dcm.c                           pixel.green=ReadDCMMSBShort(stream_info,image);
pixel            3892 coders/dcm.c                           pixel.blue=ReadDCMMSBShort(stream_info,image);
pixel            3896 coders/dcm.c                           pixel.red=ReadDCMLSBShort(stream_info,image);
pixel            3897 coders/dcm.c                           pixel.green=ReadDCMLSBShort(stream_info,image);
pixel            3898 coders/dcm.c                           pixel.blue=ReadDCMLSBShort(stream_info,image);
pixel            3901 coders/dcm.c                   pixel.red&=mask;
pixel            3902 coders/dcm.c                   pixel.green&=mask;
pixel            3903 coders/dcm.c                   pixel.blue&=mask;
pixel            3906 coders/dcm.c                       pixel.red=scale[pixel.red];
pixel            3907 coders/dcm.c                       pixel.green=scale[pixel.green];
pixel            3908 coders/dcm.c                       pixel.blue=scale[pixel.blue];
pixel            3911 coders/dcm.c               SetPixelRed(q,pixel.red);
pixel            3912 coders/dcm.c               SetPixelGreen(q,pixel.green);
pixel            3913 coders/dcm.c               SetPixelBlue(q,pixel.blue);
pixel            4006 coders/dcm.c                     pixel.red=1UL*image->colormap[index].red;
pixel            4007 coders/dcm.c                     pixel.green=1UL*image->colormap[index].green;
pixel            4008 coders/dcm.c                     pixel.blue=1UL*image->colormap[index].blue;
pixel            4014 coders/dcm.c                         pixel.red=(size_t) ReadDCMByte(stream_info,image);
pixel            4015 coders/dcm.c                         pixel.green=(size_t) ReadDCMByte(stream_info,image);
pixel            4016 coders/dcm.c                         pixel.blue=(size_t) ReadDCMByte(stream_info,image);
pixel            4022 coders/dcm.c                             pixel.red=ReadDCMMSBShort(stream_info,image);
pixel            4023 coders/dcm.c                             pixel.green=ReadDCMMSBShort(stream_info,image);
pixel            4024 coders/dcm.c                             pixel.blue=ReadDCMMSBShort(stream_info,image);
pixel            4028 coders/dcm.c                             pixel.red=ReadDCMLSBShort(stream_info,image);
pixel            4029 coders/dcm.c                             pixel.green=ReadDCMLSBShort(stream_info,image);
pixel            4030 coders/dcm.c                             pixel.blue=ReadDCMLSBShort(stream_info,image);
pixel            4033 coders/dcm.c                     pixel.red&=mask;
pixel            4034 coders/dcm.c                     pixel.green&=mask;
pixel            4035 coders/dcm.c                     pixel.blue&=mask;
pixel            4038 coders/dcm.c                         pixel.red=scale[pixel.red];
pixel            4039 coders/dcm.c                         pixel.green=scale[pixel.green];
pixel            4040 coders/dcm.c                         pixel.blue=scale[pixel.blue];
pixel            4044 coders/dcm.c                   (((size_t) pixel.red) << 8)));
pixel            4046 coders/dcm.c                   (((size_t) pixel.green) << 8)));
pixel            4048 coders/dcm.c                   (((size_t) pixel.blue) << 8)));
pixel             182 coders/debug.c     pixel;
pixel             219 coders/debug.c     GetMagickPixelPacket(image,&pixel);
pixel             231 coders/debug.c         SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             233 coders/debug.c           (double) pixel.red,(double) pixel.green,(double) pixel.blue);
pixel             234 coders/debug.c         if (pixel.colorspace == CMYKColorspace)
pixel             240 coders/debug.c               (double) pixel.index);
pixel             243 coders/debug.c         if (pixel.matte != MagickFalse)
pixel             249 coders/debug.c               (double) (QuantumRange-pixel.opacity));
pixel             134 coders/dps.c       pixel;
pixel             280 coders/dps.c         colors[i].pixel=(size_t) i;
pixel             304 coders/dps.c           colors[i].pixel=red | green | blue;
pixel             384 coders/dps.c               pixel=XGetPixel(dps_image,x,y);
pixel             385 coders/dps.c               index=(pixel >> red_shift) & red_mask;
pixel             387 coders/dps.c               index=(pixel >> green_shift) & green_mask;
pixel             389 coders/dps.c               index=(pixel >> blue_shift) & blue_mask;
pixel             406 coders/dps.c               pixel=XGetPixel(dps_image,x,y);
pixel             407 coders/dps.c               color=(pixel >> red_shift) & red_mask;
pixel             410 coders/dps.c               color=(pixel >> green_shift) & green_mask;
pixel             414 coders/dps.c               color=(pixel >> blue_shift) & blue_mask;
pixel             443 coders/dps.c           image->colormap[colors[i].pixel].red=ScaleShortToQuantum(colors[i].red);
pixel             444 coders/dps.c           image->colormap[colors[i].pixel].green=
pixel             446 coders/dps.c           image->colormap[colors[i].pixel].blue=
pixel             174 coders/fits.c      pixel;
pixel             191 coders/fits.c      pixel=GetFITSPixel(image,bits_per_pixel);
pixel             192 coders/fits.c      if (pixel < *minima)
pixel             193 coders/fits.c        *minima=pixel;
pixel             194 coders/fits.c      if (pixel > *maxima)
pixel             195 coders/fits.c        *maxima=pixel;
pixel             253 coders/fits.c      pixel,
pixel             450 coders/fits.c          pixel=GetFITSPixel(image,fits_info.bits_per_pixel);
pixel             454 coders/fits.c              &pixel);
pixel             455 coders/fits.c          SetPixelRed(q,ClampToQuantum(scale*(fits_info.scale*(pixel-
pixel             172 coders/hdr.c       pixel[4],
pixel             402 coders/hdr.c           count=ReadBlob(image,4*sizeof(*pixel),pixel);
pixel             405 coders/hdr.c           if ((size_t) ((((size_t) pixel[2]) << 8) | pixel[3]) != image->columns)
pixel             407 coders/hdr.c               (void) memcpy(pixels,pixel,4*sizeof(*pixel));
pixel             419 coders/hdr.c                   count=ReadBlob(image,2*sizeof(*pixel),pixel);
pixel             422 coders/hdr.c                   if (pixel[0] > 128)
pixel             424 coders/hdr.c                       count=(ssize_t) pixel[0]-128;
pixel             428 coders/hdr.c                         *p++=pixel[1];
pixel             432 coders/hdr.c                       count=(ssize_t) pixel[0];
pixel             435 coders/hdr.c                       *p++=pixel[1];
pixel             456 coders/hdr.c             pixel[0]=pixels[x];
pixel             457 coders/hdr.c             pixel[1]=pixels[x+image->columns];
pixel             458 coders/hdr.c             pixel[2]=pixels[x+2*image->columns];
pixel             459 coders/hdr.c             pixel[3]=pixels[x+3*image->columns];
pixel             463 coders/hdr.c             pixel[0]=pixels[i++];
pixel             464 coders/hdr.c             pixel[1]=pixels[i++];
pixel             465 coders/hdr.c             pixel[2]=pixels[i++];
pixel             466 coders/hdr.c             pixel[3]=pixels[i++];
pixel             471 coders/hdr.c         if (pixel[3] != 0)
pixel             473 coders/hdr.c             gamma=pow(2.0,pixel[3]-(128.0+8.0));
pixel             474 coders/hdr.c             SetPixelRed(q,ClampToQuantum(QuantumRange*gamma*pixel[0]));
pixel             475 coders/hdr.c             SetPixelGreen(q,ClampToQuantum(QuantumRange*gamma*pixel[1]));
pixel             476 coders/hdr.c             SetPixelBlue(q,ClampToQuantum(QuantumRange*gamma*pixel[2]));
pixel             598 coders/hdr.c       pixel[2];
pixel             616 coders/hdr.c           pixel[0]=(unsigned char) (128+previous_count);
pixel             617 coders/hdr.c           pixel[1]=pixels[p];
pixel             618 coders/hdr.c           if (WriteBlob(image,2*sizeof(*pixel),pixel) < 1)
pixel             627 coders/hdr.c         pixel[0]=(unsigned char) count;
pixel             628 coders/hdr.c         if (WriteBlob(image,sizeof(*pixel),pixel) < 1)
pixel             630 coders/hdr.c         if (WriteBlob(image,(size_t) count*sizeof(*pixel),&pixels[p]) < 1)
pixel             636 coders/hdr.c           pixel[0]=(unsigned char) (128+runlength);
pixel             637 coders/hdr.c           pixel[1]=pixels[q];
pixel             638 coders/hdr.c           if (WriteBlob(image,2*sizeof(*pixel),pixel) < 1)
pixel             672 coders/hdr.c       pixel[4],
pixel             740 coders/hdr.c           pixel[0]=2;
pixel             741 coders/hdr.c           pixel[1]=2;
pixel             742 coders/hdr.c           pixel[2]=(unsigned char) (image->columns >> 8);
pixel             743 coders/hdr.c           pixel[3]=(unsigned char) (image->columns & 0xff);
pixel             744 coders/hdr.c           count=WriteBlob(image,4*sizeof(*pixel),pixel);
pixel             745 coders/hdr.c           if (count != (ssize_t) (4*sizeof(*pixel)))
pixel             754 coders/hdr.c         pixel[0]=0;
pixel             755 coders/hdr.c         pixel[1]=0;
pixel             756 coders/hdr.c         pixel[2]=0;
pixel             757 coders/hdr.c         pixel[3]=0;
pixel             769 coders/hdr.c             pixel[0]=(unsigned char) (gamma*QuantumScale*GetPixelRed(p));
pixel             770 coders/hdr.c             pixel[1]=(unsigned char) (gamma*QuantumScale*GetPixelGreen(p));
pixel             771 coders/hdr.c             pixel[2]=(unsigned char) (gamma*QuantumScale*GetPixelBlue(p));
pixel             772 coders/hdr.c             pixel[3]=(unsigned char) (exponent+128);
pixel             776 coders/hdr.c             pixels[x]=pixel[0];
pixel             777 coders/hdr.c             pixels[x+image->columns]=pixel[1];
pixel             778 coders/hdr.c             pixels[x+2*image->columns]=pixel[2];
pixel             779 coders/hdr.c             pixels[x+3*image->columns]=pixel[3];
pixel             783 coders/hdr.c             pixels[i++]=pixel[0];
pixel             784 coders/hdr.c             pixels[i++]=pixel[1];
pixel             785 coders/hdr.c             pixels[i++]=pixel[2];
pixel             786 coders/hdr.c             pixels[i++]=pixel[3];
pixel             797 coders/hdr.c           count=WriteBlob(image,4*image->columns*sizeof(*pixel),pixel);
pixel             798 coders/hdr.c           if (count != (ssize_t) (4*image->columns*sizeof(*pixel)))
pixel             357 coders/jp2.c       pixel,
pixel             584 coders/jp2.c             pixel=(QuantumAny) jas_matrix_getv(pixels[0],x/x_step[0]);
pixel             585 coders/jp2.c             SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) pixel,
pixel             600 coders/jp2.c             pixel=(QuantumAny) jas_matrix_getv(pixels[0],x/x_step[0]);
pixel             601 coders/jp2.c             SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) pixel,range[0]));
pixel             602 coders/jp2.c             pixel=(QuantumAny) jas_matrix_getv(pixels[1],x/x_step[1]);
pixel             603 coders/jp2.c             SetPixelGreen(q,ScaleAnyToQuantum((QuantumAny) pixel,range[1]));
pixel             604 coders/jp2.c             pixel=(QuantumAny) jas_matrix_getv(pixels[2],x/x_step[2]);
pixel             605 coders/jp2.c             SetPixelBlue(q,ScaleAnyToQuantum((QuantumAny) pixel,range[2]));
pixel             617 coders/jp2.c             pixel=(QuantumAny) jas_matrix_getv(pixels[0],x/x_step[0]);
pixel             618 coders/jp2.c             SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) pixel,range[0]));
pixel             619 coders/jp2.c             pixel=(QuantumAny) jas_matrix_getv(pixels[1],x/x_step[1]);
pixel             620 coders/jp2.c             SetPixelGreen(q,ScaleAnyToQuantum((QuantumAny) pixel,range[1]));
pixel             621 coders/jp2.c             pixel=(QuantumAny) jas_matrix_getv(pixels[2],x/x_step[2]);
pixel             622 coders/jp2.c             SetPixelBlue(q,ScaleAnyToQuantum((QuantumAny) pixel,range[2]));
pixel             623 coders/jp2.c             pixel=(QuantumAny) jas_matrix_getv(pixels[3],x/x_step[3]);
pixel             624 coders/jp2.c             SetPixelAlpha(q,ScaleAnyToQuantum((QuantumAny) pixel,range[3]));
pixel            1319 coders/jpeg.c                pixel;
pixel            1322 coders/jpeg.c                pixel=(size_t) GETJSAMPLE(*p);
pixel            1324 coders/jpeg.c                pixel=(size_t) ((GETJSAMPLE(*p) ^ 0x80) << 4);
pixel            1325 coders/jpeg.c              index=ConstrainColormapIndex(image,pixel);
pixel             238 coders/miff.c        *pixel=image->colormap[(ssize_t) *index];
pixel             249 coders/miff.c                pixel->opacity=ScaleCharToQuantum(quantum);
pixel             261 coders/miff.c                pixel->opacity=(Quantum) (quantum >> (image->depth-
pixel             274 coders/miff.c                pixel->opacity=(Quantum) (quantum >> (image->depth-
pixel             294 coders/miff.c        SetPixelRed(pixel,ScaleCharToQuantum(quantum));
pixel             295 coders/miff.c        SetPixelGreen(pixel,ScaleCharToQuantum(quantum));
pixel             296 coders/miff.c        SetPixelBlue(pixel,ScaleCharToQuantum(quantum));
pixel             300 coders/miff.c            SetPixelGreen(pixel,ScaleCharToQuantum(quantum));
pixel             302 coders/miff.c            SetPixelBlue(pixel,ScaleCharToQuantum(quantum));
pixel             312 coders/miff.c            SetPixelOpacity(pixel,ScaleCharToQuantum(quantum));
pixel             322 coders/miff.c        SetPixelRed(pixel,quantum >> (image->depth-MAGICKCORE_QUANTUM_DEPTH));
pixel             323 coders/miff.c        SetPixelGreen(pixel,ScaleCharToQuantum(quantum));
pixel             324 coders/miff.c        SetPixelBlue(pixel,ScaleCharToQuantum(quantum));
pixel             328 coders/miff.c            SetPixelGreen(pixel,quantum >> (image->depth-
pixel             331 coders/miff.c            SetPixelBlue(pixel,quantum >> (image->depth-
pixel             343 coders/miff.c            SetPixelOpacity(pixel,quantum >> (image->depth-
pixel             354 coders/miff.c        SetPixelRed(pixel,quantum >> (image->depth-MAGICKCORE_QUANTUM_DEPTH));
pixel             355 coders/miff.c        SetPixelGreen(pixel,ScaleCharToQuantum(quantum));
pixel             356 coders/miff.c        SetPixelBlue(pixel,ScaleCharToQuantum(quantum));
pixel             360 coders/miff.c            SetPixelGreen(pixel,quantum >> (image->depth-
pixel             363 coders/miff.c            SetPixelBlue(pixel,quantum >> (image->depth-
pixel             375 coders/miff.c            SetPixelOpacity(pixel,quantum >> (image->depth-
pixel             465 coders/miff.c      pixel;
pixel            1197 coders/miff.c                    pixel;
pixel            1201 coders/miff.c                    p=PushCharPixel(p,&pixel);
pixel            1202 coders/miff.c                    image->colormap[i].red=ScaleCharToQuantum(pixel);
pixel            1203 coders/miff.c                    p=PushCharPixel(p,&pixel);
pixel            1204 coders/miff.c                    image->colormap[i].green=ScaleCharToQuantum(pixel);
pixel            1205 coders/miff.c                    p=PushCharPixel(p,&pixel);
pixel            1206 coders/miff.c                    image->colormap[i].blue=ScaleCharToQuantum(pixel);
pixel            1213 coders/miff.c                    pixel;
pixel            1217 coders/miff.c                    p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1218 coders/miff.c                    image->colormap[i].red=ScaleShortToQuantum(pixel);
pixel            1219 coders/miff.c                    p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1220 coders/miff.c                    image->colormap[i].green=ScaleShortToQuantum(pixel);
pixel            1221 coders/miff.c                    p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1222 coders/miff.c                    image->colormap[i].blue=ScaleShortToQuantum(pixel);
pixel            1229 coders/miff.c                    pixel;
pixel            1233 coders/miff.c                    p=PushLongPixel(MSBEndian,p,&pixel);
pixel            1234 coders/miff.c                    image->colormap[i].red=ScaleLongToQuantum(pixel);
pixel            1235 coders/miff.c                    p=PushLongPixel(MSBEndian,p,&pixel);
pixel            1236 coders/miff.c                    image->colormap[i].green=ScaleLongToQuantum(pixel);
pixel            1237 coders/miff.c                    p=PushLongPixel(MSBEndian,p,&pixel);
pixel            1238 coders/miff.c                    image->colormap[i].blue=ScaleLongToQuantum(pixel);
pixel            1365 coders/miff.c          (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
pixel            1366 coders/miff.c          pixel.opacity=(Quantum) TransparentOpacity;
pixel            1482 coders/miff.c                  PushRunlengthPacket(image,pixels,&length,&pixel,&index);
pixel            1488 coders/miff.c              SetPixelRed(q,pixel.red);
pixel            1489 coders/miff.c              SetPixelGreen(q,pixel.green);
pixel            1490 coders/miff.c              SetPixelBlue(q,pixel.blue);
pixel            1491 coders/miff.c              SetPixelOpacity(q,pixel.opacity);
pixel            1754 coders/miff.c                value=ScaleQuantumToLong(pixel.opacity);
pixel            1766 coders/miff.c                value=ScaleQuantumToShort(pixel.opacity);
pixel            1778 coders/miff.c                value=(unsigned char) ScaleQuantumToChar(pixel.opacity);
pixel            1797 coders/miff.c        value=ScaleQuantumToLong(pixel.red);
pixel            1801 coders/miff.c            value=ScaleQuantumToLong(pixel.green);
pixel            1803 coders/miff.c            value=ScaleQuantumToLong(pixel.blue);
pixel            1813 coders/miff.c            value=ScaleQuantumToLong(pixel.opacity);
pixel            1823 coders/miff.c        value=ScaleQuantumToShort(pixel.red);
pixel            1827 coders/miff.c            value=ScaleQuantumToShort(pixel.green);
pixel            1829 coders/miff.c            value=ScaleQuantumToShort(pixel.blue);
pixel            1839 coders/miff.c            value=ScaleQuantumToShort(pixel.opacity);
pixel            1849 coders/miff.c        value=(unsigned char) ScaleQuantumToChar(pixel.red);
pixel            1853 coders/miff.c            value=(unsigned char) ScaleQuantumToChar(pixel.green);
pixel            1855 coders/miff.c            value=(unsigned char) ScaleQuantumToChar(pixel.blue);
pixel            1865 coders/miff.c            value=(unsigned char) ScaleQuantumToChar(pixel.opacity);
pixel            1915 coders/miff.c      pixel;
pixel            2331 coders/miff.c                  pixel;
pixel            2333 coders/miff.c                pixel=ScaleQuantumToLong(image->colormap[i].red);
pixel            2334 coders/miff.c                q=PopLongPixel(MSBEndian,pixel,q);
pixel            2335 coders/miff.c                pixel=ScaleQuantumToLong(image->colormap[i].green);
pixel            2336 coders/miff.c                q=PopLongPixel(MSBEndian,pixel,q);
pixel            2337 coders/miff.c                pixel=ScaleQuantumToLong(image->colormap[i].blue);
pixel            2338 coders/miff.c                q=PopLongPixel(MSBEndian,pixel,q);
pixel            2344 coders/miff.c                  pixel;
pixel            2346 coders/miff.c                pixel=ScaleQuantumToShort(image->colormap[i].red);
pixel            2347 coders/miff.c                q=PopShortPixel(MSBEndian,pixel,q);
pixel            2348 coders/miff.c                pixel=ScaleQuantumToShort(image->colormap[i].green);
pixel            2349 coders/miff.c                q=PopShortPixel(MSBEndian,pixel,q);
pixel            2350 coders/miff.c                pixel=ScaleQuantumToShort(image->colormap[i].blue);
pixel            2351 coders/miff.c                q=PopShortPixel(MSBEndian,pixel,q);
pixel            2357 coders/miff.c                  pixel;
pixel            2359 coders/miff.c                pixel=(unsigned char) ScaleQuantumToChar(image->colormap[i].red);
pixel            2360 coders/miff.c                q=PopCharPixel(pixel,q);
pixel            2361 coders/miff.c                pixel=(unsigned char) ScaleQuantumToChar(
pixel            2363 coders/miff.c                q=PopCharPixel(pixel,q);
pixel            2364 coders/miff.c                pixel=(unsigned char) ScaleQuantumToChar(image->colormap[i].blue);
pixel            2365 coders/miff.c                q=PopCharPixel(pixel,q);
pixel            2540 coders/miff.c            pixel=(*p);
pixel            2548 coders/miff.c                  (IsColorEqual(p,&pixel) != MagickFalse) &&
pixel            2550 coders/miff.c                   (GetPixelOpacity(p) == pixel.opacity)) &&
pixel            2557 coders/miff.c                    q=PopRunlengthPacket(image,q,length,pixel,index);
pixel            2560 coders/miff.c              pixel=(*p);
pixel            2565 coders/miff.c            q=PopRunlengthPacket(image,q,length,pixel,index);
pixel             874 coders/mpc.c                     pixel;
pixel             878 coders/mpc.c                     p=PushCharPixel(p,&pixel);
pixel             879 coders/mpc.c                     image->colormap[i].red=ScaleCharToQuantum(pixel);
pixel             880 coders/mpc.c                     p=PushCharPixel(p,&pixel);
pixel             881 coders/mpc.c                     image->colormap[i].green=ScaleCharToQuantum(pixel);
pixel             882 coders/mpc.c                     p=PushCharPixel(p,&pixel);
pixel             883 coders/mpc.c                     image->colormap[i].blue=ScaleCharToQuantum(pixel);
pixel             890 coders/mpc.c                     pixel;
pixel             894 coders/mpc.c                     p=PushShortPixel(MSBEndian,p,&pixel);
pixel             895 coders/mpc.c                     image->colormap[i].red=ScaleShortToQuantum(pixel);
pixel             896 coders/mpc.c                     p=PushShortPixel(MSBEndian,p,&pixel);
pixel             897 coders/mpc.c                     image->colormap[i].green=ScaleShortToQuantum(pixel);
pixel             898 coders/mpc.c                     p=PushShortPixel(MSBEndian,p,&pixel);
pixel             899 coders/mpc.c                     image->colormap[i].blue=ScaleShortToQuantum(pixel);
pixel             906 coders/mpc.c                     pixel;
pixel             910 coders/mpc.c                     p=PushLongPixel(MSBEndian,p,&pixel);
pixel             911 coders/mpc.c                     image->colormap[i].red=ScaleLongToQuantum(pixel);
pixel             912 coders/mpc.c                     p=PushLongPixel(MSBEndian,p,&pixel);
pixel             913 coders/mpc.c                     image->colormap[i].green=ScaleLongToQuantum(pixel);
pixel             914 coders/mpc.c                     p=PushLongPixel(MSBEndian,p,&pixel);
pixel             915 coders/mpc.c                     image->colormap[i].blue=ScaleLongToQuantum(pixel);
pixel            1406 coders/mpc.c                   pixel;
pixel            1408 coders/mpc.c                 pixel=ScaleQuantumToLong(image->colormap[i].red);
pixel            1409 coders/mpc.c                 q=PopLongPixel(MSBEndian,pixel,q);
pixel            1410 coders/mpc.c                 pixel=ScaleQuantumToLong(image->colormap[i].green);
pixel            1411 coders/mpc.c                 q=PopLongPixel(MSBEndian,pixel,q);
pixel            1412 coders/mpc.c                 pixel=ScaleQuantumToLong(image->colormap[i].blue);
pixel            1413 coders/mpc.c                 q=PopLongPixel(MSBEndian,pixel,q);
pixel            1418 coders/mpc.c                   pixel;
pixel            1420 coders/mpc.c                 pixel=ScaleQuantumToShort(image->colormap[i].red);
pixel            1421 coders/mpc.c                 q=PopShortPixel(MSBEndian,pixel,q);
pixel            1422 coders/mpc.c                 pixel=ScaleQuantumToShort(image->colormap[i].green);
pixel            1423 coders/mpc.c                 q=PopShortPixel(MSBEndian,pixel,q);
pixel            1424 coders/mpc.c                 pixel=ScaleQuantumToShort(image->colormap[i].blue);
pixel            1425 coders/mpc.c                 q=PopShortPixel(MSBEndian,pixel,q);
pixel            1431 coders/mpc.c                   pixel;
pixel            1433 coders/mpc.c                 pixel=(unsigned char) ScaleQuantumToChar(image->colormap[i].red);
pixel            1434 coders/mpc.c                 q=PopCharPixel(pixel,q);
pixel            1435 coders/mpc.c                 pixel=(unsigned char) ScaleQuantumToChar(
pixel            1437 coders/mpc.c                 q=PopCharPixel(pixel,q);
pixel            1438 coders/mpc.c                 pixel=(unsigned char) ScaleQuantumToChar(image->colormap[i].blue);
pixel            1439 coders/mpc.c                 q=PopCharPixel(pixel,q);
pixel            3136 coders/msl.c               pixel;
pixel            3148 coders/msl.c             pixel.red=0.0;
pixel            3149 coders/msl.c             pixel.green=0.0;
pixel            3150 coders/msl.c             pixel.blue=0.0;
pixel            3166 coders/msl.c                         pixel.blue=StringToDouble(value,(char **) NULL);
pixel            3199 coders/msl.c                         pixel.green=StringToDouble(value,(char **) NULL);
pixel            3211 coders/msl.c                         pixel.red=StringToDouble(value,(char **) NULL);
pixel            3228 coders/msl.c                 (double) pixel.red,(double) pixel.green,(double) pixel.blue);
pixel            3238 coders/msl.c                 (void) GammaImageChannel(msl_info->image[n],RedChannel,pixel.red);
pixel            3244 coders/msl.c                   pixel.green);
pixel            3250 coders/msl.c                   pixel.blue);
pixel             198 coders/palm.c      if (ScaleQuantumToChar(GetPixelRed(pixel)) == PalmPalette[i][0] &&
pixel             199 coders/palm.c          ScaleQuantumToChar(GetPixelGreen(pixel)) == PalmPalette[i][1] &&
pixel             200 coders/palm.c          ScaleQuantumToChar(GetPixelBlue(pixel)) == PalmPalette[i][2])
pixel             209 coders/png.c           (SetPixelRed((pixel), \
pixel             210 coders/png.c           ScaleQuantumToChar(GetPixelRed((pixel))) < 0x10 ? \
pixel             214 coders/png.c           (SetPixelGreen((pixel), \
pixel             215 coders/png.c           ScaleQuantumToChar(GetPixelGreen((pixel))) < 0x10 ? \
pixel             219 coders/png.c           (SetPixelBlue((pixel), \
pixel             220 coders/png.c           ScaleQuantumToChar(GetPixelBlue((pixel))) < 0x10 ? \
pixel             224 coders/png.c           (SetPixelOpacity((pixel), \
pixel             225 coders/png.c           ScaleQuantumToChar(GetPixelOpacity((pixel))) < 0x10 ? \
pixel             230 coders/png.c           LBR01PixelRed((pixel)); \
pixel             231 coders/png.c           LBR01PixelGreen((pixel)); \
pixel             232 coders/png.c           LBR01PixelBlue((pixel)); \
pixel             237 coders/png.c           LBR01PixelRGB((pixel)); \
pixel             238 coders/png.c           LBR01PixelOpacity((pixel)); \
pixel             283 coders/png.c        unsigned char lbr_bits=ScaleQuantumToChar(GetPixelRed((pixel))) \
pixel             285 coders/png.c        SetPixelRed((pixel), ScaleCharToQuantum( \
pixel             290 coders/png.c        unsigned char lbr_bits=ScaleQuantumToChar(GetPixelGreen((pixel)))\
pixel             292 coders/png.c        SetPixelGreen((pixel), ScaleCharToQuantum( \
pixel             298 coders/png.c          ScaleQuantumToChar(GetPixelBlue((pixel))) & 0xc0; \
pixel             299 coders/png.c        SetPixelBlue((pixel), ScaleCharToQuantum( \
pixel             305 coders/png.c          ScaleQuantumToChar(GetPixelOpacity((pixel))) & 0xc0; \
pixel             306 coders/png.c        SetPixelOpacity((pixel), ScaleCharToQuantum( \
pixel             312 coders/png.c           LBR02PixelRed((pixel)); \
pixel             313 coders/png.c           LBR02PixelGreen((pixel)); \
pixel             314 coders/png.c           LBR02PixelBlue((pixel)); \
pixel             319 coders/png.c           LBR02PixelRGB((pixel)); \
pixel             320 coders/png.c           LBR02Opacity((pixel)); \
pixel             354 coders/png.c        unsigned char lbr_bits=ScaleQuantumToChar(GetPixelRed((pixel))) \
pixel             356 coders/png.c        SetPixelRed((pixel), ScaleCharToQuantum( \
pixel             361 coders/png.c        unsigned char lbr_bits=ScaleQuantumToChar(GetPixelGreen((pixel)))\
pixel             363 coders/png.c        SetPixelGreen((pixel), ScaleCharToQuantum( \
pixel             368 coders/png.c        unsigned char lbr_bits=ScaleQuantumToChar(GetPixelBlue((pixel))) \
pixel             370 coders/png.c        SetPixelBlue((pixel), ScaleCharToQuantum( \
pixel             376 coders/png.c           LBR03PixelRed((pixel)); \
pixel             377 coders/png.c           LBR03PixelGreen((pixel)); \
pixel             378 coders/png.c           LBR03PixelBlue((pixel)); \
pixel             419 coders/png.c        unsigned char lbr_bits=ScaleQuantumToChar(GetPixelRed((pixel))) \
pixel             421 coders/png.c        SetPixelRed((pixel),\
pixel             426 coders/png.c        unsigned char lbr_bits=ScaleQuantumToChar(GetPixelGreen((pixel)))\
pixel             428 coders/png.c        SetPixelGreen((pixel),\
pixel             434 coders/png.c          ScaleQuantumToChar(GetPixelBlue((pixel))) & 0xf0; \
pixel             435 coders/png.c        SetPixelBlue((pixel),\
pixel             441 coders/png.c          ScaleQuantumToChar(GetPixelOpacity((pixel))) & 0xf0; \
pixel             442 coders/png.c        SetPixelOpacity((pixel),\
pixel             448 coders/png.c           LBR04PixelRed((pixel)); \
pixel             449 coders/png.c           LBR04PixelGreen((pixel)); \
pixel             450 coders/png.c           LBR04PixelBlue((pixel)); \
pixel             455 coders/png.c           LBR04PixelRGB((pixel)); \
pixel             456 coders/png.c           LBR04PixelOpacity((pixel)); \
pixel             500 coders/png.c          ScaleQuantumToChar(GetPixelRed((pixel))); \
pixel             501 coders/png.c        SetPixelRed((pixel),\
pixel             507 coders/png.c          ScaleQuantumToChar(GetPixelGreen((pixel))); \
pixel             508 coders/png.c        SetPixelGreen((pixel),\
pixel             514 coders/png.c          ScaleQuantumToChar(GetPixelBlue((pixel))); \
pixel             515 coders/png.c        SetPixelBlue((pixel),\
pixel             521 coders/png.c          ScaleQuantumToChar(GetPixelOpacity((pixel))); \
pixel             522 coders/png.c        SetPixelOpacity((pixel),\
pixel             528 coders/png.c           LBR08PixelRed((pixel)); \
pixel             529 coders/png.c           LBR08PixelGreen((pixel)); \
pixel             530 coders/png.c           LBR08PixelBlue((pixel)); \
pixel             535 coders/png.c           LBR08PixelRGB((pixel)); \
pixel             536 coders/png.c           LBR08PixelOpacity((pixel)); \
pixel             581 coders/png.c          ScaleQuantumToShort(GetPixelRed((pixel))); \
pixel             582 coders/png.c        SetPixelRed((pixel),\
pixel             588 coders/png.c          ScaleQuantumToShort(GetPixelGreen((pixel))); \
pixel             589 coders/png.c        SetPixelGreen((pixel),\
pixel             595 coders/png.c          ScaleQuantumToShort(GetPixelBlue((pixel))); \
pixel             596 coders/png.c        SetPixelBlue((pixel),\
pixel             602 coders/png.c          ScaleQuantumToShort(GetPixelOpacity((pixel))); \
pixel             603 coders/png.c        SetPixelOpacity((pixel),\
pixel             609 coders/png.c           LBR16PixelRed((pixel)); \
pixel             610 coders/png.c           LBR16PixelGreen((pixel)); \
pixel             611 coders/png.c           LBR16PixelBlue((pixel)); \
pixel             616 coders/png.c           LBR16PixelRGB((pixel)); \
pixel             617 coders/png.c           LBR16PixelOpacity((pixel)); \
pixel             542 coders/pnm.c             pixel;
pixel             573 coders/pnm.c               pixel.red=(MagickRealType) PNMInteger(image,10);
pixel             574 coders/pnm.c               pixel.green=(MagickRealType) PNMInteger(image,10);
pixel             575 coders/pnm.c               pixel.blue=(MagickRealType) PNMInteger(image,10);
pixel             578 coders/pnm.c                   pixel.red=(MagickRealType) scale[ConstrainPixel(image,(ssize_t)
pixel             579 coders/pnm.c                     pixel.red,max_value)];
pixel             580 coders/pnm.c                   pixel.green=(MagickRealType) scale[ConstrainPixel(image,
pixel             581 coders/pnm.c                     (ssize_t) pixel.green,max_value)];
pixel             582 coders/pnm.c                   pixel.blue=(MagickRealType) scale[ConstrainPixel(image,(ssize_t)
pixel             583 coders/pnm.c                     pixel.blue,max_value)];
pixel             585 coders/pnm.c               SetPixelRed(q,pixel.red);
pixel             586 coders/pnm.c               SetPixelGreen(q,pixel.green);
pixel             587 coders/pnm.c               SetPixelBlue(q,pixel.blue);
pixel             746 coders/pnm.c                     pixel;
pixel             750 coders/pnm.c                     p=PushCharPixel(p,&pixel);
pixel             751 coders/pnm.c                     SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             760 coders/pnm.c                     pixel;
pixel             764 coders/pnm.c                     p=PushShortPixel(MSBEndian,p,&pixel);
pixel             765 coders/pnm.c                     SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             857 coders/pnm.c                     pixel;
pixel             861 coders/pnm.c                     p=PushShortPixel(MSBEndian,p,&pixel);
pixel             862 coders/pnm.c                     SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel             863 coders/pnm.c                     p=PushShortPixel(MSBEndian,p,&pixel);
pixel             864 coders/pnm.c                     SetPixelGreen(q,ScaleShortToQuantum(pixel));
pixel             865 coders/pnm.c                     p=PushShortPixel(MSBEndian,p,&pixel);
pixel             866 coders/pnm.c                     SetPixelBlue(q,ScaleShortToQuantum(pixel));
pixel             875 coders/pnm.c                       pixel;
pixel             879 coders/pnm.c                       p=PushCharPixel(p,&pixel);
pixel             880 coders/pnm.c                       SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             881 coders/pnm.c                       p=PushCharPixel(p,&pixel);
pixel             882 coders/pnm.c                       SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel             883 coders/pnm.c                       p=PushCharPixel(p,&pixel);
pixel             884 coders/pnm.c                       SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel             892 coders/pnm.c                       pixel;
pixel             896 coders/pnm.c                       p=PushShortPixel(MSBEndian,p,&pixel);
pixel             897 coders/pnm.c                       SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             898 coders/pnm.c                       p=PushShortPixel(MSBEndian,p,&pixel);
pixel             899 coders/pnm.c                       SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel             900 coders/pnm.c                       p=PushShortPixel(MSBEndian,p,&pixel);
pixel             901 coders/pnm.c                       SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            1017 coders/pnm.c                         pixel;
pixel            1021 coders/pnm.c                         p=PushCharPixel(p,&pixel);
pixel            1022 coders/pnm.c                         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1028 coders/pnm.c                             p=PushCharPixel(p,&pixel);
pixel            1029 coders/pnm.c                             SetPixelOpacity(q,ScaleAnyToQuantum(pixel,
pixel            1038 coders/pnm.c                         pixel;
pixel            1042 coders/pnm.c                         p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1043 coders/pnm.c                         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1049 coders/pnm.c                             p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1050 coders/pnm.c                             SetPixelOpacity(q,ScaleAnyToQuantum(pixel,
pixel            1064 coders/pnm.c                         pixel;
pixel            1068 coders/pnm.c                         p=PushCharPixel(p,&pixel);
pixel            1069 coders/pnm.c                         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1070 coders/pnm.c                         p=PushCharPixel(p,&pixel);
pixel            1071 coders/pnm.c                         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            1072 coders/pnm.c                         p=PushCharPixel(p,&pixel);
pixel            1073 coders/pnm.c                         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            1074 coders/pnm.c                         p=PushCharPixel(p,&pixel);
pixel            1075 coders/pnm.c                         SetPixelIndex(indexes+x,ScaleAnyToQuantum(pixel,
pixel            1080 coders/pnm.c                             p=PushCharPixel(p,&pixel);
pixel            1081 coders/pnm.c                             SetPixelOpacity(q,ScaleAnyToQuantum(pixel,
pixel            1090 coders/pnm.c                         pixel;
pixel            1094 coders/pnm.c                         p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1095 coders/pnm.c                         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1096 coders/pnm.c                         p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1097 coders/pnm.c                         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            1098 coders/pnm.c                         p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1099 coders/pnm.c                         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            1100 coders/pnm.c                         p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1101 coders/pnm.c                         SetPixelIndex(indexes+x,ScaleAnyToQuantum(pixel,
pixel            1106 coders/pnm.c                             p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1107 coders/pnm.c                             SetPixelOpacity(q,ScaleAnyToQuantum(pixel,
pixel            1120 coders/pnm.c                         pixel;
pixel            1124 coders/pnm.c                         p=PushCharPixel(p,&pixel);
pixel            1125 coders/pnm.c                         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1126 coders/pnm.c                         p=PushCharPixel(p,&pixel);
pixel            1127 coders/pnm.c                         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            1128 coders/pnm.c                         p=PushCharPixel(p,&pixel);
pixel            1129 coders/pnm.c                         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            1133 coders/pnm.c                             p=PushCharPixel(p,&pixel);
pixel            1134 coders/pnm.c                             SetPixelOpacity(q,ScaleAnyToQuantum(pixel,
pixel            1143 coders/pnm.c                         pixel;
pixel            1147 coders/pnm.c                         p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1148 coders/pnm.c                         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1149 coders/pnm.c                         p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1150 coders/pnm.c                         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            1151 coders/pnm.c                         p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1152 coders/pnm.c                         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            1156 coders/pnm.c                             p=PushShortPixel(MSBEndian,p,&pixel);
pixel            1157 coders/pnm.c                             SetPixelOpacity(q,ScaleAnyToQuantum(pixel,
pixel            1454 coders/pnm.c       pixel;
pixel            1660 coders/pnm.c               pixel=ClampToQuantum(GetPixelLuma(image,p));
pixel            1661 coders/pnm.c               *q++=(unsigned char) (pixel >= (Quantum) (QuantumRange/2) ?
pixel            1886 coders/pnm.c                       pixel=ScaleQuantumToAny(ClampToQuantum(
pixel            1891 coders/pnm.c                           pixel=ScaleQuantumToChar(GetPixelRed(p));
pixel            1893 coders/pnm.c                           pixel=ScaleQuantumToAny(GetPixelRed(p),range);
pixel            1895 coders/pnm.c                     q=PopCharPixel((unsigned char) pixel,q);
pixel            1902 coders/pnm.c                       pixel=ScaleQuantumToAny(ClampToQuantum(
pixel            1907 coders/pnm.c                           pixel=ScaleQuantumToShort(GetPixelRed(p));
pixel            1909 coders/pnm.c                           pixel=ScaleQuantumToAny(GetPixelRed(p),range);
pixel            1911 coders/pnm.c                     q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            1972 coders/pnm.c                     pixel=ScaleQuantumToAny(GetPixelRed(p),range);
pixel            1973 coders/pnm.c                     q=PopCharPixel((unsigned char) pixel,q);
pixel            1974 coders/pnm.c                     pixel=ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            1975 coders/pnm.c                     q=PopCharPixel((unsigned char) pixel,q);
pixel            1976 coders/pnm.c                     pixel=ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            1977 coders/pnm.c                     q=PopCharPixel((unsigned char) pixel,q);
pixel            1983 coders/pnm.c                     pixel=ScaleQuantumToAny(GetPixelRed(p),range);
pixel            1984 coders/pnm.c                     q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            1985 coders/pnm.c                     pixel=ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            1986 coders/pnm.c                     q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            1987 coders/pnm.c                     pixel=ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            1988 coders/pnm.c                     q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2049 coders/pnm.c                         pixel=ScaleQuantumToAny(ClampToQuantum(
pixel            2051 coders/pnm.c                         q=PopCharPixel((unsigned char) pixel,q);
pixel            2054 coders/pnm.c                             pixel=(unsigned char) ScaleQuantumToAny(
pixel            2056 coders/pnm.c                             q=PopCharPixel((unsigned char) pixel,q);
pixel            2063 coders/pnm.c                         pixel=ScaleQuantumToAny(ClampToQuantum(
pixel            2065 coders/pnm.c                         q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2068 coders/pnm.c                             pixel=(unsigned char) ScaleQuantumToAny(
pixel            2070 coders/pnm.c                             q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2082 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2083 coders/pnm.c                         q=PopCharPixel((unsigned char) pixel,q);
pixel            2084 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2085 coders/pnm.c                         q=PopCharPixel((unsigned char) pixel,q);
pixel            2086 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2087 coders/pnm.c                         q=PopCharPixel((unsigned char) pixel,q);
pixel            2088 coders/pnm.c                         pixel=ScaleQuantumToAny(
pixel            2090 coders/pnm.c                         q=PopCharPixel((unsigned char) pixel,q);
pixel            2093 coders/pnm.c                             pixel=ScaleQuantumToAny((Quantum) (QuantumRange-
pixel            2095 coders/pnm.c                             q=PopCharPixel((unsigned char) pixel,q);
pixel            2102 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2103 coders/pnm.c                         q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2104 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2105 coders/pnm.c                         q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2106 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2107 coders/pnm.c                         q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2108 coders/pnm.c                         pixel=ScaleQuantumToAny(
pixel            2110 coders/pnm.c                         q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2113 coders/pnm.c                             pixel=ScaleQuantumToAny((Quantum) (QuantumRange-
pixel            2115 coders/pnm.c                             q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2126 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2127 coders/pnm.c                         q=PopCharPixel((unsigned char) pixel,q);
pixel            2128 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2129 coders/pnm.c                         q=PopCharPixel((unsigned char) pixel,q);
pixel            2130 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2131 coders/pnm.c                         q=PopCharPixel((unsigned char) pixel,q);
pixel            2134 coders/pnm.c                             pixel=ScaleQuantumToAny((Quantum) (QuantumRange-
pixel            2136 coders/pnm.c                             q=PopCharPixel((unsigned char) pixel,q);
pixel            2143 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2144 coders/pnm.c                         q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2145 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2146 coders/pnm.c                         q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2147 coders/pnm.c                         pixel=ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2148 coders/pnm.c                         q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            2151 coders/pnm.c                             pixel=ScaleQuantumToAny((Quantum) (QuantumRange-
pixel            2153 coders/pnm.c                             q=PopShortPixel(MSBEndian,(unsigned short) pixel,q);
pixel            1050 coders/ps.c      hex=hex_digits[pixel];
pixel            1069 coders/ps.c          q=PopHexPixel(hex_digits,ScaleQuantumToChar(pixel.red),q); \
pixel            1070 coders/ps.c          q=PopHexPixel(hex_digits,ScaleQuantumToChar(pixel.green),q); \
pixel            1071 coders/ps.c          q=PopHexPixel(hex_digits,ScaleQuantumToChar(pixel.blue),q); \
pixel            1391 coders/ps.c        pixel;
pixel            1624 coders/ps.c                  pixel;
pixel            1660 coders/ps.c                    pixel=ClampToQuantum(GetPixelLuma(image,p));
pixel            1661 coders/ps.c                    if (pixel >= (Quantum) (QuantumRange/2))
pixel            1770 coders/ps.c        (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
pixel            1771 coders/ps.c        pixel.opacity=(Quantum) TransparentOpacity;
pixel            1780 coders/ps.c                  pixel;
pixel            1798 coders/ps.c                    pixel=ScaleQuantumToChar(ClampToQuantum(
pixel            1800 coders/ps.c                    q=PopHexPixel(hex_digits,(size_t) pixel,q);
pixel            1830 coders/ps.c                  pixel;
pixel            1852 coders/ps.c                    pixel=ClampToQuantum(GetPixelLuma(image,p));
pixel            1853 coders/ps.c                    if (pixel >= (Quantum) (QuantumRange/2))
pixel            1921 coders/ps.c                    pixel=(*p);
pixel            1925 coders/ps.c                      if ((GetPixelRed(p) == pixel.red) &&
pixel            1926 coders/ps.c                          (GetPixelGreen(p) == pixel.green) &&
pixel            1927 coders/ps.c                          (GetPixelBlue(p) == pixel.blue) &&
pixel            1928 coders/ps.c                          (GetPixelOpacity(p) == pixel.opacity) &&
pixel            1935 coders/ps.c                              WriteRunlengthPacket(image,pixel,length,p);
pixel            1945 coders/ps.c                      pixel=(*p);
pixel            1948 coders/ps.c                    WriteRunlengthPacket(image,pixel,length,p);
pixel            2091 coders/ps.c                      pixel.red=GetPixelRed(p);
pixel            2092 coders/ps.c                      pixel.green=GetPixelGreen(p);
pixel            2093 coders/ps.c                      pixel.blue=GetPixelBlue(p);
pixel            2094 coders/ps.c                      pixel.opacity=GetPixelOpacity(p);
pixel             864 coders/ps3.c       pixel,
pixel            1503 coders/ps3.c                     pixel=ScaleQuantumToChar(image->colormap[i].red);
pixel            1504 coders/ps3.c                     (void) WriteBlobByte(image,(unsigned char) pixel);
pixel            1505 coders/ps3.c                     pixel=ScaleQuantumToChar(image->colormap[i].green);
pixel            1506 coders/ps3.c                     (void) WriteBlobByte(image,(unsigned char) pixel);
pixel            1507 coders/ps3.c                     pixel=ScaleQuantumToChar(image->colormap[i].blue);
pixel            1508 coders/ps3.c                     (void) WriteBlobByte(image,(unsigned char) pixel);
pixel            1516 coders/ps3.c                     pixel=ScaleQuantumToChar(image->colormap[i].red);
pixel            1517 coders/ps3.c                     Ascii85Encode(image,(unsigned char) pixel);
pixel            1518 coders/ps3.c                     pixel=ScaleQuantumToChar(image->colormap[i].green);
pixel            1519 coders/ps3.c                     Ascii85Encode(image,(unsigned char) pixel);
pixel            1520 coders/ps3.c                     pixel=ScaleQuantumToChar(image->colormap[i].blue);
pixel            1521 coders/ps3.c                     Ascii85Encode(image,(unsigned char) pixel);
pixel             257 coders/psd.c       pixel;
pixel             279 coders/psd.c           pixel=(*compact_pixels++);
pixel             287 coders/psd.c                 *pixels++=(pixel >> 7) & 0x01 ? 0U : 255U;
pixel             288 coders/psd.c                 *pixels++=(pixel >> 6) & 0x01 ? 0U : 255U;
pixel             289 coders/psd.c                 *pixels++=(pixel >> 5) & 0x01 ? 0U : 255U;
pixel             290 coders/psd.c                 *pixels++=(pixel >> 4) & 0x01 ? 0U : 255U;
pixel             291 coders/psd.c                 *pixels++=(pixel >> 3) & 0x01 ? 0U : 255U;
pixel             292 coders/psd.c                 *pixels++=(pixel >> 2) & 0x01 ? 0U : 255U;
pixel             293 coders/psd.c                 *pixels++=(pixel >> 1) & 0x01 ? 0U : 255U;
pixel             294 coders/psd.c                 *pixels++=(pixel >> 0) & 0x01 ? 0U : 255U;
pixel             300 coders/psd.c                 *pixels++=(unsigned char) ((pixel >> 4) & 0xff);
pixel             301 coders/psd.c                 *pixels++=(unsigned char) ((pixel & 0x0f) & 0xff);
pixel             307 coders/psd.c                 *pixels++=(unsigned char) ((pixel >> 6) & 0x03);
pixel             308 coders/psd.c                 *pixels++=(unsigned char) ((pixel >> 4) & 0x03);
pixel             309 coders/psd.c                 *pixels++=(unsigned char) ((pixel >> 2) & 0x03);
pixel             310 coders/psd.c                 *pixels++=(unsigned char) ((pixel & 0x03) & 0x03);
pixel             316 coders/psd.c                 *pixels++=(unsigned char) pixel;
pixel             529 coders/psd.c       pixel;
pixel             633 coders/psd.c           pixel=ScaleCharToQuantum(*p++);
pixel             637 coders/psd.c             pixel=ScaleShortToQuantum(nibble);
pixel             643 coders/psd.c             SetPixelAlpha(q,pixel);
pixel             648 coders/psd.c             SetPixelRed(q,pixel);
pixel             657 coders/psd.c                   SetPixelIndex(indexes+x,ScaleQuantumToChar(pixel));
pixel             659 coders/psd.c                   SetPixelIndex(indexes+x,ScaleQuantumToShort(pixel));
pixel             673 coders/psd.c                       SetPixelIndex(indexes+x,(((unsigned char) pixel) &
pixel             687 coders/psd.c               SetPixelAlpha(q,pixel);
pixel             689 coders/psd.c               SetPixelGreen(q,pixel);
pixel             695 coders/psd.c               SetPixelAlpha(q,pixel);
pixel             697 coders/psd.c               SetPixelBlue(q,pixel);
pixel             703 coders/psd.c               SetPixelIndex(indexes+x,pixel);
pixel             706 coders/psd.c                 SetPixelAlpha(q,pixel);
pixel             715 coders/psd.c               SetPixelAlpha(q,pixel);
pixel             184 coders/rle.c       pixel,
pixel             375 coders/rle.c               pixel=(unsigned char) ReadBlobByte(image);
pixel             378 coders/rle.c                 *p=pixel;
pixel             391 coders/rle.c             pixel=(unsigned char) ReadBlobByte(image);
pixel             400 coders/rle.c                 *p=pixel;
pixel             138 coders/sct.c       pixel;
pixel             240 coders/sct.c           pixel=(Quantum) ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
pixel             242 coders/sct.c             pixel=(Quantum) (QuantumRange-pixel);
pixel             247 coders/sct.c               SetPixelRed(q,pixel);
pixel             248 coders/sct.c               SetPixelGreen(q,pixel);
pixel             249 coders/sct.c               SetPixelBlue(q,pixel);
pixel             254 coders/sct.c               SetPixelGreen(q,pixel);
pixel             259 coders/sct.c               SetPixelBlue(q,pixel);
pixel             265 coders/sct.c                 SetPixelBlack(indexes+x,pixel);
pixel             182 coders/sgi.c       pixel;
pixel             195 coders/sgi.c           pixel=(size_t) (*p++) << 8;
pixel             196 coders/sgi.c           pixel|=(*p++);
pixel             197 coders/sgi.c           count=(ssize_t) (pixel & 0x7f);
pixel             203 coders/sgi.c           if ((pixel & 0x80) != 0)
pixel             214 coders/sgi.c               pixel=(size_t) (*p++) << 8;
pixel             215 coders/sgi.c               pixel|=(*p++);
pixel             220 coders/sgi.c                 *q=(unsigned char) (pixel >> 8);
pixel             221 coders/sgi.c                 *(q+1)=(unsigned char) pixel;
pixel             232 coders/sgi.c       pixel=(size_t) (*p++);
pixel             233 coders/sgi.c       count=(ssize_t) (pixel & 0x7f);
pixel             239 coders/sgi.c       if ((pixel & 0x80) != 0)
pixel             251 coders/sgi.c           pixel=(size_t) (*p++);
pixel             254 coders/sgi.c             *q=(unsigned char) pixel;
pixel             122 coders/stegano.c     pixel;
pixel             190 coders/stegano.c           k/(ssize_t) watermark->columns,&pixel,exception);
pixel             199 coders/stegano.c             SetBit(indexes,i,GetBit(pixel.red,j));
pixel             204 coders/stegano.c             SetBit(indexes,i,GetBit(pixel.green,j));
pixel             209 coders/stegano.c             SetBit(indexes,i,GetBit(pixel.blue,j));
pixel            3469 coders/svg.c         pixel;
pixel            3483 coders/svg.c       GetMagickPixelPacket(image,&pixel);
pixel            3492 coders/svg.c           SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel            3493 coders/svg.c           (void) QueryMagickColorname(image,&pixel,SVGCompliance,tuple,
pixel             143 coders/tga.c       pixel;
pixel             292 coders/tga.c     (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
pixel             293 coders/tga.c     pixel.opacity=(Quantum) OpaqueOpacity;
pixel             311 coders/tga.c               pixel.red=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
pixel             312 coders/tga.c               pixel.green=pixel.red;
pixel             313 coders/tga.c               pixel.blue=pixel.red;
pixel             328 coders/tga.c               pixel.red=ScaleAnyToQuantum(1UL*(k & 0x7c) >> 2,range);
pixel             329 coders/tga.c               pixel.green=ScaleAnyToQuantum((1UL*(k & 0x03) << 3)+
pixel             331 coders/tga.c               pixel.blue=ScaleAnyToQuantum(1UL*(j & 0x1f),range);
pixel             339 coders/tga.c               pixel.blue=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
pixel             340 coders/tga.c               pixel.green=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
pixel             341 coders/tga.c               pixel.red=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
pixel             349 coders/tga.c               pixel.blue=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
pixel             350 coders/tga.c               pixel.green=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
pixel             351 coders/tga.c               pixel.red=ScaleCharToQuantum((unsigned char) ReadBlobByte(image));
pixel             352 coders/tga.c               pixel.opacity=(Quantum) (QuantumRange-ScaleCharToQuantum(
pixel             357 coders/tga.c           image->colormap[i]=pixel;
pixel             412 coders/tga.c                 pixel=image->colormap[(ssize_t) ConstrainColormapIndex(image,
pixel             416 coders/tga.c                   pixel.red=ScaleCharToQuantum((unsigned char) index);
pixel             417 coders/tga.c                   pixel.green=ScaleCharToQuantum((unsigned char) index);
pixel             418 coders/tga.c                   pixel.blue=ScaleCharToQuantum((unsigned char) index);
pixel             436 coders/tga.c               pixel.red=ScaleAnyToQuantum(1UL*(k & 0x7c) >> 2,range);
pixel             437 coders/tga.c               pixel.green=ScaleAnyToQuantum((1UL*(k & 0x03) << 3)+
pixel             439 coders/tga.c               pixel.blue=ScaleAnyToQuantum(1UL*(j & 0x1f),range);
pixel             441 coders/tga.c                 pixel.opacity=(k & 0x80) == 0 ? (Quantum) OpaqueOpacity :
pixel             454 coders/tga.c               pixel.blue=ScaleCharToQuantum(pixels[0]);
pixel             455 coders/tga.c               pixel.green=ScaleCharToQuantum(pixels[1]);
pixel             456 coders/tga.c               pixel.red=ScaleCharToQuantum(pixels[2]);
pixel             466 coders/tga.c               pixel.blue=ScaleCharToQuantum(pixels[0]);
pixel             467 coders/tga.c               pixel.green=ScaleCharToQuantum(pixels[1]);
pixel             468 coders/tga.c               pixel.red=ScaleCharToQuantum(pixels[2]);
pixel             469 coders/tga.c               pixel.opacity=(Quantum) (QuantumRange-ScaleCharToQuantum(
pixel             478 coders/tga.c         SetPixelRed(q,pixel.red);
pixel             479 coders/tga.c         SetPixelGreen(q,pixel.green);
pixel             480 coders/tga.c         SetPixelBlue(q,pixel.blue);
pixel             482 coders/tga.c           SetPixelOpacity(q,pixel.opacity);
pixel             381 coders/txt.c       pixel;
pixel             449 coders/txt.c       (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
pixel             462 coders/txt.c                   &y_offset,&pixel.red,&pixel.green,&pixel.blue,&pixel.index,
pixel             463 coders/txt.c                   &pixel.opacity);
pixel             466 coders/txt.c                   &y_offset,&pixel.red,&pixel.green,&pixel.blue,&pixel.index);
pixel             471 coders/txt.c                 &y_offset,&pixel.red,&pixel.green,&pixel.blue,&pixel.opacity);
pixel             474 coders/txt.c                 &y_offset,&pixel.red,&pixel.green,&pixel.blue);
pixel             477 coders/txt.c               pixel.green+=(range+1)/2.0;
pixel             478 coders/txt.c               pixel.blue+=(range+1)/2.0;
pixel             485 coders/txt.c           SetPixelRed(q,ScaleAnyToQuantum(pixel.red,range));
pixel             486 coders/txt.c           SetPixelGreen(q,ScaleAnyToQuantum(pixel.green,range));
pixel             487 coders/txt.c           SetPixelBlue(q,ScaleAnyToQuantum(pixel.blue,range));
pixel             491 coders/txt.c               SetPixelIndex(indexes,ScaleAnyToQuantum(pixel.index,range));
pixel             494 coders/txt.c             SetPixelAlpha(q,ScaleAnyToQuantum(pixel.opacity,range));
pixel             638 coders/txt.c       pixel;
pixel             681 coders/txt.c       GetMagickPixelPacket(image,&pixel);
pixel             690 coders/txt.c           SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             691 coders/txt.c           if (pixel.colorspace == LabColorspace)
pixel             693 coders/txt.c               pixel.green-=(QuantumRange+1)/2.0;
pixel             694 coders/txt.c               pixel.blue-=(QuantumRange+1)/2.0;
pixel             703 coders/txt.c                   GetColorTuple(&pixel,MagickFalse,tuple);
pixel             704 coders/txt.c                   (void) QueryMagickColorname(image,&pixel,SVGCompliance,tuple,
pixel             719 coders/txt.c           ConcatenateColorComponent(&pixel,RedChannel,NoCompliance,tuple);
pixel             721 coders/txt.c           ConcatenateColorComponent(&pixel,GreenChannel,NoCompliance,tuple);
pixel             723 coders/txt.c           ConcatenateColorComponent(&pixel,BlueChannel,NoCompliance,tuple);
pixel             724 coders/txt.c           if (pixel.colorspace == CMYKColorspace)
pixel             727 coders/txt.c               ConcatenateColorComponent(&pixel,IndexChannel,NoCompliance,tuple);
pixel             729 coders/txt.c           if (pixel.matte != MagickFalse)
pixel             732 coders/txt.c               ConcatenateColorComponent(&pixel,AlphaChannel,NoCompliance,tuple);
pixel             737 coders/txt.c           GetColorTuple(&pixel,MagickTrue,tuple);
pixel             741 coders/txt.c           (void) QueryMagickColorname(image,&pixel,SVGCompliance,tuple,
pixel             179 coders/uil.c       pixel;
pixel             306 coders/uil.c     GetMagickPixelPacket(image,&pixel);
pixel             312 coders/uil.c       SetMagickPixelPacket(image,image->colormap+i,(IndexPacket *) NULL,&pixel);
pixel             313 coders/uil.c       pixel.colorspace=sRGBColorspace;
pixel             314 coders/uil.c       pixel.depth=8;
pixel             315 coders/uil.c       pixel.opacity=(MagickRealType) OpaqueOpacity;
pixel             316 coders/uil.c       GetColorTuple(&pixel,MagickTrue,name);
pixel             292 coders/uyvy.c      pixel;
pixel             332 coders/uyvy.c    (void) ResetMagickMemory(&pixel,0,sizeof(MagickPixelPacket));
pixel             342 coders/uyvy.c            pixel.green=(pixel.green+GetPixelGreen(p))/2;
pixel             343 coders/uyvy.c            pixel.blue=(pixel.blue+GetPixelBlue(p))/2;
pixel             344 coders/uyvy.c            (void) WriteBlobByte(image,ScaleQuantumToChar((Quantum) pixel.green));
pixel             345 coders/uyvy.c            (void) WriteBlobByte(image,ScaleQuantumToChar((Quantum) pixel.red));
pixel             346 coders/uyvy.c            (void) WriteBlobByte(image,ScaleQuantumToChar((Quantum) pixel.blue));
pixel             350 coders/uyvy.c        pixel.red=(double) GetPixelRed(p);
pixel             351 coders/uyvy.c        pixel.green=(double) GetPixelGreen(p);
pixel             352 coders/uyvy.c        pixel.blue=(double) GetPixelBlue(p);
pixel             108 coders/xc.c        pixel;
pixel             144 coders/xc.c      SetPixelPacket(image,&color,&pixel,&index);
pixel             151 coders/xc.c          *q++=pixel;
pixel             437 coders/xcf.c       pixel,
pixel             463 coders/xcf.c         pixel=(*xcfdata++);
pixel             464 coders/xcf.c         length=(size_t) pixel;
pixel             539 coders/xcf.c               pixel=(*xcfdata++);
pixel             542 coders/xcf.c                 data=pixel;
pixel             599 coders/xpm.c       pixel;
pixel             748 coders/xpm.c     GetMagickPixelPacket(image,&pixel);
pixel             754 coders/xpm.c       SetMagickPixelPacket(image,picon->colormap+i,(IndexPacket *) NULL,&pixel);
pixel             755 coders/xpm.c       pixel.colorspace=sRGBColorspace;
pixel             756 coders/xpm.c       pixel.depth=8;
pixel             757 coders/xpm.c       pixel.opacity=(MagickRealType) OpaqueOpacity;
pixel             758 coders/xpm.c       (void) QueryMagickColorname(image,&pixel,XPMCompliance,name,
pixel             860 coders/xpm.c       pixel;
pixel             982 coders/xpm.c     GetMagickPixelPacket(image,&pixel);
pixel             988 coders/xpm.c       SetMagickPixelPacket(image,image->colormap+i,(IndexPacket *) NULL,&pixel);
pixel             989 coders/xpm.c       pixel.colorspace=sRGBColorspace;
pixel             990 coders/xpm.c       pixel.depth=8;
pixel             991 coders/xpm.c       pixel.opacity=(MagickRealType) OpaqueOpacity;
pixel             992 coders/xpm.c       (void) QueryMagickColorname(image,&pixel,XPMCompliance,name,
pixel             186 coders/xwd.c       pixel;
pixel             302 coders/xwd.c           colors[i].pixel=color.pixel;
pixel             317 coders/xwd.c             MSBOrderLong((unsigned char *) &colors[i].pixel,
pixel             318 coders/xwd.c               sizeof(colors[i].pixel));
pixel             408 coders/xwd.c                 pixel=XGetPixel(ximage,(int) x,(int) y);
pixel             409 coders/xwd.c                 index=(IndexPacket) ((pixel >> red_shift) & red_mask);
pixel             412 coders/xwd.c                 index=(IndexPacket) ((pixel >> green_shift) & green_mask);
pixel             415 coders/xwd.c                 index=(IndexPacket) ((pixel >> blue_shift) & blue_mask);
pixel             435 coders/xwd.c                 pixel=XGetPixel(ximage,(int) x,(int) y);
pixel             436 coders/xwd.c                 color=(pixel >> red_shift) & red_mask;
pixel             440 coders/xwd.c                 color=(pixel >> green_shift) & green_mask;
pixel             444 coders/xwd.c                 color=(pixel >> blue_shift) & blue_mask;
pixel             725 coders/xwd.c           colors[i].pixel=i;
pixel             733 coders/xwd.c               MSBOrderLong((unsigned char *) &colors[i].pixel,
pixel             734 coders/xwd.c                 sizeof(colors[i].pixel));
pixel             741 coders/xwd.c           color.pixel=(CARD32) colors[i].pixel;
pixel             762 magick/animate.c     pixel;
pixel             843 magick/animate.c       pixel.pixels=(unsigned long *) NULL;
pixel             932 magick/animate.c     &pixel);
pixel             936 magick/animate.c   context_values.background=pixel.background_color.pixel;
pixel             937 magick/animate.c   context_values.foreground=pixel.foreground_color.pixel;
pixel             938 magick/animate.c   pixel.annotate_context=XCreateGC(display,window_info.id,(unsigned long)
pixel             940 magick/animate.c   if (pixel.annotate_context == (GC) NULL)
pixel             946 magick/animate.c   XGetWindowInfo(display,visual_info,map_info,&pixel,(XFontStruct *) NULL,
pixel            1138 magick/animate.c   window_info.pixel_info=(&pixel);
pixel            1380 magick/animate.c     *pixel;
pixel            1479 magick/animate.c   pixel=windows->pixel_info;
pixel            1561 magick/animate.c     map_info,pixel);
pixel            1566 magick/animate.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            1579 magick/animate.c   context_values.background=pixel->background_color.pixel;
pixel            1581 magick/animate.c   context_values.foreground=pixel->foreground_color.pixel;
pixel            1585 magick/animate.c   if (pixel->annotate_context != (GC) NULL)
pixel            1586 magick/animate.c     (void) XFreeGC(display,pixel->annotate_context);
pixel            1587 magick/animate.c   pixel->annotate_context=
pixel            1589 magick/animate.c   if (pixel->annotate_context == (GC) NULL)
pixel            1592 magick/animate.c   context_values.background=pixel->depth_color.pixel;
pixel            1593 magick/animate.c   if (pixel->widget_context != (GC) NULL)
pixel            1594 magick/animate.c     (void) XFreeGC(display,pixel->widget_context);
pixel            1595 magick/animate.c   pixel->widget_context=
pixel            1597 magick/animate.c   if (pixel->widget_context == (GC) NULL)
pixel            1600 magick/animate.c   context_values.background=pixel->foreground_color.pixel;
pixel            1601 magick/animate.c   context_values.foreground=pixel->background_color.pixel;
pixel            1604 magick/animate.c   if (pixel->highlight_context != (GC) NULL)
pixel            1605 magick/animate.c     (void) XFreeGC(display,pixel->highlight_context);
pixel            1606 magick/animate.c   pixel->highlight_context=XCreateGC(display,windows->context.id,
pixel            1608 magick/animate.c   if (pixel->highlight_context == (GC) NULL)
pixel            1635 magick/animate.c   context_values.background=icon_pixel->background_color.pixel;
pixel            1636 magick/animate.c   context_values.foreground=icon_pixel->foreground_color.pixel;
pixel            1646 magick/animate.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            1695 magick/animate.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            1773 magick/animate.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            1803 magick/animate.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            1835 magick/animate.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            1864 magick/animate.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            2276 magick/animate.c                   context_values.background=pixel->background_color.pixel;
pixel            2277 magick/animate.c                   context_values.foreground=pixel->foreground_color.pixel;
pixel            2282 magick/animate.c                   context_values.background=pixel->foreground_color.pixel;
pixel            2283 magick/animate.c                   context_values.foreground=pixel->background_color.pixel;
pixel            2290 magick/animate.c                     pixel->background_color.pixel;
pixel            2292 magick/animate.c                     pixel->border_color.pixel;
pixel            2830 magick/animate.c         (void) XFreeStandardColormap(display,visual_info,map_info,pixel);
pixel             184 magick/attribute.c       pixel;
pixel             211 magick/attribute.c     pixel=zero;
pixel             214 magick/attribute.c       SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             216 magick/attribute.c           (IsMagickColorSimilar(&pixel,&target[0]) == MagickFalse))
pixel             219 magick/attribute.c           (IsMagickColorSimilar(&pixel,&target[1]) == MagickFalse))
pixel             222 magick/attribute.c           (IsMagickColorSimilar(&pixel,&target[0]) == MagickFalse))
pixel             225 magick/attribute.c           (IsMagickColorSimilar(&pixel,&target[2]) == MagickFalse))
pixel             394 magick/attribute.c             pixel;
pixel             400 magick/attribute.c           pixel=(Quantum) i;
pixel             401 magick/attribute.c           if (pixel == ScaleAnyToQuantum(ScaleQuantumToAny(pixel,range),range))
pixel             433 magick/attribute.c             pixel;
pixel             437 magick/attribute.c               pixel=GetPixelRed(p);
pixel             438 magick/attribute.c               if (depth_map[ScaleQuantumToMap(pixel)] > current_depth[id])
pixel             439 magick/attribute.c                 current_depth[id]=depth_map[ScaleQuantumToMap(pixel)];
pixel             443 magick/attribute.c               pixel=GetPixelGreen(p);
pixel             444 magick/attribute.c               if (depth_map[ScaleQuantumToMap(pixel)] > current_depth[id])
pixel             445 magick/attribute.c                 current_depth[id]=depth_map[ScaleQuantumToMap(pixel)];
pixel             449 magick/attribute.c               pixel=GetPixelBlue(p);
pixel             450 magick/attribute.c               if (depth_map[ScaleQuantumToMap(pixel)] > current_depth[id])
pixel             451 magick/attribute.c                 current_depth[id]=depth_map[ScaleQuantumToMap(pixel)];
pixel             456 magick/attribute.c               pixel=GetPixelOpacity(p);
pixel             457 magick/attribute.c               if (depth_map[ScaleQuantumToMap(pixel)] > current_depth[id])
pixel             458 magick/attribute.c                 current_depth[id]=depth_map[ScaleQuantumToMap(pixel)];
pixel             463 magick/attribute.c               pixel=GetPixelIndex(indexes+x);
pixel             464 magick/attribute.c               if (depth_map[ScaleQuantumToMap(pixel)] > current_depth[id])
pixel             465 magick/attribute.c                 current_depth[id]=depth_map[ScaleQuantumToMap(pixel)];
pixel             528 magick/cache-view.c   *pixel=cache_view->image->background_color;
pixel             534 magick/cache-view.c   *pixel=(*pixels);
pixel             780 magick/cache-view.c   *pixel=cache_view->image->background_color;
pixel             787 magick/cache-view.c   *pixel=(*pixels);
pixel             839 magick/cache-view.c   *pixel=cache_view->image->background_color;
pixel             845 magick/cache-view.c   *pixel=(*pixels);
pixel            1666 magick/cache.c   *pixel=image->background_color;
pixel            1670 magick/cache.c       pixel,exception));
pixel            1674 magick/cache.c   *pixel=(*pixels);
pixel            1726 magick/cache.c   *pixel=image->background_color;
pixel            1732 magick/cache.c   *pixel=(*pixels);
pixel            1792 magick/cache.c   GetMagickPixelPacket(image,pixel);
pixel            1796 magick/cache.c   SetMagickPixelPacket(image,pixels,indexes,pixel);
pixel            1853 magick/cache.c   *pixel=image->background_color;
pixel            1857 magick/cache.c       virtual_pixel_method,x,y,pixel,exception));
pixel            1863 magick/cache.c   *pixel=(*pixels);
pixel            1915 magick/cache.c   *pixel=image->background_color;
pixel            1919 magick/cache.c       GetPixelCacheVirtualMethod(image),x,y,pixel,exception));
pixel            1925 magick/cache.c   *pixel=(*pixels);
pixel            1982 magick/cache.c   *pixel=image->background_color;
pixel            1987 magick/cache.c   *pixel=(*pixels);
pixel             647 magick/channel.c         pixel;
pixel             665 magick/channel.c       SetPixelPacket(image,&background,&pixel,&index);
pixel             697 magick/channel.c               SetPixelRed(q,pixel.red);
pixel             698 magick/channel.c               SetPixelGreen(q,pixel.green);
pixel             699 magick/channel.c               SetPixelBlue(q,pixel.blue);
pixel             769 magick/channel.c         pixel;
pixel             787 magick/channel.c       SetPixelPacket(image,&background,&pixel,&index);
pixel             821 magick/channel.c           gamma=1.0-QuantumScale*QuantumScale*q->opacity*pixel.opacity;
pixel             825 magick/channel.c             (MagickRealType) q->opacity,(MagickRealType) pixel.red,
pixel             826 magick/channel.c             (MagickRealType) pixel.opacity));
pixel             828 magick/channel.c             (MagickRealType) q->opacity,(MagickRealType) pixel.green,
pixel             829 magick/channel.c             (MagickRealType) pixel.opacity));
pixel             831 magick/channel.c             (MagickRealType) q->opacity,(MagickRealType) pixel.blue,
pixel             832 magick/channel.c             (MagickRealType) pixel.opacity));
pixel              76 magick/color-private.h static inline MagickBooleanType IsMagickGray(const MagickPixelPacket *pixel)
pixel              78 magick/color-private.h   if ((pixel->colorspace != GRAYColorspace) &&
pixel              79 magick/color-private.h       (pixel->colorspace != RGBColorspace))
pixel              81 magick/color-private.h   if ((fabs(pixel->red-pixel->green) < MagickEpsilon) &&
pixel              82 magick/color-private.h       (fabs(pixel->green-pixel->blue) < MagickEpsilon))
pixel              88 magick/color-private.h   const MagickPixelPacket *pixel)
pixel              90 magick/color-private.h   if (pixel->colorspace == GRAYColorspace)
pixel              91 magick/color-private.h     return(pixel->red);
pixel              92 magick/color-private.h   return(0.212656*pixel->red+0.715158*pixel->green+0.072186*pixel->blue);
pixel              96 magick/color-private.h   const MagickPixelPacket *pixel)
pixel              98 magick/color-private.h   if (pixel->colorspace == GRAYColorspace)
pixel              99 magick/color-private.h     return(ClampToQuantum(pixel->red));
pixel             100 magick/color-private.h   return(ClampToQuantum(0.212656*pixel->red+0.715158*pixel->green+
pixel             101 magick/color-private.h     0.072186*pixel->blue));
pixel             105 magick/color-private.h   const MagickPixelPacket *pixel)
pixel             112 magick/color-private.h   if (pixel->colorspace == GRAYColorspace)
pixel             113 magick/color-private.h     return(pixel->red);
pixel             114 magick/color-private.h   if (pixel->colorspace == sRGBColorspace)
pixel             115 magick/color-private.h     return(0.212656*pixel->red+0.715158*pixel->green+0.072186*pixel->blue);
pixel             116 magick/color-private.h   red=EncodePixelGamma(pixel->red);
pixel             117 magick/color-private.h   green=EncodePixelGamma(pixel->green);
pixel             118 magick/color-private.h   blue=EncodePixelGamma(pixel->blue);
pixel             123 magick/color-private.h   const MagickPixelPacket *pixel)
pixel             130 magick/color-private.h   if (pixel->colorspace == GRAYColorspace)
pixel             131 magick/color-private.h     return(pixel->red);
pixel             132 magick/color-private.h   if (pixel->colorspace != sRGBColorspace)
pixel             133 magick/color-private.h     return(0.212656*pixel->red+0.715158*pixel->green+0.072186*pixel->blue);
pixel             134 magick/color-private.h   red=DecodePixelGamma(pixel->red);
pixel             135 magick/color-private.h   green=DecodePixelGamma(pixel->green);
pixel             136 magick/color-private.h   blue=DecodePixelGamma(pixel->blue);
pixel            1034 magick/color.c       color=pixel->red;
pixel            1039 magick/color.c       color=pixel->green;
pixel            1044 magick/color.c       color=pixel->blue;
pixel            1049 magick/color.c       color=QuantumRange-pixel->opacity;
pixel            1054 magick/color.c       color=pixel->index;
pixel            1068 magick/color.c       if (pixel->depth > 16)
pixel            1075 magick/color.c       if (pixel->depth > 8)
pixel            1094 magick/color.c   if ((pixel->colorspace == HCLColorspace) ||
pixel            1095 magick/color.c       (pixel->colorspace == HCLpColorspace) ||
pixel            1096 magick/color.c       (pixel->colorspace == HSBColorspace) ||
pixel            1097 magick/color.c       (pixel->colorspace == HSIColorspace) ||
pixel            1098 magick/color.c       (pixel->colorspace == HSLColorspace) ||
pixel            1099 magick/color.c       (pixel->colorspace == HSVColorspace) ||
pixel            1100 magick/color.c       (pixel->colorspace == HWBColorspace))
pixel            1107 magick/color.c   if (pixel->depth > 8)
pixel            1350 magick/color.c       color=pixel->red;
pixel            1355 magick/color.c       color=pixel->green;
pixel            1360 magick/color.c       color=pixel->blue;
pixel            1365 magick/color.c       color=(MagickRealType) QuantumRange-pixel->opacity;
pixel            1370 magick/color.c       color=pixel->index;
pixel            1376 magick/color.c   if (pixel->depth > 32)
pixel            1384 magick/color.c   if (pixel->depth > 16)
pixel            1391 magick/color.c   if (pixel->depth > 8)
pixel            1410 magick/color.c   assert(pixel != (const MagickPixelPacket *) NULL);
pixel            1420 magick/color.c       ConcatentateHexColorComponent(pixel,RedChannel,tuple);
pixel            1421 magick/color.c       ConcatentateHexColorComponent(pixel,GreenChannel,tuple);
pixel            1422 magick/color.c       ConcatentateHexColorComponent(pixel,BlueChannel,tuple);
pixel            1423 magick/color.c       if (pixel->colorspace == CMYKColorspace)
pixel            1424 magick/color.c         ConcatentateHexColorComponent(pixel,IndexChannel,tuple);
pixel            1425 magick/color.c       if ((pixel->matte != MagickFalse) && (pixel->opacity != OpaqueOpacity))
pixel            1426 magick/color.c         ConcatentateHexColorComponent(pixel,OpacityChannel,tuple);
pixel            1432 magick/color.c   color=(*pixel);
pixel            1568 magick/color.c     pixel;
pixel            1584 magick/color.c       pixel=(MagickRealType) ((image->matte != MagickFalse ? GetPixelOpacity(p) :
pixel            1587 magick/color.c       distance=pixel*pixel;
pixel            1604 magick/color.c   pixel=(MagickRealType) GetPixelRed(p)-GetPixelRed(q);
pixel            1614 magick/color.c       if (fabs((double) pixel) > (QuantumRange/2))
pixel            1615 magick/color.c         pixel-=QuantumRange;
pixel            1616 magick/color.c       pixel*=2;
pixel            1618 magick/color.c   distance+=scale*pixel*pixel;
pixel            1621 magick/color.c   pixel=(MagickRealType) GetPixelGreen(p)-q->green;
pixel            1622 magick/color.c   distance+=scale*pixel*pixel;
pixel            1625 magick/color.c   pixel=(MagickRealType) GetPixelBlue(p)-q->blue;
pixel            1626 magick/color.c   distance+=scale*pixel*pixel;
pixel            1682 magick/color.c     pixel;
pixel            1711 magick/color.c   GetMagickPixelPacket(image,&pixel);
pixel            1725 magick/color.c           SetMagickPixelPacket(image,p,indexes,&pixel);
pixel            1729 magick/color.c           if (IsMagickColorSimilar(&pixel,&target) == MagickFalse)
pixel            1810 magick/color.c     pixel;
pixel            1831 magick/color.c       pixel=(p->matte != MagickFalse ? GetPixelOpacity(p) : OpaqueOpacity)-
pixel            1833 magick/color.c       distance=pixel*pixel;
pixel            1852 magick/color.c       pixel=p->index-q->index;
pixel            1853 magick/color.c       distance+=pixel*pixel*scale;
pixel            1864 magick/color.c   pixel=p->red-q->red;
pixel            1873 magick/color.c       if (fabs((double) pixel) > (QuantumRange/2))
pixel            1874 magick/color.c         pixel-=QuantumRange;
pixel            1875 magick/color.c       pixel*=2;
pixel            1877 magick/color.c   distance+=pixel*pixel*scale;
pixel            1880 magick/color.c   pixel=GetPixelGreen(p)-q->green;
pixel            1881 magick/color.c   distance+=pixel*pixel*scale;
pixel            1884 magick/color.c   pixel=GetPixelBlue(p)-q->blue;
pixel            1885 magick/color.c   distance+=pixel*pixel*scale;
pixel            1926 magick/color.c     pixel;
pixel            1936 magick/color.c   pixel=(MagickRealType) GetPixelOpacity(p)-(MagickRealType) q->opacity;
pixel            1937 magick/color.c   distance=pixel*pixel;
pixel            2402 magick/color.c     pixel;
pixel            2404 magick/color.c   status=QueryMagickColorCompliance(name,compliance,&pixel,exception);
pixel            2405 magick/color.c   SetPixelOpacity(color,ClampToQuantum(pixel.opacity));
pixel            2406 magick/color.c   if (pixel.colorspace == CMYKColorspace)
pixel            2410 magick/color.c         pixel.red*(QuantumRange-pixel.index)+pixel.index)))));
pixel            2413 magick/color.c         pixel.green*(QuantumRange-pixel.index)+pixel.index)))));
pixel            2416 magick/color.c         pixel.blue*(QuantumRange-pixel.index)+pixel.index)))));
pixel            2419 magick/color.c   SetPixelRed(color,ClampToQuantum(pixel.red));
pixel            2420 magick/color.c   SetPixelGreen(color,ClampToQuantum(pixel.green));
pixel            2421 magick/color.c   SetPixelBlue(color,ClampToQuantum(pixel.blue));
pixel            2498 magick/color.c     pixel;
pixel            2500 magick/color.c   GetMagickPixelPacket(image,&pixel);
pixel            2501 magick/color.c   SetMagickPixelPacket(image,color,(IndexPacket *) NULL,&pixel);
pixel            2502 magick/color.c   return(QueryMagickColorname(image,&pixel,compliance,name,exception));
pixel            2576 magick/color.c         pixel;
pixel            2588 magick/color.c       (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
pixel            2595 magick/color.c             pixel.red=pixel.green;
pixel            2596 magick/color.c             pixel.green=pixel.blue;
pixel            2597 magick/color.c             pixel.blue=0;
pixel            2601 magick/color.c               pixel.blue<<=4;
pixel            2603 magick/color.c                 pixel.blue|=(int) (c-'0');
pixel            2606 magick/color.c                   pixel.blue|=(int) c-((int) 'A'-10);
pixel            2609 magick/color.c                     pixel.blue|=(int) c-((int) 'a'-10);
pixel            2626 magick/color.c             pixel.red=pixel.green;
pixel            2627 magick/color.c             pixel.green=pixel.blue;
pixel            2628 magick/color.c             pixel.blue=pixel.opacity;
pixel            2629 magick/color.c             pixel.opacity=0;
pixel            2633 magick/color.c               pixel.opacity<<=4;
pixel            2635 magick/color.c                 pixel.opacity|=(int) (c-'0');
pixel            2638 magick/color.c                   pixel.opacity|=(int) c-((int) 'A'-10);
pixel            2641 magick/color.c                     pixel.opacity|=(int) c-((int) 'a'-10);
pixel            2651 magick/color.c       color->red=(MagickRealType) ScaleAnyToQuantum(pixel.red,range);
pixel            2652 magick/color.c       color->green=(MagickRealType) ScaleAnyToQuantum(pixel.green,range);
pixel            2653 magick/color.c       color->blue=(MagickRealType) ScaleAnyToQuantum(pixel.blue,range);
pixel            2659 magick/color.c             pixel.opacity,range));
pixel            2777 magick/color.c                 pixel;
pixel            2790 magick/color.c                   360.0,geometry_info.sigma,geometry_info.xi,&pixel.red,
pixel            2791 magick/color.c                   &pixel.green,&pixel.blue);
pixel            2796 magick/color.c                     &pixel.red,&pixel.green,&pixel.blue);
pixel            2801 magick/color.c                       &pixel.red,&pixel.green,&pixel.blue);
pixel            2805 magick/color.c                       &pixel.red,&pixel.green,&pixel.blue);
pixel            2807 magick/color.c               color->red=(MagickRealType) pixel.red;
pixel            2808 magick/color.c               color->green=(MagickRealType) pixel.green;
pixel            2809 magick/color.c               color->blue=(MagickRealType) pixel.blue;
pixel            2905 magick/color.c     pixel;
pixel            2914 magick/color.c   pixel=(*color);
pixel            2917 magick/color.c       pixel.matte=MagickFalse;
pixel            2918 magick/color.c       pixel.depth=(size_t) MagickMin(1.0*image->depth,16.0);
pixel            2920 magick/color.c   GetColorTuple(&pixel,compliance != SVGCompliance ? MagickTrue : MagickFalse,
pixel            2922 magick/color.c   if (IssRGBColorspace(pixel.colorspace) == MagickFalse)
pixel             150 magick/colormap.c       pixel;
pixel             152 magick/colormap.c     pixel=(size_t) (i*(QuantumRange/MagickMax(colors-1,1)));
pixel             153 magick/colormap.c     image->colormap[i].red=(Quantum) pixel;
pixel             154 magick/colormap.c     image->colormap[i].green=(Quantum) pixel;
pixel             155 magick/colormap.c     image->colormap[i].blue=(Quantum) pixel;
pixel              30 magick/colorspace-private.h static inline void ConvertRGBToCMYK(MagickPixelPacket *pixel)
pixel              41 magick/colorspace-private.h   if (pixel->colorspace != sRGBColorspace)
pixel              43 magick/colorspace-private.h       red=QuantumScale*pixel->red;
pixel              44 magick/colorspace-private.h       green=QuantumScale*pixel->green;
pixel              45 magick/colorspace-private.h       blue=QuantumScale*pixel->blue;
pixel              49 magick/colorspace-private.h       red=DecodePixelGamma(pixel->red);
pixel              50 magick/colorspace-private.h       green=DecodePixelGamma(pixel->green);
pixel              51 magick/colorspace-private.h       blue=DecodePixelGamma(pixel->blue);
pixel              56 magick/colorspace-private.h       pixel->index=(MagickRealType) QuantumRange;
pixel              70 magick/colorspace-private.h   pixel->colorspace=CMYKColorspace;
pixel              71 magick/colorspace-private.h   pixel->red=QuantumRange*cyan;
pixel              72 magick/colorspace-private.h   pixel->green=QuantumRange*magenta;
pixel              73 magick/colorspace-private.h   pixel->blue=QuantumRange*yellow;
pixel              74 magick/colorspace-private.h   pixel->index=QuantumRange*black;
pixel             271 magick/colorspace.c           pixel;
pixel             292 magick/colorspace.c         pixel=zero;
pixel             295 magick/colorspace.c           SetMagickPixelPacket(image,q,indexes+x,&pixel);
pixel             296 magick/colorspace.c           pixel.red=(MagickRealType) pixel.red;
pixel             297 magick/colorspace.c           pixel.green=(MagickRealType) pixel.green;
pixel             298 magick/colorspace.c           pixel.blue=(MagickRealType) pixel.blue;
pixel             299 magick/colorspace.c           ConvertRGBToCMYK(&pixel);
pixel             300 magick/colorspace.c           SetPixelPacket(image,&pixel,q,indexes+x);
pixel             972 magick/colorspace.c           pixel;
pixel            1002 magick/colorspace.c           pixel.red=(x_map[red].x+y_map[green].x+z_map[blue].x)+
pixel            1004 magick/colorspace.c           pixel.green=(x_map[red].y+y_map[green].y+z_map[blue].y)+
pixel            1006 magick/colorspace.c           pixel.blue=(x_map[red].z+y_map[green].z+z_map[blue].z)+
pixel            1008 magick/colorspace.c           SetPixelRed(q,ScaleMapToQuantum(pixel.red));
pixel            1009 magick/colorspace.c           SetPixelGreen(q,ScaleMapToQuantum(pixel.green));
pixel            1010 magick/colorspace.c           SetPixelBlue(q,ScaleMapToQuantum(pixel.blue));
pixel            1046 magick/colorspace.c           pixel;
pixel            1054 magick/colorspace.c         pixel.red=x_map[red].x+y_map[green].x+z_map[blue].x+primary_info.x;
pixel            1055 magick/colorspace.c         pixel.green=x_map[red].y+y_map[green].y+z_map[blue].y+primary_info.y;
pixel            1056 magick/colorspace.c         pixel.blue=x_map[red].z+y_map[green].z+z_map[blue].z+primary_info.z;
pixel            1057 magick/colorspace.c         image->colormap[i].red=ScaleMapToQuantum(pixel.red);
pixel            1058 magick/colorspace.c         image->colormap[i].green=ScaleMapToQuantum(pixel.green);
pixel            1059 magick/colorspace.c         image->colormap[i].blue=ScaleMapToQuantum(pixel.blue);
pixel            1279 magick/colorspace.c   pixel->red=((QuantumRange-(QuantumScale*pixel->red*
pixel            1280 magick/colorspace.c     (QuantumRange-pixel->index)+pixel->index)));
pixel            1281 magick/colorspace.c   pixel->green=((QuantumRange-(QuantumScale*pixel->green*
pixel            1282 magick/colorspace.c     (QuantumRange-pixel->index)+pixel->index)));
pixel            1283 magick/colorspace.c   pixel->blue=((QuantumRange-(QuantumScale*pixel->blue*
pixel            1284 magick/colorspace.c     (QuantumRange-pixel->index)+pixel->index)));
pixel            1650 magick/colorspace.c           pixel;
pixel            1671 magick/colorspace.c         pixel=zero;
pixel            1674 magick/colorspace.c           SetMagickPixelPacket(image,q,indexes+x,&pixel);
pixel            1675 magick/colorspace.c           ConvertCMYKToRGB(&pixel);
pixel            1676 magick/colorspace.c           SetPixelPacket(image,&pixel,q,indexes+x);
pixel            2306 magick/colorspace.c           pixel;
pixel            2333 magick/colorspace.c           pixel.red=x_map[red].x+y_map[green].x+z_map[blue].x;
pixel            2334 magick/colorspace.c           pixel.green=x_map[red].y+y_map[green].y+z_map[blue].y;
pixel            2335 magick/colorspace.c           pixel.blue=x_map[red].z+y_map[green].z+z_map[blue].z;
pixel            2338 magick/colorspace.c               pixel.red=QuantumRange*YCCMap[RoundToYCC(1024.0*pixel.red/
pixel            2340 magick/colorspace.c               pixel.green=QuantumRange*YCCMap[RoundToYCC(1024.0*pixel.green/
pixel            2342 magick/colorspace.c               pixel.blue=QuantumRange*YCCMap[RoundToYCC(1024.0*pixel.blue/
pixel            2347 magick/colorspace.c               pixel.red=(MagickRealType) ScaleMapToQuantum(pixel.red);
pixel            2348 magick/colorspace.c               pixel.green=(MagickRealType) ScaleMapToQuantum(pixel.green);
pixel            2349 magick/colorspace.c               pixel.blue=(MagickRealType) ScaleMapToQuantum(pixel.blue);
pixel            2351 magick/colorspace.c           SetPixelRed(q,ClampToQuantum(pixel.red));
pixel            2352 magick/colorspace.c           SetPixelGreen(q,ClampToQuantum(pixel.green));
pixel            2353 magick/colorspace.c           SetPixelBlue(q,ClampToQuantum(pixel.blue));
pixel            2388 magick/colorspace.c           pixel;
pixel            2398 magick/colorspace.c         pixel.red=x_map[red].x+y_map[green].x+z_map[blue].x;
pixel            2399 magick/colorspace.c         pixel.green=x_map[red].y+y_map[green].y+z_map[blue].y;
pixel            2400 magick/colorspace.c         pixel.blue=x_map[red].z+y_map[green].z+z_map[blue].z;
pixel            2403 magick/colorspace.c             pixel.red=QuantumRange*YCCMap[RoundToYCC(1024.0*pixel.red/
pixel            2405 magick/colorspace.c             pixel.green=QuantumRange*YCCMap[RoundToYCC(1024.0*pixel.green/
pixel            2407 magick/colorspace.c             pixel.blue=QuantumRange*YCCMap[RoundToYCC(1024.0*pixel.blue/
pixel            2412 magick/colorspace.c             pixel.red=(MagickRealType) ScaleMapToQuantum(pixel.red);
pixel            2413 magick/colorspace.c             pixel.green=(MagickRealType) ScaleMapToQuantum(pixel.green);
pixel            2414 magick/colorspace.c             pixel.blue=(MagickRealType) ScaleMapToQuantum(pixel.blue);
pixel            2416 magick/colorspace.c         image->colormap[i].red=ClampToQuantum(pixel.red);
pixel            2417 magick/colorspace.c         image->colormap[i].green=ClampToQuantum(pixel.green);
pixel            2418 magick/colorspace.c         image->colormap[i].blue=ClampToQuantum(pixel.blue);
pixel             216 magick/compare.c       pixel,
pixel             252 magick/compare.c     pixel=zero;
pixel             259 magick/compare.c       SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             265 magick/compare.c           if (IsMagickColorSimilar(&pixel,&reconstruct_pixel) == MagickFalse)
pixel             394 magick/compare.c       pixel,
pixel             421 magick/compare.c     pixel=zero;
pixel             422 magick/compare.c     reconstruct_pixel=pixel;
pixel             426 magick/compare.c       SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             429 magick/compare.c       if (IsMagickColorSimilar(&pixel,&reconstruct_pixel) == MagickFalse)
pixel            1136 magick/composite.c     pixel;
pixel            1138 magick/composite.c   pixel=p+q;
pixel            1139 magick/composite.c   if (pixel > QuantumRange)
pixel            1140 magick/composite.c     pixel-=(QuantumRange+1.0);
pixel            1141 magick/composite.c   return(pixel*Sa*Da + p*Sa*(1-Da) + q*Da*(1-Sa));
pixel            1186 magick/composite.c     pixel;
pixel            1188 magick/composite.c   pixel=p-q;
pixel            1189 magick/composite.c   if (pixel < 0.0)
pixel            1190 magick/composite.c     pixel+=(QuantumRange+1.0);
pixel            1191 magick/composite.c   return(pixel*Sa*Da + p*Sa*(1-Da) + q*Da*(1-Sa));
pixel            1800 magick/composite.c         pixel;
pixel            1892 magick/composite.c       pixel=zero;
pixel            1955 magick/composite.c             (double) y_offset+y,&pixel);
pixel            1956 magick/composite.c           SetPixelPacket(destination_image,&pixel,r,destination_indexes+x);
pixel            1980 magick/composite.c         pixel;
pixel            2085 magick/composite.c       pixel=zero;
pixel            2129 magick/composite.c             &pixel,exception);
pixel            2133 magick/composite.c           pixel.opacity=(MagickRealType) QuantumRange*(1.0-(1.0-QuantumScale*
pixel            2134 magick/composite.c             pixel.opacity)*(1.0-QuantumScale*GetPixelOpacity(p)));
pixel            2135 magick/composite.c           SetPixelPacket(destination_image,&pixel,r,destination_indexes+x);
pixel             344 magick/deprecate.c   return(GetOneCacheViewVirtualPixel(cache_view,x,y,pixel,exception));
pixel             395 magick/deprecate.c     x,y,pixel,exception);
pixel             437 magick/deprecate.c     pixel;
pixel             439 magick/deprecate.c   (void) GetOneVirtualMagickPixel(image,x,y,&pixel,exception);
pixel             440 magick/deprecate.c   return(pixel);
pixel             481 magick/deprecate.c     pixel;
pixel             483 magick/deprecate.c   (void) GetOneVirtualPixel(image,x,y,&pixel,exception);
pixel             484 magick/deprecate.c   return(pixel);
pixel             530 magick/deprecate.c     pixel;
pixel             532 magick/deprecate.c   (void) GetOneVirtualMethodPixel(image,virtual_pixel_method,x,y,&pixel,
pixel             534 magick/deprecate.c   return(pixel);
pixel            1836 magick/deprecate.c         pixel;
pixel            1838 magick/deprecate.c       pixel=QuantumScale*(GetPixelRed(p)-(double)
pixel            1840 magick/deprecate.c       similarity+=pixel*pixel;
pixel            1841 magick/deprecate.c       pixel=QuantumScale*(GetPixelGreen(p)-(double)
pixel            1843 magick/deprecate.c       similarity+=pixel*pixel;
pixel            1844 magick/deprecate.c       pixel=QuantumScale*(GetPixelBlue(p)-(double)
pixel            1846 magick/deprecate.c       similarity+=pixel*pixel;
pixel            1849 magick/deprecate.c           pixel=QuantumScale*(GetPixelOpacity(p)-(double)
pixel            1851 magick/deprecate.c           similarity+=pixel*pixel;
pixel            1856 magick/deprecate.c           pixel=QuantumScale*(GetPixelIndex(indexes+x)-(double)
pixel            1858 magick/deprecate.c           similarity+=pixel*pixel;
pixel            2190 magick/deprecate.c     pixel;
pixel            2199 magick/deprecate.c   pixel.red=GetPixelRed(p)-(MagickRealType) GetPixelRed(q);
pixel            2200 magick/deprecate.c   distance=pixel.red*pixel.red;
pixel            2203 magick/deprecate.c   pixel.green=GetPixelGreen(p)-(MagickRealType)
pixel            2205 magick/deprecate.c   distance+=pixel.green*pixel.green;
pixel            2208 magick/deprecate.c   pixel.blue=GetPixelBlue(p)-(MagickRealType) GetPixelBlue(q);
pixel            2209 magick/deprecate.c   distance+=pixel.blue*pixel.blue;
pixel            3198 magick/deprecate.c     pixel;
pixel            3200 magick/deprecate.c   (void) GetOneAuthenticPixel(image,x,y,&pixel,&image->exception);
pixel            3201 magick/deprecate.c   return(pixel);
pixel            3464 magick/deprecate.c   pixel->red=(dx*dx2*p)+(dx2*q)+(dx*r)+s;
pixel            3469 magick/deprecate.c   pixel->green=(dx*dx2*p)+(dx2*q)+(dx*r)+s;
pixel            3474 magick/deprecate.c   pixel->blue=(dx*dx2*p)+(dx2*q)+(dx*r)+s;
pixel            3479 magick/deprecate.c   pixel->opacity=(dx*dx2*p)+(dx2*q)+(dx*r)+s;
pixel            3480 magick/deprecate.c   if (pixel->colorspace == CMYKColorspace)
pixel            3486 magick/deprecate.c       pixel->index=(dx*dx2*p)+(dx2*q)+(dx*r)+s;
pixel            3525 magick/deprecate.c     pixel;
pixel            3539 magick/deprecate.c   GetMagickPixelPacket(image,&pixel);
pixel            3574 magick/deprecate.c         pixel.red+=gamma*0.0625*pixels[i].red;
pixel            3575 magick/deprecate.c         pixel.green+=gamma*0.0625*pixels[i].green;
pixel            3576 magick/deprecate.c         pixel.blue+=gamma*0.0625*pixels[i].blue;
pixel            3577 magick/deprecate.c         pixel.opacity+=0.0625*pixels[i].opacity;
pixel            3579 magick/deprecate.c           pixel.index+=gamma*0.0625*pixels[i].index;
pixel            3621 magick/deprecate.c       BicubicInterpolate(u,delta.y,&pixel);
pixel            3665 magick/deprecate.c       pixel.red=gamma*((1.0-delta.y)*((1.0-delta.x)*pixels[0].red+delta.x*
pixel            3668 magick/deprecate.c       pixel.green=gamma*((1.0-delta.y)*((1.0-delta.x)*pixels[0].green+delta.x*
pixel            3671 magick/deprecate.c       pixel.blue=gamma*((1.0-delta.y)*((1.0-delta.x)*pixels[0].blue+delta.x*
pixel            3674 magick/deprecate.c       pixel.opacity=((1.0-delta.y)*((1.0-delta.x)*pixels[0].opacity+delta.x*
pixel            3678 magick/deprecate.c         pixel.index=gamma*((1.0-delta.y)*((1.0-delta.x)*pixels[0].index+delta.x*
pixel            3715 magick/deprecate.c       SetMagickPixelPacket(image,p,indexes,&pixel);
pixel            3730 magick/deprecate.c       SetMagickPixelPacket(image,p,indexes,&pixel);
pixel            3786 magick/deprecate.c               pixel.red=gamma*MeshInterpolate(&delta,pixels[2].red,
pixel            3788 magick/deprecate.c               pixel.green=gamma*MeshInterpolate(&delta,pixels[2].green,
pixel            3790 magick/deprecate.c               pixel.blue=gamma*MeshInterpolate(&delta,pixels[2].blue,
pixel            3792 magick/deprecate.c               pixel.opacity=gamma*MeshInterpolate(&delta,pixels[2].opacity,
pixel            3795 magick/deprecate.c                 pixel.index=gamma*MeshInterpolate(&delta,pixels[2].index,
pixel            3806 magick/deprecate.c               pixel.red=gamma*MeshInterpolate(&delta,pixels[1].red,
pixel            3808 magick/deprecate.c               pixel.green=gamma*MeshInterpolate(&delta,pixels[1].green,
pixel            3810 magick/deprecate.c               pixel.blue=gamma*MeshInterpolate(&delta,pixels[1].blue,
pixel            3812 magick/deprecate.c               pixel.opacity=gamma*MeshInterpolate(&delta,pixels[1].opacity,
pixel            3815 magick/deprecate.c                 pixel.index=gamma*MeshInterpolate(&delta,pixels[1].index,
pixel            3831 magick/deprecate.c               pixel.red=gamma*MeshInterpolate(&delta,pixels[0].red,
pixel            3833 magick/deprecate.c               pixel.green=gamma*MeshInterpolate(&delta,pixels[0].green,
pixel            3835 magick/deprecate.c               pixel.blue=gamma*MeshInterpolate(&delta,pixels[0].blue,
pixel            3837 magick/deprecate.c               pixel.opacity=gamma*MeshInterpolate(&delta,pixels[0].opacity,
pixel            3840 magick/deprecate.c                 pixel.index=gamma*MeshInterpolate(&delta,pixels[0].index,
pixel            3852 magick/deprecate.c               pixel.red=gamma*MeshInterpolate(&delta,pixels[3].red,
pixel            3854 magick/deprecate.c               pixel.green=gamma*MeshInterpolate(&delta,pixels[3].green,
pixel            3856 magick/deprecate.c               pixel.blue=gamma*MeshInterpolate(&delta,pixels[3].blue,
pixel            3858 magick/deprecate.c               pixel.opacity=gamma*MeshInterpolate(&delta,pixels[3].opacity,
pixel            3861 magick/deprecate.c                 pixel.index=gamma*MeshInterpolate(&delta,pixels[3].index,
pixel            3878 magick/deprecate.c       SetMagickPixelPacket(image,p,indexes,&pixel);
pixel            3930 magick/deprecate.c           pixel.red+=gamma*dx*dy*pixels[n].red;
pixel            3931 magick/deprecate.c           pixel.green+=gamma*dx*dy*pixels[n].green;
pixel            3932 magick/deprecate.c           pixel.blue+=gamma*dx*dy*pixels[n].blue;
pixel            3934 magick/deprecate.c             pixel.opacity+=dx*dy*pixels[n].opacity;
pixel            3936 magick/deprecate.c             pixel.index+=gamma*dx*dy*pixels[n].index;
pixel            3944 magick/deprecate.c   return(pixel);
pixel            4011 magick/deprecate.c   if (pixel <= (0.0404482362771076*QuantumRange))
pixel            4012 magick/deprecate.c     return(pixel/12.92);
pixel            4013 magick/deprecate.c   return(QuantumRange*pow((QuantumScale*pixel+0.055)/1.055,2.4));
pixel            6647 magick/deprecate.c   if (pixel <= (0.0031306684425005883*QuantumRange))
pixel            6648 magick/deprecate.c     return(12.92*pixel);
pixel            6649 magick/deprecate.c   return(QuantumRange*(1.055*pow(QuantumScale*pixel,1.0/2.4)-0.055));
pixel            6951 magick/deprecate.c     pixel;
pixel            6977 magick/deprecate.c   pixel.red=geometry_info.rho;
pixel            6979 magick/deprecate.c     pixel.green=geometry_info.sigma;
pixel            6981 magick/deprecate.c     pixel.green=pixel.red;
pixel            6983 magick/deprecate.c     pixel.blue=geometry_info.xi;
pixel            6985 magick/deprecate.c     pixel.blue=pixel.red;
pixel            6987 magick/deprecate.c     pixel.opacity=geometry_info.psi;
pixel            6989 magick/deprecate.c     pixel.opacity=(MagickRealType) OpaqueOpacity;
pixel            6992 magick/deprecate.c       pixel.red*=QuantumRange/100.0f;
pixel            6993 magick/deprecate.c       pixel.green*=QuantumRange/100.0f;
pixel            6994 magick/deprecate.c       pixel.blue*=QuantumRange/100.0f;
pixel            6995 magick/deprecate.c       pixel.opacity*=QuantumRange/100.0f;
pixel            7002 magick/deprecate.c       if (pixel.red == 0)
pixel            7003 magick/deprecate.c         (void) GetImageDynamicThreshold(image,2.0,2.0,&pixel,&image->exception);
pixel            7020 magick/deprecate.c     if (IsMagickGray(&pixel) != MagickFalse)
pixel            7023 magick/deprecate.c         index=(IndexPacket) (GetPixelIntensity(image,q) <= pixel.red ? 0 : 1);
pixel            7033 magick/deprecate.c         SetPixelRed(q,(MagickRealType) q->red <= pixel.red
pixel            7035 magick/deprecate.c         SetPixelGreen(q,(MagickRealType) q->green <= pixel.green
pixel            7037 magick/deprecate.c         SetPixelBlue(q,(MagickRealType) q->blue <= pixel.blue
pixel            7039 magick/deprecate.c         SetPixelOpacity(q,(MagickRealType) q->opacity <= pixel.opacity
pixel              49 magick/deprecate.h #define CompressPixelGamma(pixel)  DecodePixelGamma(pixel)
pixel              50 magick/deprecate.h #define DecodesRGBGamma(pixel)  DecodePixelGamma(pixel)
pixel              51 magick/deprecate.h #define EncodesRGBGamma(pixel)  EncodePixelGamma(pixel)
pixel              52 magick/deprecate.h #define ExpandPixelGamma(pixel)  EncodePixelGamma(pixel)
pixel             362 magick/deprecate.h   const PixelPacket *restrict pixel)
pixel             364 magick/deprecate.h   return(ClampToQuantum(GetPixelIntensity(image,pixel)));
pixel            2278 magick/display.c     windows->pixel_info->pen_colors[box_id].pixel);
pixel            2280 magick/display.c     windows->pixel_info->pen_colors[pen_id].pixel);
pixel            2310 magick/display.c           windows->pixel_info->background_color.pixel);
pixel            2312 magick/display.c           windows->pixel_info->foreground_color.pixel);
pixel            2315 magick/display.c           windows->pixel_info->pen_colors[box_id].pixel);
pixel            2317 magick/display.c           windows->pixel_info->pen_colors[pen_id].pixel);
pixel            2690 magick/display.c             windows->pixel_info->pen_colors[box_id].pixel)
pixel            2699 magick/display.c             windows->pixel_info->pen_colors[pen_id].pixel)
pixel            2730 magick/display.c     windows->pixel_info->foreground_color.pixel);
pixel            2732 magick/display.c     windows->pixel_info->background_color.pixel);
pixel            3690 magick/display.c         XPutPixel(windows->image.ximage,x_offset,y_offset,color.pixel);
pixel            9993 magick/display.c           windows->pixel_info->background_color.pixel);
pixel            13114 magick/display.c         pixel;
pixel            13148 magick/display.c         (void) GetOneCacheViewVirtualPixel(image_view,0,0,&pixel,exception);
pixel            13156 magick/display.c             *s++=pixel;
pixel            13338 magick/display.c     pixel;
pixel            13354 magick/display.c       pixel=XGetPixel(windows->image.ximage,x,y);
pixel            13355 magick/display.c       if (pixel != background)
pixel            13375 magick/display.c       pixel=XGetPixel(windows->image.ximage,x,y);
pixel            13376 magick/display.c       if (pixel != background)
pixel            13392 magick/display.c       pixel=XGetPixel(windows->image.ximage,x,y);
pixel            13393 magick/display.c       if (pixel != background)
pixel            13408 magick/display.c       pixel=XGetPixel(windows->image.ximage,x,y);
pixel            13409 magick/display.c       if (pixel != background)
pixel            13673 magick/display.c     pixel;
pixel            13745 magick/display.c       pixel.pixels=(unsigned long *) NULL;
pixel            13772 magick/display.c   XMakeStandardColormap(display,visual_info,&resources,image,map_info,&pixel);
pixel            13776 magick/display.c   context_values.background=pixel.background_color.pixel;
pixel            13777 magick/display.c   context_values.foreground=pixel.foreground_color.pixel;
pixel            13778 magick/display.c   pixel.annotate_context=XCreateGC(display,window_info.id,
pixel            13780 magick/display.c   if (pixel.annotate_context == (GC) NULL)
pixel            13788 magick/display.c   XGetWindowInfo(display,visual_info,map_info,&pixel,(XFontStruct *) NULL,
pixel            14371 magick/display.c     *pixel;
pixel            14460 magick/display.c   pixel=windows->pixel_info;
pixel            14481 magick/display.c     map_info,pixel);
pixel            14487 magick/display.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            14500 magick/display.c   context_values.background=pixel->background_color.pixel;
pixel            14502 magick/display.c   context_values.foreground=pixel->foreground_color.pixel;
pixel            14506 magick/display.c   if (pixel->annotate_context != (GC) NULL)
pixel            14507 magick/display.c     (void) XFreeGC(display,pixel->annotate_context);
pixel            14508 magick/display.c   pixel->annotate_context=XCreateGC(display,windows->context.id,
pixel            14510 magick/display.c   if (pixel->annotate_context == (GC) NULL)
pixel            14513 magick/display.c   context_values.background=pixel->depth_color.pixel;
pixel            14514 magick/display.c   if (pixel->widget_context != (GC) NULL)
pixel            14515 magick/display.c     (void) XFreeGC(display,pixel->widget_context);
pixel            14516 magick/display.c   pixel->widget_context=XCreateGC(display,windows->context.id,context_mask,
pixel            14518 magick/display.c   if (pixel->widget_context == (GC) NULL)
pixel            14521 magick/display.c   context_values.background=pixel->foreground_color.pixel;
pixel            14522 magick/display.c   context_values.foreground=pixel->background_color.pixel;
pixel            14525 magick/display.c   if (pixel->highlight_context != (GC) NULL)
pixel            14526 magick/display.c     (void) XFreeGC(display,pixel->highlight_context);
pixel            14527 magick/display.c   pixel->highlight_context=XCreateGC(display,windows->context.id,
pixel            14529 magick/display.c   if (pixel->highlight_context == (GC) NULL)
pixel            14556 magick/display.c   context_values.background=icon_pixel->background_color.pixel;
pixel            14557 magick/display.c   context_values.foreground=icon_pixel->foreground_color.pixel;
pixel            14567 magick/display.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,resource_info,
pixel            14621 magick/display.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            14699 magick/display.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,resource_info,
pixel            14729 magick/display.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            14763 magick/display.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            14792 magick/display.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            14816 magick/display.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            14859 magick/display.c   XGetWindowInfo(display,visual_info,map_info,pixel,font_info,
pixel            15269 magick/display.c                   context_values.background=pixel->background_color.pixel;
pixel            15270 magick/display.c                   context_values.foreground=pixel->foreground_color.pixel;
pixel            15275 magick/display.c                   context_values.background=pixel->foreground_color.pixel;
pixel            15276 magick/display.c                   context_values.foreground=pixel->background_color.pixel;
pixel            15283 magick/display.c                     pixel->background_color.pixel;
pixel            15285 magick/display.c                     pixel->border_color.pixel;
pixel            15993 magick/display.c         (void) XFreeStandardColormap(display,visual_info,map_info,pixel);
pixel            2350 magick/distort.c         pixel,    /* pixel color to assign to distorted image */
pixel            2374 magick/distort.c       pixel=zero;
pixel            2739 magick/distort.c           (void) ResamplePixelColor(resample_filter[id],s.x,s.y,&pixel);
pixel            2744 magick/distort.c             MagickPixelCompositeBlend(&pixel,validity,&invalid,(1.0-validity),
pixel            2745 magick/distort.c               &pixel);
pixel            2747 magick/distort.c           SetPixelPacket(distort_image,&pixel,q,indexes);
pixel            3067 magick/distort.c         pixel;    /* pixel to assign to distorted image */
pixel            3086 magick/distort.c       GetMagickPixelPacket(sparse_image,&pixel);
pixel            3089 magick/distort.c         SetMagickPixelPacket(image,q,indexes,&pixel);
pixel            3096 magick/distort.c               pixel.red     = coeff[x]*i +coeff[x+1]*j
pixel            3099 magick/distort.c               pixel.green   = coeff[x]*i +coeff[x+1]*j
pixel            3102 magick/distort.c               pixel.blue    = coeff[x]*i +coeff[x+1]*j
pixel            3105 magick/distort.c               pixel.index   = coeff[x]*i +coeff[x+1]*j
pixel            3108 magick/distort.c               pixel.opacity = coeff[x]*i +coeff[x+1]*j
pixel            3116 magick/distort.c               pixel.red     = coeff[x]*i     + coeff[x+1]*j +
pixel            3119 magick/distort.c               pixel.green   = coeff[x]*i     + coeff[x+1]*j +
pixel            3122 magick/distort.c               pixel.blue    = coeff[x]*i     + coeff[x+1]*j +
pixel            3125 magick/distort.c               pixel.index   = coeff[x]*i     + coeff[x+1]*j +
pixel            3128 magick/distort.c               pixel.opacity = coeff[x]*i     + coeff[x+1]*j +
pixel            3140 magick/distort.c             if ( channel & RedChannel     ) pixel.red     = 0.0;
pixel            3141 magick/distort.c             if ( channel & GreenChannel   ) pixel.green   = 0.0;
pixel            3142 magick/distort.c             if ( channel & BlueChannel    ) pixel.blue    = 0.0;
pixel            3143 magick/distort.c             if ( channel & IndexChannel   ) pixel.index   = 0.0;
pixel            3144 magick/distort.c             if ( channel & OpacityChannel ) pixel.opacity = 0.0;
pixel            3154 magick/distort.c                 pixel.red     += arguments[x++]*weight;
pixel            3156 magick/distort.c                 pixel.green   += arguments[x++]*weight;
pixel            3158 magick/distort.c                 pixel.blue    += arguments[x++]*weight;
pixel            3160 magick/distort.c                 pixel.index   += arguments[x++]*weight;
pixel            3162 magick/distort.c                 pixel.opacity += arguments[x++]*weight;
pixel            3165 magick/distort.c             if ( channel & RedChannel     ) pixel.red     /= denominator;
pixel            3166 magick/distort.c             if ( channel & GreenChannel   ) pixel.green   /= denominator;
pixel            3167 magick/distort.c             if ( channel & BlueChannel    ) pixel.blue    /= denominator;
pixel            3168 magick/distort.c             if ( channel & IndexChannel   ) pixel.index   /= denominator;
pixel            3169 magick/distort.c             if ( channel & OpacityChannel ) pixel.opacity /= denominator;
pixel            3186 magick/distort.c                 if ( channel & RedChannel     ) pixel.red     = arguments[x++];
pixel            3187 magick/distort.c                 if ( channel & GreenChannel   ) pixel.green   = arguments[x++];
pixel            3188 magick/distort.c                 if ( channel & BlueChannel    ) pixel.blue    = arguments[x++];
pixel            3189 magick/distort.c                 if ( channel & IndexChannel   ) pixel.index   = arguments[x++];
pixel            3190 magick/distort.c                 if ( channel & OpacityChannel ) pixel.opacity = arguments[x++];
pixel            3198 magick/distort.c         if ( channel & RedChannel     ) pixel.red     *= QuantumRange;
pixel            3199 magick/distort.c         if ( channel & GreenChannel   ) pixel.green   *= QuantumRange;
pixel            3200 magick/distort.c         if ( channel & BlueChannel    ) pixel.blue    *= QuantumRange;
pixel            3201 magick/distort.c         if ( channel & IndexChannel   ) pixel.index   *= QuantumRange;
pixel            3202 magick/distort.c         if ( channel & OpacityChannel ) pixel.opacity *= QuantumRange;
pixel            3203 magick/distort.c         SetPixelPacket(sparse_image,&pixel,q,indexes);
pixel              30 magick/draw-private.h   const ssize_t x,const ssize_t y,PixelPacket *pixel)
pixel              41 magick/draw-private.h       *pixel=draw_info->fill;
pixel              45 magick/draw-private.h     x+pattern->tile_offset.x,y+pattern->tile_offset.y,pixel,
pixel              48 magick/draw-private.h     pixel->opacity=OpaqueOpacity;
pixel              53 magick/draw-private.h   const ssize_t x,const ssize_t y,PixelPacket *pixel)
pixel              64 magick/draw-private.h       *pixel=draw_info->stroke;
pixel              68 magick/draw-private.h     x+pattern->tile_offset.x,y+pattern->tile_offset.y,pixel,
pixel              71 magick/draw-private.h     pixel->opacity=OpaqueOpacity;
pixel            1190 magick/draw.c        pixel;
pixel            1219 magick/draw.c      pixel=zero;
pixel            1229 magick/draw.c          UndefinedInterpolatePixel,point.x,point.y,&pixel,exception);
pixel            1231 magick/draw.c        MagickPixelCompositeOver(&pixel,pixel.opacity,&composite,
pixel            3315 magick/draw.c        pixel;
pixel            3339 magick/draw.c      pixel=zero;
pixel            3346 magick/draw.c        SetMagickPixelPacket(image,q,indexes+x,&pixel);
pixel            3478 magick/draw.c        MagickPixelCompositeOver(&composite,composite.opacity,&pixel,
pixel            3479 magick/draw.c          pixel.opacity,&pixel);
pixel            3480 magick/draw.c        SetPixelPacket(image,&pixel,q,indexes+x);
pixel            4340 magick/draw.c              pixel;
pixel            4348 magick/draw.c            (void) GetFillColor(draw_info,x,y,&pixel);
pixel            4349 magick/draw.c            SetPixelOpacity(q,pixel.opacity);
pixel            4359 magick/draw.c              pixel,
pixel            4382 magick/draw.c                (void) GetFillColor(draw_info,x,y,&pixel);
pixel            4383 magick/draw.c                SetPixelOpacity(q,pixel.opacity);
pixel            4416 magick/draw.c              pixel;
pixel            4432 magick/draw.c                (void) GetFillColor(draw_info,x,y,&pixel);
pixel            4433 magick/draw.c                SetPixelOpacity(q,pixel.opacity);
pixel             319 magick/effect.c         pixel;
pixel             344 magick/effect.c       pixel.red=bias.red;
pixel             345 magick/effect.c       pixel.green=bias.green;
pixel             346 magick/effect.c       pixel.blue=bias.blue;
pixel             347 magick/effect.c       pixel.opacity=bias.opacity;
pixel             348 magick/effect.c       pixel.index=bias.index;
pixel             359 magick/effect.c             pixel.red+=(*k)*alpha*GetPixelRed(p);
pixel             361 magick/effect.c             pixel.green+=(*k)*alpha*GetPixelGreen(p);
pixel             363 magick/effect.c             pixel.blue+=(*k)*alpha*GetPixelBlue(p);
pixel             365 magick/effect.c             pixel.opacity+=(*k)*GetPixelOpacity(p);
pixel             368 magick/effect.c             pixel.index+=(*k)*alpha*GetPixelIndex(indexes+x+(width-i)*v+u);
pixel             376 magick/effect.c         SetPixelRed(q,ClampToQuantum(gamma*pixel.red));
pixel             378 magick/effect.c         SetPixelGreen(q,ClampToQuantum(gamma*pixel.green));
pixel             380 magick/effect.c         SetPixelBlue(q,ClampToQuantum(gamma*pixel.blue));
pixel             382 magick/effect.c         SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel             385 magick/effect.c         SetPixelIndex(blur_indexes+x,ClampToQuantum(gamma*pixel.index));
pixel             641 magick/effect.c         pixel;
pixel             667 magick/effect.c       pixel.red=bias.red;
pixel             668 magick/effect.c       pixel.green=bias.green;
pixel             669 magick/effect.c       pixel.blue=bias.blue;
pixel             670 magick/effect.c       pixel.opacity=bias.opacity;
pixel             671 magick/effect.c       pixel.index=bias.index;
pixel             681 magick/effect.c             pixel.red+=(*k)*alpha*GetPixelRed(p);
pixel             683 magick/effect.c             pixel.green+=(*k)*alpha*GetPixelGreen(p);
pixel             685 magick/effect.c             pixel.blue+=(*k)*alpha*GetPixelBlue(p);
pixel             687 magick/effect.c             pixel.opacity+=(*k)*GetPixelOpacity(p);
pixel             690 magick/effect.c             pixel.index+=(*k)*alpha*GetPixelIndex(indexes+x+(width-i)*v+u);
pixel             698 magick/effect.c         SetPixelRed(q,ClampToQuantum(gamma*pixel.red));
pixel             700 magick/effect.c         SetPixelGreen(q,ClampToQuantum(gamma*pixel.green));
pixel             702 magick/effect.c         SetPixelBlue(q,ClampToQuantum(gamma*pixel.blue));
pixel             704 magick/effect.c         SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel             707 magick/effect.c         SetPixelIndex(sharp_indexes+x,ClampToQuantum(gamma*pixel.index));
pixel            1635 magick/effect.c         pixel;
pixel            1649 magick/effect.c       pixel.red=bias.red;
pixel            1650 magick/effect.c       pixel.green=bias.green;
pixel            1651 magick/effect.c       pixel.blue=bias.blue;
pixel            1652 magick/effect.c       pixel.opacity=bias.opacity;
pixel            1653 magick/effect.c       pixel.index=bias.index;
pixel            1662 magick/effect.c               pixel.red+=(*k)*kernel_pixels[u].red;
pixel            1663 magick/effect.c               pixel.green+=(*k)*kernel_pixels[u].green;
pixel            1664 magick/effect.c               pixel.blue+=(*k)*kernel_pixels[u].blue;
pixel            1670 magick/effect.c             SetPixelRed(q,ClampToQuantum(pixel.red));
pixel            1672 magick/effect.c             SetPixelGreen(q,ClampToQuantum(pixel.green));
pixel            1674 magick/effect.c             SetPixelBlue(q,ClampToQuantum(pixel.blue));
pixel            1683 magick/effect.c                   pixel.opacity+=(*k)*kernel_pixels[u].opacity;
pixel            1688 magick/effect.c               SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            1702 magick/effect.c                   pixel.index+=(*k)*GetPixelIndex(kernel_indexes+u);
pixel            1707 magick/effect.c               SetPixelIndex(filter_indexes+x,ClampToQuantum(pixel.index));
pixel            1723 magick/effect.c               pixel.red+=(*k)*alpha*GetPixelRed(kernel_pixels+u);
pixel            1724 magick/effect.c               pixel.green+=(*k)*alpha*GetPixelGreen(kernel_pixels+u);
pixel            1725 magick/effect.c               pixel.blue+=(*k)*alpha*GetPixelBlue(kernel_pixels+u);
pixel            1733 magick/effect.c             SetPixelRed(q,ClampToQuantum(gamma*pixel.red));
pixel            1735 magick/effect.c             SetPixelGreen(q,ClampToQuantum(gamma*pixel.green));
pixel            1737 magick/effect.c             SetPixelBlue(q,ClampToQuantum(gamma*pixel.blue));
pixel            1746 magick/effect.c                   pixel.opacity+=(*k)*GetPixelOpacity(kernel_pixels+u);
pixel            1751 magick/effect.c               SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            1768 magick/effect.c                   pixel.index+=(*k)*alpha*GetPixelIndex(kernel_indexes+u);
pixel            1774 magick/effect.c               SetPixelIndex(filter_indexes+x,ClampToQuantum(gamma*pixel.index));
pixel            2095 magick/effect.c         pixel;
pixel            2113 magick/effect.c               offset[i].y,&pixel,exception);
pixel            2114 magick/effect.c             qixel.red+=(*k)*pixel.red;
pixel            2115 magick/effect.c             qixel.green+=(*k)*pixel.green;
pixel            2116 magick/effect.c             qixel.blue+=(*k)*pixel.blue;
pixel            2117 magick/effect.c             qixel.opacity+=(*k)*pixel.opacity;
pixel            2148 magick/effect.c               offset[i].y,&pixel,exception);
pixel            2149 magick/effect.c             alpha=(MagickRealType) (QuantumScale*GetPixelAlpha(&pixel));
pixel            2150 magick/effect.c             qixel.red+=(*k)*alpha*pixel.red;
pixel            2151 magick/effect.c             qixel.green+=(*k)*alpha*pixel.green;
pixel            2152 magick/effect.c             qixel.blue+=(*k)*alpha*pixel.blue;
pixel            2153 magick/effect.c             qixel.opacity+=(*k)*pixel.opacity;
pixel            2890 magick/effect.c         pixel;
pixel            2924 magick/effect.c               cos_theta[i]+0.5),&pixel,exception);
pixel            2925 magick/effect.c             qixel.red+=pixel.red;
pixel            2926 magick/effect.c             qixel.green+=pixel.green;
pixel            2927 magick/effect.c             qixel.blue+=pixel.blue;
pixel            2928 magick/effect.c             qixel.opacity+=pixel.opacity;
pixel            2962 magick/effect.c               cos_theta[i]+0.5),&pixel,exception);
pixel            2964 magick/effect.c               GetPixelAlpha(&pixel));
pixel            2965 magick/effect.c             qixel.red+=alpha*pixel.red;
pixel            2966 magick/effect.c             qixel.green+=alpha*pixel.green;
pixel            2967 magick/effect.c             qixel.blue+=alpha*pixel.blue;
pixel            2968 magick/effect.c             qixel.opacity+=pixel.opacity;
pixel            3253 magick/effect.c         pixel;
pixel            3268 magick/effect.c       pixel.red=bias.red;
pixel            3269 magick/effect.c       pixel.green=bias.green;
pixel            3270 magick/effect.c       pixel.blue=bias.blue;
pixel            3271 magick/effect.c       pixel.opacity=bias.opacity;
pixel            3272 magick/effect.c       pixel.index=bias.index;
pixel            3286 magick/effect.c                   pixel.red+=(*k)*GetPixelRed(p+u+j);
pixel            3287 magick/effect.c                   pixel.green+=(*k)*GetPixelGreen(p+u+j);
pixel            3288 magick/effect.c                   pixel.blue+=(*k)*GetPixelBlue(p+u+j);
pixel            3299 magick/effect.c                 SetPixelRed(q,ClampToQuantum(gamma*pixel.red));
pixel            3301 magick/effect.c                 SetPixelGreen(q,ClampToQuantum(gamma*pixel.green));
pixel            3303 magick/effect.c                 SetPixelBlue(q,ClampToQuantum(gamma*pixel.blue));
pixel            3316 magick/effect.c                       pixel.opacity+=(*k)*(p+u+j)->opacity;
pixel            3324 magick/effect.c               SetPixelOpacity(q,ClampToQuantum(gamma*pixel.opacity));
pixel            3338 magick/effect.c                       pixel.index+=(*k)*GetPixelIndex(indexes+x+u+j);
pixel            3346 magick/effect.c               SetPixelIndex(blur_indexes+x,ClampToQuantum(gamma*pixel.index));
pixel            3362 magick/effect.c                   pixel.red+=(*k)*alpha*GetPixelRed(p+u+j);
pixel            3363 magick/effect.c                   pixel.green+=(*k)*alpha*GetPixelGreen(p+u+j);
pixel            3364 magick/effect.c                   pixel.blue+=(*k)*alpha*GetPixelBlue(p+u+j);
pixel            3365 magick/effect.c                   pixel.opacity+=(*k)*GetPixelOpacity(p+u+j);
pixel            3376 magick/effect.c                 SetPixelRed(q,ClampToQuantum(gamma*pixel.red));
pixel            3378 magick/effect.c                 SetPixelGreen(q,ClampToQuantum(gamma*pixel.green));
pixel            3380 magick/effect.c                 SetPixelBlue(q,ClampToQuantum(gamma*pixel.blue));
pixel            3393 magick/effect.c                       pixel.opacity+=(*k)*GetPixelOpacity(p+u+j);
pixel            3401 magick/effect.c               SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            3417 magick/effect.c                       pixel.index+=(*k)*alpha*GetPixelIndex(indexes+x+u+j);
pixel            3425 magick/effect.c               SetPixelIndex(blur_indexes+x,ClampToQuantum(gamma*pixel.index));
pixel            3904 magick/effect.c       pixel;
pixel            3925 magick/effect.c     pixel=bias;
pixel            3931 magick/effect.c         random_info[id])-0.5),&pixel,exception);
pixel            3932 magick/effect.c       SetPixelPacket(spread_image,&pixel,q,indexes+x);
pixel            4068 magick/effect.c       pixel;
pixel            4097 magick/effect.c     pixel.red=bias.red;
pixel            4098 magick/effect.c     pixel.green=bias.green;
pixel            4099 magick/effect.c     pixel.blue=bias.blue;
pixel            4100 magick/effect.c     pixel.opacity=bias.opacity;
pixel            4101 magick/effect.c     pixel.index=bias.index;
pixel            4106 magick/effect.c           pixel.red=GetPixelRed(p)-(MagickRealType) GetPixelRed(q);
pixel            4107 magick/effect.c           if (fabs(2.0*pixel.red) < quantum_threshold)
pixel            4108 magick/effect.c             pixel.red=(MagickRealType) GetPixelRed(p);
pixel            4110 magick/effect.c             pixel.red=(MagickRealType) GetPixelRed(p)+(pixel.red*gain);
pixel            4111 magick/effect.c           SetPixelRed(q,ClampToQuantum(pixel.red));
pixel            4115 magick/effect.c           pixel.green=GetPixelGreen(p)-(MagickRealType) q->green;
pixel            4116 magick/effect.c           if (fabs(2.0*pixel.green) < quantum_threshold)
pixel            4117 magick/effect.c             pixel.green=(MagickRealType) GetPixelGreen(p);
pixel            4119 magick/effect.c             pixel.green=(MagickRealType) GetPixelGreen(p)+(pixel.green*gain);
pixel            4120 magick/effect.c           SetPixelGreen(q,ClampToQuantum(pixel.green));
pixel            4124 magick/effect.c           pixel.blue=GetPixelBlue(p)-(MagickRealType) q->blue;
pixel            4125 magick/effect.c           if (fabs(2.0*pixel.blue) < quantum_threshold)
pixel            4126 magick/effect.c             pixel.blue=(MagickRealType) GetPixelBlue(p);
pixel            4128 magick/effect.c             pixel.blue=(MagickRealType) GetPixelBlue(p)+(pixel.blue*gain);
pixel            4129 magick/effect.c           SetPixelBlue(q,ClampToQuantum(pixel.blue));
pixel            4133 magick/effect.c           pixel.opacity=GetPixelOpacity(p)-(MagickRealType) q->opacity;
pixel            4134 magick/effect.c           if (fabs(2.0*pixel.opacity) < quantum_threshold)
pixel            4135 magick/effect.c             pixel.opacity=(MagickRealType) GetPixelOpacity(p);
pixel            4137 magick/effect.c             pixel.opacity=GetPixelOpacity(p)+(pixel.opacity*gain);
pixel            4138 magick/effect.c           SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            4143 magick/effect.c           pixel.index=GetPixelIndex(indexes+x)-(MagickRealType)
pixel            4145 magick/effect.c           if (fabs(2.0*pixel.index) < quantum_threshold)
pixel            4146 magick/effect.c             pixel.index=(MagickRealType) GetPixelIndex(indexes+x);
pixel            4148 magick/effect.c             pixel.index=(MagickRealType) GetPixelIndex(indexes+x)+
pixel            4149 magick/effect.c               (pixel.index*gain);
pixel            4150 magick/effect.c           SetPixelIndex(unsharp_indexes+x,ClampToQuantum(pixel.index));
pixel             807 magick/enhance.c       pixel;
pixel             827 magick/enhance.c     GetMagickPixelPacket(image,&pixel);
pixel             830 magick/enhance.c       SetMagickPixelPacket(image,q,indexes+x,&pixel);
pixel             848 magick/enhance.c                 ScaleQuantumToMap((Quantum) MagickPixelIntensity(&pixel))));
pixel            1555 magick/enhance.c   mean=((MagickRealType) GetPixelRed(r)+pixel.red)/2; \
pixel            1556 magick/enhance.c   distance=(MagickRealType) GetPixelRed(r)-(MagickRealType) pixel.red; \
pixel            1559 magick/enhance.c   mean=((MagickRealType) GetPixelGreen(r)+pixel.green)/2; \
pixel            1560 magick/enhance.c   distance=(MagickRealType) GetPixelGreen(r)-(MagickRealType) pixel.green; \
pixel            1562 magick/enhance.c   mean=((MagickRealType) GetPixelBlue(r)+pixel.blue)/2; \
pixel            1563 magick/enhance.c   distance=(MagickRealType) GetPixelBlue(r)-(MagickRealType) pixel.blue; \
pixel            1566 magick/enhance.c   mean=((MagickRealType) r->opacity+pixel.opacity)/2; \
pixel            1567 magick/enhance.c   distance=(MagickRealType) r->opacity-(MagickRealType) pixel.opacity; \
pixel            1670 magick/enhance.c         pixel;
pixel            1681 magick/enhance.c       pixel=(*r);
pixel            2691 magick/enhance.c       pixel,
pixel            2715 magick/enhance.c     pixel=zero;
pixel            2747 magick/enhance.c         pixel4.opacity,point.z,&pixel);
pixel            2749 magick/enhance.c         SetPixelRed(q,ClampToQuantum(pixel.red));
pixel            2751 magick/enhance.c         SetPixelGreen(q,ClampToQuantum(pixel.green));
pixel            2753 magick/enhance.c         SetPixelBlue(q,ClampToQuantum(pixel.blue));
pixel            2755 magick/enhance.c         SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            2758 magick/enhance.c         SetPixelIndex(indexes+x,ClampToQuantum(pixel.index));
pixel            2917 magick/enhance.c   level_pixel=QuantumRange*gamma_pow(scale*((double) pixel-black_point),1.0/
pixel            1154 magick/feature.c         pixel;
pixel            1156 magick/feature.c       (void) ResetMagickMemory(&pixel,0,sizeof(pixel));
pixel            1169 magick/feature.c               pixel.direction[i].red+=cooccurrence[x][y].direction[i].red;
pixel            1170 magick/feature.c               pixel.direction[i].green+=cooccurrence[x][y].direction[i].green;
pixel            1171 magick/feature.c               pixel.direction[i].blue+=cooccurrence[x][y].direction[i].blue;
pixel            1173 magick/feature.c                 pixel.direction[i].index+=cooccurrence[x][y].direction[i].index;
pixel            1175 magick/feature.c                 pixel.direction[i].opacity+=
pixel            1202 magick/feature.c       channel_features[RedChannel].contrast[i]+=z*z*pixel.direction[i].red;
pixel            1203 magick/feature.c       channel_features[GreenChannel].contrast[i]+=z*z*pixel.direction[i].green;
pixel            1204 magick/feature.c       channel_features[BlueChannel].contrast[i]+=z*z*pixel.direction[i].blue;
pixel            1207 magick/feature.c           pixel.direction[i].index;
pixel            1210 magick/feature.c           pixel.direction[i].opacity;
pixel             517 magick/fx.c          pixel;
pixel             548 magick/fx.c          pixel.red=0.5*(GetPixelRed(p)+factor*quantum);
pixel             549 magick/fx.c          pixel.green=0.5*(GetPixelGreen(p)+factor*quantum);
pixel             550 magick/fx.c          pixel.blue=0.5*(GetPixelBlue(p)+factor*quantum);
pixel             556 magick/fx.c          pixel.red=0.5*(pixel.red+factor*quantum);
pixel             557 magick/fx.c          pixel.green=0.5*(pixel.green+factor*quantum);
pixel             558 magick/fx.c          pixel.blue=0.5*(pixel.blue+factor*quantum);
pixel             559 magick/fx.c          SetPixelRed(q,ClampToQuantum(pixel.red));
pixel             560 magick/fx.c          SetPixelGreen(q,ClampToQuantum(pixel.green));
pixel             561 magick/fx.c          SetPixelBlue(q,ClampToQuantum(pixel.blue));
pixel             706 magick/fx.c        pixel;
pixel             745 magick/fx.c      pixel.red=geometry_info.rho;
pixel             746 magick/fx.c      pixel.green=geometry_info.rho;
pixel             747 magick/fx.c      pixel.blue=geometry_info.rho;
pixel             748 magick/fx.c      pixel.opacity=geometry_info.rho;
pixel             750 magick/fx.c        pixel.green=geometry_info.sigma;
pixel             752 magick/fx.c        pixel.blue=geometry_info.xi;
pixel             754 magick/fx.c        pixel.opacity=geometry_info.psi;
pixel             792 magick/fx.c          SetPixelRed(q,((GetPixelRed(p)*(100.0-pixel.red)+
pixel             793 magick/fx.c            colorize.red*pixel.red)/100.0));
pixel             794 magick/fx.c          SetPixelGreen(q,((GetPixelGreen(p)*(100.0-pixel.green)+
pixel             795 magick/fx.c            colorize.green*pixel.green)/100.0));
pixel             796 magick/fx.c          SetPixelBlue(q,((GetPixelBlue(p)*(100.0-pixel.blue)+
pixel             797 magick/fx.c            colorize.blue*pixel.blue)/100.0));
pixel             801 magick/fx.c            SetPixelOpacity(q,((GetPixelOpacity(p)*(100.0-pixel.opacity)+
pixel             802 magick/fx.c              colorize.opacity*pixel.opacity)/100.0));
pixel             966 magick/fx.c          pixel;
pixel            1006 magick/fx.c            pixel=ColorMatrix[v][0]*GetPixelRed(p)+ColorMatrix[v][1]*
pixel            1009 magick/fx.c              pixel+=ColorMatrix[v][3]*(QuantumRange-GetPixelOpacity(p));
pixel            1011 magick/fx.c              pixel+=ColorMatrix[v][4]*GetPixelIndex(indexes+x);
pixel            1012 magick/fx.c            pixel+=QuantumRange*ColorMatrix[v][5];
pixel            1015 magick/fx.c              case 0: SetPixelRed(q,ClampToQuantum(pixel)); break;
pixel            1016 magick/fx.c              case 1: SetPixelGreen(q,ClampToQuantum(pixel)); break;
pixel            1017 magick/fx.c              case 2: SetPixelBlue(q,ClampToQuantum(pixel)); break;
pixel            1021 magick/fx.c                  SetPixelAlpha(q,ClampToQuantum(pixel));
pixel            1027 magick/fx.c                  SetPixelIndex(color_indexes+x,ClampToQuantum(pixel));
pixel            1304 magick/fx.c        pixel;
pixel            1436 magick/fx.c      GetMagickPixelPacket(image,&pixel);
pixel            1438 magick/fx.c        point.x,point.y,&pixel,exception);
pixel            1471 magick/fx.c                  pixel=(*color);
pixel            1475 magick/fx.c                if (QueryMagickColor(name,&pixel,fx_info->exception) != MagickFalse)
pixel            1478 magick/fx.c                      CloneMagickPixelPacket(&pixel));
pixel            1489 magick/fx.c            case RedChannel: return(QuantumScale*pixel.red);
pixel            1490 magick/fx.c            case GreenChannel: return(QuantumScale*pixel.green);
pixel            1491 magick/fx.c            case BlueChannel: return(QuantumScale*pixel.blue);
pixel            1497 magick/fx.c              if (pixel.matte == MagickFalse)
pixel            1499 magick/fx.c              alpha=(MagickRealType) (QuantumScale*GetPixelAlpha(&pixel));
pixel            1511 magick/fx.c              return(QuantumScale*pixel.index);
pixel            1515 magick/fx.c              return(QuantumScale*MagickPixelIntensityToQuantum(&pixel));
pixel            1530 magick/fx.c            return((MagickRealType) (QuantumScale*GetPixelAlpha(&pixel)));
pixel            1537 magick/fx.c            return(QuantumScale*pixel.blue);
pixel            1626 magick/fx.c            return(QuantumScale*pixel.red);
pixel            1640 magick/fx.c            return(QuantumScale*pixel.green);
pixel            1657 magick/fx.c              return(QuantumScale*pixel.index);
pixel            1673 magick/fx.c              ConvertRGBToHSL(ClampToQuantum(pixel.red),ClampToQuantum(pixel.green),
pixel            1674 magick/fx.c                ClampToQuantum(pixel.blue),&hue,&saturation,&lightness);
pixel            1695 magick/fx.c            return(QuantumScale*MagickPixelIntensityToQuantum(&pixel));
pixel            1717 magick/fx.c              ConvertRGBToHSL(ClampToQuantum(pixel.red),ClampToQuantum(pixel.green),
pixel            1718 magick/fx.c                ClampToQuantum(pixel.blue),&hue,&saturation,&lightness);
pixel            1726 magick/fx.c              luma=0.212656*pixel.red+0.715158*pixel.green+0.072186*pixel.blue;
pixel            1734 magick/fx.c              luminance=0.212656*pixel.red+0.715158*pixel.green+0.072186*pixel.blue;
pixel            1749 magick/fx.c            return(QuantumScale*pixel.blue);
pixel            1763 magick/fx.c            return(QuantumScale*pixel.opacity);
pixel            1787 magick/fx.c            return(QuantumScale*pixel.red);
pixel            1800 magick/fx.c              ConvertRGBToHSL(ClampToQuantum(pixel.red),ClampToQuantum(pixel.green),
pixel            1801 magick/fx.c                ClampToQuantum(pixel.blue),&hue,&saturation,&lightness);
pixel            1828 magick/fx.c            return(QuantumScale*pixel.green);
pixel            3309 magick/fx.c          pixel;
pixel            3337 magick/fx.c        pixel=zero;
pixel            3359 magick/fx.c                center.x),(double) (factor*delta.y/scale.y+center.y),&pixel,
pixel            3361 magick/fx.c              SetPixelPacket(implode_image,&pixel,q,implode_indexes+x);
pixel            3651 magick/fx.c      plasma=ClampToQuantum(pixel+noise*GetPseudoRandomValue(random_info)-
pixel            4452 magick/fx.c          pixel;
pixel            4473 magick/fx.c        pixel=zero;
pixel            4476 magick/fx.c          pixel.red=(MagickRealType) (QuantumRange*
pixel            4478 magick/fx.c          pixel.green=pixel.red;
pixel            4479 magick/fx.c          pixel.blue=pixel.red;
pixel            4481 magick/fx.c            pixel.index=pixel.red;
pixel            4482 magick/fx.c          SetPixelPacket(random_image,&pixel,q,indexes+x);
pixel            4724 magick/fx.c        pixel;
pixel            4781 magick/fx.c            (void) GetOneCacheViewVirtualPixel(watermark_view,x,y,&pixel,exception);
pixel            4794 magick/fx.c                  image,&pixel)),i));
pixel            4800 magick/fx.c                  image,&pixel)),i));
pixel            4806 magick/fx.c                  image,&pixel)),i));
pixel            5093 magick/fx.c          pixel;
pixel            5121 magick/fx.c        pixel=zero;
pixel            5145 magick/fx.c                center.y),&pixel,exception);
pixel            5146 magick/fx.c              SetPixelPacket(swirl_image,&pixel,q,swirl_indexes+x);
pixel            5226 magick/fx.c        pixel;
pixel            5261 magick/fx.c      pixel.red=geometry_info.rho;
pixel            5263 magick/fx.c        pixel.green=geometry_info.sigma;
pixel            5265 magick/fx.c        pixel.green=pixel.red;
pixel            5267 magick/fx.c        pixel.blue=geometry_info.xi;
pixel            5269 magick/fx.c        pixel.blue=pixel.red;
pixel            5271 magick/fx.c        pixel.opacity=geometry_info.psi;
pixel            5273 magick/fx.c        pixel.opacity=(MagickRealType) OpaqueOpacity;
pixel            5274 magick/fx.c      color_vector.red=(MagickRealType) (pixel.red*tint.red/100.0-
pixel            5276 magick/fx.c      color_vector.green=(MagickRealType) (pixel.green*tint.green/100.0-
pixel            5278 magick/fx.c      color_vector.blue=(MagickRealType) (pixel.blue*tint.blue/100.0-
pixel            5315 magick/fx.c            pixel;
pixel            5321 magick/fx.c          pixel.red=(MagickRealType) GetPixelRed(p)+color_vector.red*(1.0-(4.0*
pixel            5323 magick/fx.c          SetPixelRed(q,ClampToQuantum(pixel.red));
pixel            5325 magick/fx.c          pixel.green=(MagickRealType) GetPixelGreen(p)+color_vector.green*(1.0-
pixel            5327 magick/fx.c          SetPixelGreen(q,ClampToQuantum(pixel.green));
pixel            5329 magick/fx.c          pixel.blue=(MagickRealType) GetPixelBlue(p)+color_vector.blue*(1.0-(4.0*
pixel            5331 magick/fx.c          SetPixelBlue(q,ClampToQuantum(pixel.blue));
pixel            5566 magick/fx.c          pixel;
pixel            5587 magick/fx.c        pixel=zero;
pixel            5591 magick/fx.c            UndefinedInterpolatePixel,(double) x,(double) (y-sine_map[x]),&pixel,
pixel            5593 magick/fx.c          SetPixelPacket(wave_image,&pixel,q,indexes+x);
pixel            1526 magick/gem.c         noise=(double) (pixel+QuantumRange*SigmaUniform*(alpha-0.5));
pixel            1541 magick/gem.c         noise=(double) (pixel+sqrt((double) pixel)*SigmaGaussian*sigma+
pixel            1553 magick/gem.c             noise=(double) pixel;
pixel            1561 magick/gem.c               noise=(double) (pixel-QuantumRange);
pixel            1563 magick/gem.c               noise=(double) (pixel+QuantumRange*SigmaLaplacian*log(2.0*alpha)+
pixel            1569 magick/gem.c           noise=(double) (pixel+QuantumRange);
pixel            1571 magick/gem.c           noise=(double) (pixel-QuantumRange*SigmaLaplacian*log(2.0*beta)+0.5);
pixel            1580 magick/gem.c         noise=(double) (pixel+pixel*SigmaMultiplicativeGaussian*sigma*
pixel            1592 magick/gem.c         poisson=exp(-SigmaPoisson*QuantumScale*pixel);
pixel             166 magick/histogram.c     ((ScaleQuantumToChar(ClampToQuantum(pixel->red)) >> index) & 0x01) |
pixel             167 magick/histogram.c     ((ScaleQuantumToChar(ClampToQuantum(pixel->green)) >> index) & 0x01) << 1 |
pixel             168 magick/histogram.c     ((ScaleQuantumToChar(ClampToQuantum(pixel->blue)) >> index) & 0x01) << 2);
pixel             170 magick/histogram.c     id|=((ScaleQuantumToChar(ClampToQuantum(pixel->opacity)) >> index) &
pixel             190 magick/histogram.c     pixel,
pixel             228 magick/histogram.c   GetMagickPixelPacket(image,&pixel);
pixel             246 magick/histogram.c         SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             247 magick/histogram.c         id=ColorToNodeId(image,&pixel,index);
pixel             264 magick/histogram.c         SetMagickPixelPacket(image,&node_info->list[i].pixel,
pixel             266 magick/histogram.c         if (IsMagickColorEqual(&pixel,&target) != MagickFalse)
pixel             286 magick/histogram.c           node_info->list[i].pixel=(*p);
pixel             359 magick/histogram.c         (*histogram)->pixel=p->pixel;
pixel             650 magick/histogram.c     pixel,
pixel             694 magick/histogram.c   GetMagickPixelPacket(image,&pixel);
pixel             712 magick/histogram.c         SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             713 magick/histogram.c         id=ColorToNodeId(image,&pixel,index);
pixel             732 magick/histogram.c         SetMagickPixelPacket(image,&node_info->list[i].pixel,
pixel             734 magick/histogram.c         if (IsMagickColorEqual(&pixel,&target) != MagickFalse)
pixel             757 magick/histogram.c           node_info->list[i].pixel=(*p);
pixel             813 magick/histogram.c     pixel,
pixel             857 magick/histogram.c   GetMagickPixelPacket(image,&pixel);
pixel             875 magick/histogram.c         SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             876 magick/histogram.c         id=ColorToNodeId(image,&pixel,index);
pixel             895 magick/histogram.c         SetMagickPixelPacket(image,&node_info->list[i].pixel,
pixel             897 magick/histogram.c         if (IsMagickColorEqual(&pixel,&target) != MagickFalse)
pixel             920 magick/histogram.c           node_info->list[i].pixel=(*p);
pixel            1104 magick/histogram.c   if (color_2->pixel.red != color_1->pixel.red)
pixel            1105 magick/histogram.c     return((int) color_1->pixel.red-(int) color_2->pixel.red);
pixel            1106 magick/histogram.c   if (color_2->pixel.green != color_1->pixel.green)
pixel            1107 magick/histogram.c     return((int) color_1->pixel.green-(int) color_2->pixel.green);
pixel            1108 magick/histogram.c   if (color_2->pixel.blue != color_1->pixel.blue)
pixel            1109 magick/histogram.c     return((int) color_1->pixel.blue-(int) color_2->pixel.blue);
pixel            1134 magick/histogram.c     pixel;
pixel            1162 magick/histogram.c   GetMagickPixelPacket(image,&pixel);
pixel            1167 magick/histogram.c     SetMagickPixelPacket(image,&p->pixel,&p->index,&pixel);
pixel            1169 magick/histogram.c     ConcatenateColorComponent(&pixel,RedChannel,X11Compliance,tuple);
pixel            1171 magick/histogram.c     ConcatenateColorComponent(&pixel,GreenChannel,X11Compliance,tuple);
pixel            1173 magick/histogram.c     ConcatenateColorComponent(&pixel,BlueChannel,X11Compliance,tuple);
pixel            1174 magick/histogram.c     if (pixel.colorspace == CMYKColorspace)
pixel            1177 magick/histogram.c         ConcatenateColorComponent(&pixel,IndexChannel,X11Compliance,tuple);
pixel            1179 magick/histogram.c     if (pixel.matte != MagickFalse)
pixel            1182 magick/histogram.c         ConcatenateColorComponent(&pixel,OpacityChannel,X11Compliance,tuple);
pixel            1185 magick/histogram.c     (void) QueryMagickColorname(image,&pixel,SVGCompliance,color,exception);
pixel            1186 magick/histogram.c     GetColorTuple(&pixel,MagickTrue,hex);
pixel            1276 magick/histogram.c         *q=p->pixel;
pixel              28 magick/histogram.h     pixel;
pixel             633 magick/identify.c                 pixel;
pixel             635 magick/identify.c               GetMagickPixelPacket(image,&pixel);
pixel             636 magick/identify.c               SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             637 magick/identify.c               (void) QueryMagickColorname(image,&pixel,SVGCompliance,tuple,
pixel             640 magick/identify.c               GetColorTuple(&pixel,MagickTrue,tuple);
pixel             671 magick/identify.c             pixel;
pixel             676 magick/identify.c           GetMagickPixelPacket(image,&pixel);
pixel             680 magick/identify.c             SetMagickPixelPacket(image,p,(IndexPacket *) NULL,&pixel);
pixel             682 magick/identify.c             ConcatenateColorComponent(&pixel,RedChannel,X11Compliance,tuple);
pixel             684 magick/identify.c             ConcatenateColorComponent(&pixel,GreenChannel,X11Compliance,tuple);
pixel             686 magick/identify.c             ConcatenateColorComponent(&pixel,BlueChannel,X11Compliance,tuple);
pixel             687 magick/identify.c             if (pixel.colorspace == CMYKColorspace)
pixel             690 magick/identify.c                 ConcatenateColorComponent(&pixel,IndexChannel,X11Compliance,
pixel             693 magick/identify.c             if (pixel.matte != MagickFalse)
pixel             696 magick/identify.c                 ConcatenateColorComponent(&pixel,AlphaChannel,X11Compliance,
pixel             700 magick/identify.c             (void) QueryMagickColorname(image,&pixel,SVGCompliance,color,
pixel             702 magick/identify.c             GetColorTuple(&pixel,MagickTrue,hex);
pixel            1706 magick/image.c       pixel;
pixel            1726 magick/image.c     pixel=zero;
pixel            1729 magick/image.c       SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel            1730 magick/image.c       if ((pixel.red < 0.0) || (pixel.red > QuantumRange) ||
pixel            1731 magick/image.c           (pixel.red != (QuantumAny) pixel.red))
pixel            1733 magick/image.c       if ((pixel.green < 0.0) || (pixel.green > QuantumRange) ||
pixel            1734 magick/image.c           (pixel.green != (QuantumAny) pixel.green))
pixel            1736 magick/image.c       if ((pixel.blue < 0.0) || (pixel.blue > QuantumRange) ||
pixel            1737 magick/image.c           (pixel.blue != (QuantumAny) pixel.blue))
pixel            1739 magick/image.c       if (pixel.matte != MagickFalse)
pixel            1741 magick/image.c           if ((pixel.opacity < 0.0) || (pixel.opacity > QuantumRange) ||
pixel            1742 magick/image.c               (pixel.opacity != (QuantumAny) pixel.opacity))
pixel            1745 magick/image.c       if (pixel.colorspace == CMYKColorspace)
pixel            1747 magick/image.c           if ((pixel.index < 0.0) || (pixel.index > QuantumRange) ||
pixel            1748 magick/image.c               (pixel.index != (QuantumAny) pixel.index))
pixel            2144 magick/image.c     pixel;
pixel            2167 magick/image.c   SetPixelPacket(image,&background,&pixel,&index);
pixel            2191 magick/image.c       *q++=pixel;
pixel             145 magick/paint.c     pixel;
pixel             213 magick/paint.c   GetMagickPixelPacket(image,&pixel);
pixel             253 magick/paint.c       SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             254 magick/paint.c       if (IsMagickColorSimilar(&pixel,target) == invert)
pixel             288 magick/paint.c                 SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             289 magick/paint.c                 if (IsMagickColorSimilar(&pixel,target) == invert)
pixel             317 magick/paint.c             SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel             318 magick/paint.c             if (IsMagickColorSimilar(&pixel,target) != invert)
pixel             835 magick/paint.c       pixel;
pixel             855 magick/paint.c     pixel=zero;
pixel             858 magick/paint.c       SetMagickPixelPacket(image,q,indexes+x,&pixel);
pixel             859 magick/paint.c       if (IsMagickColorSimilar(&pixel,target) != invert)
pixel             980 magick/paint.c       pixel;
pixel            1000 magick/paint.c     pixel=zero;
pixel            1003 magick/paint.c       SetMagickPixelPacket(image,q,indexes+x,&pixel);
pixel            1004 magick/paint.c       if (IsMagickColorSimilar(&pixel,target) != invert)
pixel            1116 magick/paint.c       pixel;
pixel            1136 magick/paint.c     GetMagickPixelPacket(image,&pixel);
pixel            1139 magick/paint.c       SetMagickPixelPacket(image,q,indexes+x,&pixel);
pixel            1140 magick/paint.c       match=((pixel.red >= low->red) && (pixel.red <= high->red) &&
pixel            1141 magick/paint.c         (pixel.green >= low->green) && (pixel.green <= high->green) &&
pixel            1142 magick/paint.c         (pixel.blue  >= low->blue) && (pixel.blue <= high->blue)) ?
pixel              29 magick/pixel-accessor.h #define ClampPixelRed(pixel) ClampToQuantum((pixel)->red)
pixel              30 magick/pixel-accessor.h #define ClampPixelGreen(pixel) ClampToQuantum((pixel)->green)
pixel              31 magick/pixel-accessor.h #define ClampPixelBlue(pixel) ClampToQuantum((pixel)->blue)
pixel              33 magick/pixel-accessor.h #define ClampPixelOpacity(pixel) ClampToQuantum((pixel)->opacity)
pixel              34 magick/pixel-accessor.h #define GetPixela(pixel) ((pixel)->green)
pixel              35 magick/pixel-accessor.h #define GetPixelb(pixel) ((pixel)->blue)
pixel              36 magick/pixel-accessor.h #define GetPixelAlpha(pixel) (QuantumRange-(pixel)->opacity)
pixel              38 magick/pixel-accessor.h #define GetPixelBlue(pixel) ((pixel)->blue)
pixel              39 magick/pixel-accessor.h #define GetPixelCb(pixel) ((pixel)->green)
pixel              40 magick/pixel-accessor.h #define GetPixelCr(pixel) ((pixel)->blue)
pixel              41 magick/pixel-accessor.h #define GetPixelCyan(pixel) ((pixel)->red)
pixel              42 magick/pixel-accessor.h #define GetPixelGray(pixel) ((pixel)->red)
pixel              43 magick/pixel-accessor.h #define GetPixelGreen(pixel) ((pixel)->green)
pixel              45 magick/pixel-accessor.h #define GetPixelL(pixel) ((pixel)->red)
pixel              46 magick/pixel-accessor.h #define GetPixelMagenta(pixel) ((pixel)->green)
pixel              47 magick/pixel-accessor.h #define GetPixelNext(pixel)  ((pixel)+1)
pixel              48 magick/pixel-accessor.h #define GetPixelOpacity(pixel) ((pixel)->opacity)
pixel              49 magick/pixel-accessor.h #define GetPixelRed(pixel) ((pixel)->red)
pixel              52 magick/pixel-accessor.h   (packet)->red=GetPixelRed((pixel)); \
pixel              53 magick/pixel-accessor.h   (packet)->green=GetPixelGreen((pixel)); \
pixel              54 magick/pixel-accessor.h   (packet)->blue=GetPixelBlue((pixel)); \
pixel              58 magick/pixel-accessor.h   (packet)->red=GetPixelRed((pixel)); \
pixel              59 magick/pixel-accessor.h   (packet)->green=GetPixelGreen((pixel)); \
pixel              60 magick/pixel-accessor.h   (packet)->blue=GetPixelBlue((pixel)); \
pixel              61 magick/pixel-accessor.h   (packet)->opacity=GetPixelOpacity((pixel)); \
pixel              63 magick/pixel-accessor.h #define GetPixelY(pixel) ((pixel)->red)
pixel              64 magick/pixel-accessor.h #define GetPixelYellow(pixel) ((pixel)->blue)
pixel              65 magick/pixel-accessor.h #define SetPixela(pixel,value) ((pixel)->green=(Quantum) (value))
pixel              67 magick/pixel-accessor.h   ((pixel)->opacity=(Quantum) (QuantumRange-(value)))
pixel              68 magick/pixel-accessor.h #define SetPixelb(pixel,value) ((pixel)->blue=(Quantum) (value))
pixel              70 magick/pixel-accessor.h #define SetPixelBlue(pixel,value) ((pixel)->blue=(Quantum) (value))
pixel              71 magick/pixel-accessor.h #define SetPixelCb(pixel,value) ((pixel)->green=(Quantum) (value))
pixel              72 magick/pixel-accessor.h #define SetPixelCr(pixel,value) ((pixel)->blue=(Quantum) (value))
pixel              73 magick/pixel-accessor.h #define SetPixelCyan(pixel,value) ((pixel)->red=(Quantum) (value))
pixel              75 magick/pixel-accessor.h   ((pixel)->red=(pixel)->green=(pixel)->blue=(Quantum) (value))
pixel              76 magick/pixel-accessor.h #define SetPixelGreen(pixel,value) ((pixel)->green=(Quantum) (value))
pixel              78 magick/pixel-accessor.h #define SetPixelL(pixel,value) ((pixel)->red=(Quantum) (value))
pixel              79 magick/pixel-accessor.h #define SetPixelMagenta(pixel,value) ((pixel)->green=(Quantum) (value))
pixel              81 magick/pixel-accessor.h   ((pixel)->opacity=(Quantum) (value))
pixel              82 magick/pixel-accessor.h #define SetPixelRed(pixel,value) ((pixel)->red=(Quantum) (value))
pixel              85 magick/pixel-accessor.h   SetPixelRed(pixel,(packet)->red); \
pixel              86 magick/pixel-accessor.h   SetPixelGreen(pixel,(packet)->green); \
pixel              87 magick/pixel-accessor.h   SetPixelBlue(pixel,(packet)->blue); \
pixel              91 magick/pixel-accessor.h   SetPixelRed(pixel,(packet)->red); \
pixel              92 magick/pixel-accessor.h   SetPixelGreen(pixel,(packet)->green); \
pixel              93 magick/pixel-accessor.h   SetPixelBlue(pixel,(packet)->blue); \
pixel              94 magick/pixel-accessor.h   SetPixelAlpha(pixel,(QuantumRange-(packet)->opacity)); \
pixel              98 magick/pixel-accessor.h   SetPixelRed(pixel,(packet)->red); \
pixel              99 magick/pixel-accessor.h   SetPixelGreen(pixel,(packet)->green); \
pixel             100 magick/pixel-accessor.h   SetPixelBlue(pixel,(packet)->blue); \
pixel             101 magick/pixel-accessor.h   SetPixelOpacity(pixel,(packet)->opacity); \
pixel             103 magick/pixel-accessor.h #define SetPixelYellow(pixel,value) ((pixel)->blue=(Quantum) (value))
pixel             104 magick/pixel-accessor.h #define SetPixelY(pixel,value) ((pixel)->red=(Quantum) (value))
pixel             112 magick/pixel-accessor.h   const PixelPacket *restrict pixel)
pixel             115 magick/pixel-accessor.h     return((MagickRealType) pixel->red);
pixel             116 magick/pixel-accessor.h   return(0.212656f*pixel->red+0.715158f*pixel->green+0.072186f*pixel->blue);
pixel             120 magick/pixel-accessor.h   const PixelPacket *restrict pixel)
pixel             128 magick/pixel-accessor.h     return((MagickRealType) pixel->red);
pixel             130 magick/pixel-accessor.h     return(0.212656f*pixel->red+0.715158f*pixel->green+0.072186f*pixel->blue);
pixel             131 magick/pixel-accessor.h   red=DecodePixelGamma((MagickRealType) pixel->red);
pixel             132 magick/pixel-accessor.h   green=DecodePixelGamma((MagickRealType) pixel->green);
pixel             133 magick/pixel-accessor.h   blue=DecodePixelGamma((MagickRealType) pixel->blue);
pixel             137 magick/pixel-accessor.h static inline MagickBooleanType IsPixelGray(const PixelPacket *pixel)
pixel             144 magick/pixel-accessor.h   red=(MagickRealType) pixel->red;
pixel             145 magick/pixel-accessor.h   green=(MagickRealType) pixel->green;
pixel             146 magick/pixel-accessor.h   blue=(MagickRealType) pixel->blue;
pixel             153 magick/pixel-accessor.h static inline Quantum PixelPacketIntensity(const PixelPacket *pixel)
pixel             158 magick/pixel-accessor.h   if ((pixel->red  == pixel->green) && (pixel->green == pixel->blue))
pixel             159 magick/pixel-accessor.h     return(pixel->red);
pixel             160 magick/pixel-accessor.h   intensity=0.212656*pixel->red+0.715158*pixel->green+0.072186*pixel->blue;
pixel              32 magick/pixel-private.h static inline MagickBooleanType IsGrayPixel(const PixelPacket *pixel)
pixel              35 magick/pixel-private.h   if ((GetPixelRed(pixel) == GetPixelGreen(pixel)) && 
pixel              36 magick/pixel-private.h       (GetPixelGreen(pixel) == GetPixelBlue(pixel)))
pixel              44 magick/pixel-private.h     alpha=GetPixelRed(pixel)-(double) GetPixelGreen(pixel);
pixel              45 magick/pixel-private.h     beta=GetPixelGreen(pixel)-(double) GetPixelBlue(pixel);
pixel              53 magick/pixel-private.h static inline MagickBooleanType IsMonochromePixel(const PixelPacket *pixel)
pixel              56 magick/pixel-private.h   if (((GetPixelRed(pixel) == 0) ||
pixel              57 magick/pixel-private.h        (GetPixelRed(pixel) == QuantumRange)) &&
pixel              58 magick/pixel-private.h       (GetPixelRed(pixel) == GetPixelGreen(pixel)) &&
pixel              59 magick/pixel-private.h       (GetPixelGreen(pixel) == GetPixelBlue(pixel)))
pixel              67 magick/pixel-private.h     alpha=GetPixelRed(pixel)-(double) GetPixelGreen(pixel);
pixel              68 magick/pixel-private.h     beta=GetPixelGreen(pixel)-(double) GetPixelBlue(pixel);
pixel              69 magick/pixel-private.h     if (((fabs((double) GetPixelRed(pixel)) <= MagickEpsilon) ||
pixel              70 magick/pixel-private.h          (fabs((double) GetPixelRed(pixel)-QuantumRange) <= MagickEpsilon)) &&
pixel              93 magick/pixel-private.h   const PixelPacket *color,const IndexPacket *index,MagickPixelPacket *pixel)
pixel              95 magick/pixel-private.h   pixel->red=(MagickRealType) GetPixelRed(color);
pixel              96 magick/pixel-private.h   pixel->green=(MagickRealType) GetPixelGreen(color);
pixel              97 magick/pixel-private.h   pixel->blue=(MagickRealType) GetPixelBlue(color);
pixel              98 magick/pixel-private.h   pixel->opacity=(MagickRealType) GetPixelOpacity(color);
pixel             101 magick/pixel-private.h     pixel->index=(MagickRealType) GetPixelIndex(index);
pixel             105 magick/pixel-private.h   MagickPixelPacket *pixel)
pixel             110 magick/pixel-private.h   pixel->red=image->bias;
pixel             111 magick/pixel-private.h   pixel->green=image->bias;
pixel             112 magick/pixel-private.h   pixel->blue=image->bias;
pixel             113 magick/pixel-private.h   pixel->opacity=image->bias;
pixel             114 magick/pixel-private.h   pixel->index=image->bias;
pixel             118 magick/pixel-private.h   const MagickPixelPacket *pixel,PixelPacket *color,IndexPacket *index)
pixel             120 magick/pixel-private.h   SetPixelRed(color,ClampToQuantum(pixel->red));
pixel             121 magick/pixel-private.h   SetPixelGreen(color,ClampToQuantum(pixel->green));
pixel             122 magick/pixel-private.h   SetPixelBlue(color,ClampToQuantum(pixel->blue));
pixel             123 magick/pixel-private.h   SetPixelOpacity(color,ClampToQuantum(pixel->opacity));
pixel             126 magick/pixel-private.h     SetPixelIndex(index,ClampToQuantum(pixel->index));
pixel             102 magick/pixel.c   *clone_pixel=(*pixel);
pixel             189 magick/pixel.c   if (pixel <= (0.0404482362771076*QuantumRange))
pixel             190 magick/pixel.c     return(pixel/12.92f);
pixel             192 magick/pixel.c     pixel+0.055)/1.055)));
pixel             285 magick/pixel.c   if (pixel <= (0.0031306684425005883*QuantumRange))
pixel             286 magick/pixel.c     return(12.92f*pixel);
pixel             288 magick/pixel.c     pixel)-0.055));
pixel            2033 magick/pixel.c   pixel->storage_class=DirectClass;
pixel            2034 magick/pixel.c   pixel->colorspace=sRGBColorspace;
pixel            2035 magick/pixel.c   pixel->matte=MagickFalse;
pixel            2036 magick/pixel.c   pixel->fuzz=0.0;
pixel            2037 magick/pixel.c   pixel->depth=MAGICKCORE_QUANTUM_DEPTH;
pixel            2038 magick/pixel.c   pixel->red=0.0;
pixel            2039 magick/pixel.c   pixel->green=0.0;
pixel            2040 magick/pixel.c   pixel->blue=0.0;
pixel            2041 magick/pixel.c   pixel->opacity=(MagickRealType) OpaqueOpacity;
pixel            2042 magick/pixel.c   pixel->index=0.0;
pixel            2045 magick/pixel.c   pixel->storage_class=image->storage_class;
pixel            2046 magick/pixel.c   pixel->colorspace=image->colorspace;
pixel            2047 magick/pixel.c   pixel->matte=image->matte;
pixel            2048 magick/pixel.c   pixel->depth=image->depth;
pixel            2049 magick/pixel.c   pixel->fuzz=image->fuzz;
pixel            2116 magick/pixel.c     return((MagickRealType) pixel->red);
pixel            2117 magick/pixel.c   red=(MagickRealType) pixel->red;
pixel            2118 magick/pixel.c   green=(MagickRealType) pixel->green;
pixel            2119 magick/pixel.c   blue=(MagickRealType) pixel->blue;
pixel            4164 magick/pixel.c       pixel->red=(MagickRealType) GetPixelRed(color);
pixel            4165 magick/pixel.c       pixel->green=(MagickRealType) GetPixelGreen(color);
pixel            4166 magick/pixel.c       pixel->blue=(MagickRealType) GetPixelBlue(color);
pixel            4167 magick/pixel.c       pixel->opacity=(MagickRealType) GetPixelOpacity(color);
pixel            4168 magick/pixel.c       pixel->index=0.0;
pixel            4172 magick/pixel.c         pixel->index=(MagickRealType) GetPixelIndex(indexes);
pixel            4176 magick/pixel.c   pixel->red=(*alpha*GetPixelRed(color));
pixel            4177 magick/pixel.c   pixel->green=(*alpha*GetPixelGreen(color));
pixel            4178 magick/pixel.c   pixel->blue=(*alpha*GetPixelBlue(color));
pixel            4179 magick/pixel.c   pixel->opacity=(MagickRealType) GetPixelOpacity(color);
pixel            4180 magick/pixel.c   pixel->index=0.0;
pixel            4184 magick/pixel.c     pixel->index=(*alpha*GetPixelIndex(indexes));
pixel            4317 magick/pixel.c       pixel->red=0.0;
pixel            4318 magick/pixel.c       pixel->green=0.0;
pixel            4319 magick/pixel.c       pixel->blue=0.0;
pixel            4320 magick/pixel.c       pixel->opacity=0.0;
pixel            4321 magick/pixel.c       pixel->index=0.0;
pixel            4327 magick/pixel.c         pixel->red+=gamma*pixels[0].red;
pixel            4328 magick/pixel.c         pixel->green+=gamma*pixels[0].green;
pixel            4329 magick/pixel.c         pixel->blue+=gamma*pixels[0].blue;
pixel            4330 magick/pixel.c         pixel->index+=gamma*pixels[0].index;
pixel            4331 magick/pixel.c         pixel->opacity+=pixels[0].opacity;
pixel            4334 magick/pixel.c       pixel->red*=gamma;
pixel            4335 magick/pixel.c       pixel->green*=gamma;
pixel            4336 magick/pixel.c       pixel->blue*=gamma;
pixel            4337 magick/pixel.c       pixel->index*=gamma;
pixel            4338 magick/pixel.c       pixel->opacity*=gamma;
pixel            4347 magick/pixel.c       SetMagickPixelPacket(image,&image->background_color,&index,pixel);
pixel            4373 magick/pixel.c       pixel->red=gamma*(epsilon.y*(epsilon.x*pixels[0].red+delta.x*
pixel            4375 magick/pixel.c       pixel->green=gamma*(epsilon.y*(epsilon.x*pixels[0].green+delta.x*
pixel            4378 magick/pixel.c       pixel->blue=gamma*(epsilon.y*(epsilon.x*pixels[0].blue+delta.x*
pixel            4382 magick/pixel.c         pixel->index=gamma*(epsilon.y*(epsilon.x*pixels[0].index+delta.x*
pixel            4387 magick/pixel.c       pixel->opacity=(epsilon.y*(epsilon.x*pixels[0].opacity+delta.x*
pixel            4441 magick/pixel.c       pixel->red=alpha[0]*pixels[0].red;
pixel            4442 magick/pixel.c       pixel->green=alpha[0]*pixels[0].green;  /* divide by sum of alpha */
pixel            4443 magick/pixel.c       pixel->blue=alpha[0]*pixels[0].blue;
pixel            4444 magick/pixel.c       pixel->index=alpha[0]*pixels[0].index;
pixel            4445 magick/pixel.c       pixel->opacity=gamma*pixels[0].opacity; /* divide by number pixels */
pixel            4467 magick/pixel.c       pixel->red=(cy[0]*(cx[0]*pixels[0].red+cx[1]*pixels[1].red+cx[2]*
pixel            4473 magick/pixel.c       pixel->green=(cy[0]*(cx[0]*pixels[0].green+cx[1]*pixels[1].green+cx[2]*
pixel            4479 magick/pixel.c       pixel->blue=(cy[0]*(cx[0]*pixels[0].blue+cx[1]*pixels[1].blue+cx[2]*
pixel            4485 magick/pixel.c       pixel->opacity=(cy[0]*(cx[0]*pixels[0].opacity+cx[1]*pixels[1].opacity+
pixel            4531 magick/pixel.c           SetMagickPixelPacket(image,p,indexes,pixel);
pixel            4546 magick/pixel.c       SetMagickPixelPacket(image,p,indexes,pixel);
pixel            4582 magick/pixel.c               pixel->red=gamma*MeshInterpolate(&delta,pixels[2].red,
pixel            4584 magick/pixel.c               pixel->green=gamma*MeshInterpolate(&delta,pixels[2].green,
pixel            4586 magick/pixel.c               pixel->blue=gamma*MeshInterpolate(&delta,pixels[2].blue,
pixel            4589 magick/pixel.c                 pixel->index=gamma*MeshInterpolate(&delta,pixels[2].index,
pixel            4592 magick/pixel.c               pixel->opacity=gamma*MeshInterpolate(&delta,pixels[2].opacity,
pixel            4603 magick/pixel.c               pixel->red=gamma*MeshInterpolate(&delta,pixels[1].red,
pixel            4605 magick/pixel.c               pixel->green=gamma*MeshInterpolate(&delta,pixels[1].green,
pixel            4607 magick/pixel.c               pixel->blue=gamma*MeshInterpolate(&delta,pixels[1].blue,
pixel            4610 magick/pixel.c                 pixel->index=gamma*MeshInterpolate(&delta,pixels[1].index,
pixel            4613 magick/pixel.c               pixel->opacity=gamma*MeshInterpolate(&delta,pixels[1].opacity,
pixel            4629 magick/pixel.c               pixel->red=gamma*MeshInterpolate(&delta,pixels[0].red,
pixel            4631 magick/pixel.c               pixel->green=gamma*MeshInterpolate(&delta,pixels[0].green,
pixel            4633 magick/pixel.c               pixel->blue=gamma*MeshInterpolate(&delta,pixels[0].blue,
pixel            4636 magick/pixel.c                 pixel->index=gamma*MeshInterpolate(&delta,pixels[0].index,
pixel            4639 magick/pixel.c               pixel->opacity=gamma*MeshInterpolate(&delta,pixels[0].opacity,
pixel            4651 magick/pixel.c               pixel->red=gamma*MeshInterpolate(&delta,pixels[3].red,
pixel            4653 magick/pixel.c               pixel->green=gamma*MeshInterpolate(&delta,pixels[3].green,
pixel            4655 magick/pixel.c               pixel->blue=gamma*MeshInterpolate(&delta,pixels[3].blue,
pixel            4658 magick/pixel.c                 pixel->index=gamma*MeshInterpolate(&delta,pixels[3].index,
pixel            4661 magick/pixel.c               pixel->opacity=gamma*MeshInterpolate(&delta,pixels[3].opacity,
pixel            4677 magick/pixel.c       SetMagickPixelPacket(image,p,indexes,pixel);
pixel            4698 magick/pixel.c       pixel->red=(cy[0]*(cx[0]*pixels[0].red+cx[1]*pixels[1].red+cx[2]*
pixel            4704 magick/pixel.c       pixel->green=(cy[0]*(cx[0]*pixels[0].green+cx[1]*pixels[1].green+cx[2]*
pixel            4710 magick/pixel.c       pixel->blue=(cy[0]*(cx[0]*pixels[0].blue+cx[1]*pixels[1].blue+cx[2]*
pixel            4716 magick/pixel.c       pixel->opacity=(cy[0]*(cx[0]*pixels[0].opacity+cx[1]*pixels[1].opacity+
pixel            2085 magick/property.c             pixel;
pixel            2087 magick/property.c           GetMagickPixelPacket(image,&pixel);
pixel            2091 magick/property.c           pixel.red=(MagickRealType) QuantumRange*alpha;
pixel            2094 magick/property.c           pixel.green=(MagickRealType) QuantumRange*alpha;
pixel            2097 magick/property.c           pixel.blue=(MagickRealType) QuantumRange*alpha;
pixel            2100 magick/property.c           pixel.opacity=(MagickRealType) QuantumRange*(1.0-alpha);
pixel            2105 magick/property.c               pixel.index=(MagickRealType) QuantumRange*alpha;
pixel            2113 magick/property.c               (void) QueryMagickColorname(image,&pixel,SVGCompliance,name,
pixel             441 magick/quantize.c       (pixel->opacity == OpaqueOpacity))
pixel             443 magick/quantize.c       alpha_pixel->red=(MagickRealType) GetPixelRed(pixel);
pixel             444 magick/quantize.c       alpha_pixel->green=(MagickRealType) GetPixelGreen(pixel);
pixel             445 magick/quantize.c       alpha_pixel->blue=(MagickRealType) GetPixelBlue(pixel);
pixel             446 magick/quantize.c       alpha_pixel->opacity=(MagickRealType) GetPixelOpacity(pixel);
pixel             449 magick/quantize.c   alpha=(MagickRealType) (QuantumScale*(QuantumRange-GetPixelOpacity(pixel)));
pixel             450 magick/quantize.c   alpha_pixel->red=alpha*GetPixelRed(pixel);
pixel             451 magick/quantize.c   alpha_pixel->green=alpha*GetPixelGreen(pixel);
pixel             452 magick/quantize.c   alpha_pixel->blue=alpha*GetPixelBlue(pixel);
pixel             453 magick/quantize.c   alpha_pixel->opacity=(MagickRealType) GetPixelOpacity(pixel);
pixel             475 magick/quantize.c   id=(size_t) (((ScaleQuantumToChar(ClampPixel(GetPixelRed(pixel))) >> index) &
pixel             476 magick/quantize.c     0x01) | ((ScaleQuantumToChar(ClampPixel(GetPixelGreen(pixel))) >> index) &
pixel             477 magick/quantize.c     0x01) << 1 | ((ScaleQuantumToChar(ClampPixel(GetPixelBlue(pixel))) >>
pixel             480 magick/quantize.c     id|=((ScaleQuantumToChar(ClampPixel(GetPixelOpacity(pixel))) >> index) &
pixel             577 magick/quantize.c             pixel;
pixel             595 magick/quantize.c           AssociateAlphaPixel(&cube,q,&pixel);
pixel             599 magick/quantize.c             id=ColorToNodeId(&cube,&pixel,index);
pixel             607 magick/quantize.c           cube.target=pixel;
pixel             774 magick/quantize.c     pixel;
pixel             829 magick/quantize.c       AssociateAlphaPixel(cube_info,p,&pixel);
pixel             837 magick/quantize.c         id=ColorToNodeId(cube_info,&pixel,index);
pixel             859 magick/quantize.c         error.red=QuantumScale*(pixel.red-mid.red);
pixel             860 magick/quantize.c         error.green=QuantumScale*(pixel.green-mid.green);
pixel             861 magick/quantize.c         error.blue=QuantumScale*(pixel.blue-mid.blue);
pixel             863 magick/quantize.c           error.opacity=QuantumScale*(pixel.opacity-mid.opacity);
pixel             874 magick/quantize.c       node_info->total_color.red+=count*QuantumScale*ClampPixel(pixel.red);
pixel             875 magick/quantize.c       node_info->total_color.green+=count*QuantumScale*ClampPixel(pixel.green);
pixel             876 magick/quantize.c       node_info->total_color.blue+=count*QuantumScale*ClampPixel(pixel.blue);
pixel             879 magick/quantize.c           ClampPixel(pixel.opacity);
pixel             919 magick/quantize.c       AssociateAlphaPixel(cube_info,p,&pixel);
pixel             927 magick/quantize.c         id=ColorToNodeId(cube_info,&pixel,index);
pixel             949 magick/quantize.c         error.red=QuantumScale*(pixel.red-mid.red);
pixel             950 magick/quantize.c         error.green=QuantumScale*(pixel.green-mid.green);
pixel             951 magick/quantize.c         error.blue=QuantumScale*(pixel.blue-mid.blue);
pixel             953 magick/quantize.c           error.opacity=QuantumScale*(pixel.opacity-mid.opacity);
pixel             964 magick/quantize.c       node_info->total_color.red+=count*QuantumScale*ClampPixel(pixel.red);
pixel             965 magick/quantize.c       node_info->total_color.green+=count*QuantumScale*ClampPixel(pixel.green);
pixel             966 magick/quantize.c       node_info->total_color.blue+=count*QuantumScale*ClampPixel(pixel.blue);
pixel             969 magick/quantize.c           pixel.opacity);
pixel            1078 magick/quantize.c         pixel;
pixel            1103 magick/quantize.c       pixel=alpha*GetPixelRed(p)-beta*GetPixelRed(q);
pixel            1104 magick/quantize.c       distance=pixel*pixel;
pixel            1107 magick/quantize.c           pixel=alpha*GetPixelGreen(p)-beta*GetPixelGreen(q);
pixel            1108 magick/quantize.c           distance+=pixel*pixel;
pixel            1111 magick/quantize.c               pixel=alpha*GetPixelBlue(p)-beta*GetPixelBlue(q);
pixel            1112 magick/quantize.c               distance+=pixel*pixel;
pixel            1115 magick/quantize.c                   pixel=alpha-beta;
pixel            1116 magick/quantize.c                   distance+=pixel*pixel;
pixel            1430 magick/quantize.c #define RedShift(pixel) (((pixel) >> CacheShift) << (0*(8-CacheShift)))
pixel            1431 magick/quantize.c #define GreenShift(pixel) (((pixel) >> CacheShift) << (1*(8-CacheShift)))
pixel            1432 magick/quantize.c #define BlueShift(pixel) (((pixel) >> CacheShift) << (2*(8-CacheShift)))
pixel            1433 magick/quantize.c #define AlphaShift(pixel) (((pixel) >> CacheShift) << (3*(8-CacheShift)))
pixel            1438 magick/quantize.c   offset=(ssize_t) (RedShift(ScaleQuantumToChar(ClampPixel(pixel->red))) |
pixel            1439 magick/quantize.c     GreenShift(ScaleQuantumToChar(ClampPixel(pixel->green))) |
pixel            1440 magick/quantize.c     BlueShift(ScaleQuantumToChar(ClampPixel(pixel->blue))));
pixel            1442 magick/quantize.c     offset|=AlphaShift(ScaleQuantumToChar(ClampPixel(pixel->opacity)));
pixel            1518 magick/quantize.c         pixel;
pixel            1527 magick/quantize.c       AssociateAlphaPixel(&cube,q+u,&pixel);
pixel            1530 magick/quantize.c           pixel.red+=7*current[u-v].red/16;
pixel            1531 magick/quantize.c           pixel.green+=7*current[u-v].green/16;
pixel            1532 magick/quantize.c           pixel.blue+=7*current[u-v].blue/16;
pixel            1534 magick/quantize.c             pixel.opacity+=7*current[u-v].opacity/16;
pixel            1540 magick/quantize.c               pixel.red+=previous[u+v].red/16;
pixel            1541 magick/quantize.c               pixel.green+=previous[u+v].green/16;
pixel            1542 magick/quantize.c               pixel.blue+=previous[u+v].blue/16;
pixel            1544 magick/quantize.c                 pixel.opacity+=previous[u+v].opacity/16;
pixel            1546 magick/quantize.c           pixel.red+=5*previous[u].red/16;
pixel            1547 magick/quantize.c           pixel.green+=5*previous[u].green/16;
pixel            1548 magick/quantize.c           pixel.blue+=5*previous[u].blue/16;
pixel            1550 magick/quantize.c             pixel.opacity+=5*previous[u].opacity/16;
pixel            1553 magick/quantize.c               pixel.red+=3*previous[u-v].red/16;
pixel            1554 magick/quantize.c               pixel.green+=3*previous[u-v].green/16;
pixel            1555 magick/quantize.c               pixel.blue+=3*previous[u-v].blue/16;
pixel            1557 magick/quantize.c                 pixel.opacity+=3*previous[u-v].opacity/16;
pixel            1560 magick/quantize.c       pixel.red=(MagickRealType) ClampPixel(pixel.red);
pixel            1561 magick/quantize.c       pixel.green=(MagickRealType) ClampPixel(pixel.green);
pixel            1562 magick/quantize.c       pixel.blue=(MagickRealType) ClampPixel(pixel.blue);
pixel            1564 magick/quantize.c         pixel.opacity=(MagickRealType) ClampPixel(pixel.opacity);
pixel            1565 magick/quantize.c       i=CacheOffset(&cube,&pixel);
pixel            1580 magick/quantize.c             id=ColorToNodeId(&cube,&pixel,index);
pixel            1588 magick/quantize.c           cube.target=pixel;
pixel            1612 magick/quantize.c       current[u].red=pixel.red-color.red;
pixel            1613 magick/quantize.c       current[u].green=pixel.green-color.green;
pixel            1614 magick/quantize.c       current[u].blue=pixel.blue-color.blue;
pixel            1616 magick/quantize.c         current[u].opacity=pixel.opacity-color.opacity;
pixel            1739 magick/quantize.c     pixel;
pixel            1771 magick/quantize.c       AssociateAlphaPixel(cube_info,q,&pixel);
pixel            1774 magick/quantize.c         pixel.red+=p->weights[i]*p->error[i].red;
pixel            1775 magick/quantize.c         pixel.green+=p->weights[i]*p->error[i].green;
pixel            1776 magick/quantize.c         pixel.blue+=p->weights[i]*p->error[i].blue;
pixel            1778 magick/quantize.c           pixel.opacity+=p->weights[i]*p->error[i].opacity;
pixel            1780 magick/quantize.c       pixel.red=(MagickRealType) ClampPixel(pixel.red);
pixel            1781 magick/quantize.c       pixel.green=(MagickRealType) ClampPixel(pixel.green);
pixel            1782 magick/quantize.c       pixel.blue=(MagickRealType) ClampPixel(pixel.blue);
pixel            1784 magick/quantize.c         pixel.opacity=(MagickRealType) ClampPixel(pixel.opacity);
pixel            1785 magick/quantize.c       i=CacheOffset(cube_info,&pixel);
pixel            1800 magick/quantize.c             id=ColorToNodeId(cube_info,&pixel,index);
pixel            1808 magick/quantize.c           p->target=pixel;
pixel            1834 magick/quantize.c       p->error[ErrorQueueLength-1].red=pixel.red-color.red;
pixel            1835 magick/quantize.c       p->error[ErrorQueueLength-1].green=pixel.green-color.green;
pixel            1836 magick/quantize.c       p->error[ErrorQueueLength-1].blue=pixel.blue-color.blue;
pixel            1838 magick/quantize.c         p->error[ErrorQueueLength-1].opacity=pixel.opacity-color.opacity;
pixel            2303 magick/quantize.c   QuantumScale*pixel*(levels-1)))/MagickMax((ssize_t) levels-1,1))
pixel             124 magick/quantum-export.c   *p=(double) (pixel*quantum_info->state.inverse_scale+quantum_info->minimum);
pixel             158 magick/quantum-export.c   *p=(float) ((double) pixel*quantum_info->state.inverse_scale+
pixel             195 magick/quantum-export.c     *pixels|=(((pixel >> i) &~ ((~0UL) << quantum_bits)) <<
pixel             222 magick/quantum-export.c     quantum_info->state.pixel|=(((pixel >> (quantum_info->depth-i)) &
pixel             229 magick/quantum-export.c         pixels=PopLongPixel(quantum_info->endian,quantum_info->state.pixel,
pixel             231 magick/quantum-export.c         quantum_info->state.pixel=0U;
pixel             253 magick/quantum-export.c         pixel;
pixel             257 magick/quantum-export.c         pixel=ScaleQuantumToChar((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel             258 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel             267 magick/quantum-export.c         pixel;
pixel             273 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelAlpha(p));
pixel             274 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             282 magick/quantum-export.c         pixel=ScaleQuantumToShort((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel             283 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             292 magick/quantum-export.c         pixel;
pixel             299 magick/quantum-export.c               pixel;
pixel             301 magick/quantum-export.c             pixel=(float) (GetPixelAlpha(p));
pixel             302 magick/quantum-export.c             q=PopFloatPixel(quantum_info,pixel,q);
pixel             310 magick/quantum-export.c         pixel=ScaleQuantumToLong((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel             311 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             324 magick/quantum-export.c               pixel;
pixel             326 magick/quantum-export.c             pixel=(double) (GetPixelAlpha(p));
pixel             327 magick/quantum-export.c             q=PopDoublePixel(quantum_info,pixel,q);
pixel             379 magick/quantum-export.c         pixel;
pixel             386 magick/quantum-export.c             pixel=(unsigned int) (
pixel             390 magick/quantum-export.c             q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             400 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel             401 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             402 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel             403 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             404 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel             405 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             413 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel             414 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             415 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel             416 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             417 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel             418 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             427 magick/quantum-export.c         pixel;
pixel             439 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel             444 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel             449 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel             454 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4),q);
pixel             460 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel             465 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel             470 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel             475 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4),q);
pixel             485 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel             490 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel             495 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel             500 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4),q);
pixel             511 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel             512 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             513 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel             514 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             515 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel             516 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             524 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel             525 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             526 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel             527 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             528 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel             529 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             538 magick/quantum-export.c         pixel;
pixel             544 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelBlue(p));
pixel             545 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             546 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(p));
pixel             547 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             548 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelRed(p));
pixel             549 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             557 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelBlue(p));
pixel             558 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             559 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelGreen(p));
pixel             560 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             561 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelRed(p));
pixel             562 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             571 magick/quantum-export.c         pixel;
pixel             587 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelBlue(p));
pixel             588 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             589 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelGreen(p));
pixel             590 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             591 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelRed(p));
pixel             592 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             647 magick/quantum-export.c         pixel;
pixel             651 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelBlue(p));
pixel             652 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel             653 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelGreen(p));
pixel             654 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel             655 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelRed(p));
pixel             656 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel             657 magick/quantum-export.c         pixel=ScaleQuantumToChar((Quantum) GetPixelAlpha(p));
pixel             658 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel             667 magick/quantum-export.c         pixel;
pixel             683 magick/quantum-export.c           pixel=0;
pixel             699 magick/quantum-export.c                   pixel|=(size_t) (ScaleQuantumToAny((Quantum) quantum,
pixel             705 magick/quantum-export.c                   pixel|=(size_t) (ScaleQuantumToAny((Quantum) quantum,
pixel             711 magick/quantum-export.c                   pixel|=(size_t) (ScaleQuantumToAny((Quantum) quantum,
pixel             713 magick/quantum-export.c                   q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             714 magick/quantum-export.c                   pixel=0;
pixel             729 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel             730 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             731 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel             732 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             733 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel             734 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             735 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny((Quantum) (QuantumRange-
pixel             737 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel             745 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel             746 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             747 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel             748 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             749 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel             750 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             751 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny((Quantum) (QuantumRange-
pixel             753 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel             762 magick/quantum-export.c         pixel;
pixel             768 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelBlue(p));
pixel             769 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             770 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(p));
pixel             771 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             772 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelRed(p));
pixel             773 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             774 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelAlpha(p));
pixel             775 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             783 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelBlue(p));
pixel             784 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             785 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelGreen(p));
pixel             786 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             787 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelRed(p));
pixel             788 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             789 magick/quantum-export.c         pixel=ScaleQuantumToShort((Quantum) GetPixelAlpha(p));
pixel             790 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             799 magick/quantum-export.c         pixel;
pixel             806 magick/quantum-export.c               pixel;
pixel             811 magick/quantum-export.c             pixel=(float) GetPixelAlpha(p);
pixel             812 magick/quantum-export.c             q=PopFloatPixel(quantum_info,pixel,q);
pixel             820 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelBlue(p));
pixel             821 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             822 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelGreen(p));
pixel             823 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             824 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelRed(p));
pixel             825 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             826 magick/quantum-export.c         pixel=ScaleQuantumToLong((Quantum) GetPixelAlpha(p));
pixel             827 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel             838 magick/quantum-export.c             pixel;
pixel             845 magick/quantum-export.c             pixel=(double) GetPixelAlpha(p);
pixel             846 magick/quantum-export.c             q=PopDoublePixel(quantum_info,pixel,q);
pixel             893 magick/quantum-export.c         pixel;
pixel             897 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelIndex(indexes+x));
pixel             898 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel             907 magick/quantum-export.c         pixel;
pixel             913 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelIndex(indexes+x));
pixel             914 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             922 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelIndex(indexes+x));
pixel             923 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel             932 magick/quantum-export.c         pixel;
pixel             946 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelIndex(indexes+x));
pixel             947 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1000 magick/quantum-export.c         pixel;
pixel            1004 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelBlue(p));
pixel            1005 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1014 magick/quantum-export.c         pixel;
pixel            1020 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelBlue(p));
pixel            1021 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1029 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelBlue(p));
pixel            1030 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1039 magick/quantum-export.c         pixel;
pixel            1053 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelBlue(p));
pixel            1054 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1103 magick/quantum-export.c     pixel;
pixel            1145 magick/quantum-export.c             pixel=(unsigned int) ((size_t) (cbcr[1]) << 22 | (size_t)
pixel            1147 magick/quantum-export.c             q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1149 magick/quantum-export.c             pixel=(unsigned int) ((size_t) (cbcr[3]) << 22 | (size_t)
pixel            1151 magick/quantum-export.c             q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1229 magick/quantum-export.c         pixel;
pixel            1233 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelRed(p));
pixel            1234 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1235 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelGreen(p));
pixel            1236 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1237 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelBlue(p));
pixel            1238 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1239 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelIndex(indexes+x));
pixel            1240 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1249 magick/quantum-export.c         pixel;
pixel            1255 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelRed(p));
pixel            1256 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1257 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(p));
pixel            1258 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1259 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelBlue(p));
pixel            1260 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1261 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelIndex(indexes+x));
pixel            1262 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1270 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelRed(p));
pixel            1271 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1272 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelGreen(p));
pixel            1273 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1274 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelBlue(p));
pixel            1275 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1276 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelIndex(indexes+x));
pixel            1277 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1286 magick/quantum-export.c         pixel;
pixel            1303 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelRed(p));
pixel            1304 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1305 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelGreen(p));
pixel            1306 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1307 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelBlue(p));
pixel            1308 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1309 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelIndex(indexes+x));
pixel            1310 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1376 magick/quantum-export.c         pixel;
pixel            1380 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelRed(p));
pixel            1381 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1382 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelGreen(p));
pixel            1383 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1384 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelBlue(p));
pixel            1385 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1386 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelIndex(indexes+x));
pixel            1387 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1388 magick/quantum-export.c         pixel=ScaleQuantumToChar((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel            1389 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1398 magick/quantum-export.c         pixel;
pixel            1404 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelRed(p));
pixel            1405 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1406 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(p));
pixel            1407 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1408 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelBlue(p));
pixel            1409 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1410 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelIndex(indexes+x));
pixel            1411 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1412 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelAlpha(p));
pixel            1413 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1421 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelRed(p));
pixel            1422 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1423 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelGreen(p));
pixel            1424 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1425 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelBlue(p));
pixel            1426 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1427 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelIndex(indexes+x));
pixel            1428 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1429 magick/quantum-export.c         pixel=ScaleQuantumToShort((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel            1430 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1439 magick/quantum-export.c         pixel;
pixel            1446 magick/quantum-export.c               pixel;
pixel            1452 magick/quantum-export.c             pixel=(float) (GetPixelAlpha(p));
pixel            1453 magick/quantum-export.c             q=PopFloatPixel(quantum_info,pixel,q);
pixel            1461 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelRed(p));
pixel            1462 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1463 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelGreen(p));
pixel            1464 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1465 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelBlue(p));
pixel            1466 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1467 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelIndex(indexes+x));
pixel            1468 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1469 magick/quantum-export.c         pixel=ScaleQuantumToLong((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel            1470 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1481 magick/quantum-export.c             pixel;
pixel            1490 magick/quantum-export.c             pixel=(double) (GetPixelAlpha(p));
pixel            1491 magick/quantum-export.c             q=PopDoublePixel(quantum_info,pixel,q);
pixel            1589 magick/quantum-export.c         pixel;
pixel            1593 magick/quantum-export.c         pixel=ScaleQuantumToChar(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1594 magick/quantum-export.c         *q=(((pixel >> 4) & 0xf) << 4);
pixel            1596 magick/quantum-export.c         pixel=ScaleQuantumToChar(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1597 magick/quantum-export.c         *q|=pixel >> 4;
pixel            1603 magick/quantum-export.c           pixel=ScaleQuantumToChar(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1604 magick/quantum-export.c           *q=(((pixel >> 4) & 0xf) << 4);
pixel            1613 magick/quantum-export.c         pixel;
pixel            1617 magick/quantum-export.c         pixel=ScaleQuantumToChar(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1618 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1630 magick/quantum-export.c             pixel;
pixel            1634 magick/quantum-export.c             pixel=(unsigned int) (
pixel            1638 magick/quantum-export.c             q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1644 magick/quantum-export.c               pixel=0U;
pixel            1646 magick/quantum-export.c                 pixel|=ScaleQuantumToAny(ClampToQuantum(GetPixelLuma(image,
pixel            1649 magick/quantum-export.c                 pixel|=ScaleQuantumToAny(ClampToQuantum(GetPixelLuma(image,
pixel            1651 magick/quantum-export.c               q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1667 magick/quantum-export.c         pixel;
pixel            1674 magick/quantum-export.c             pixel=ScaleQuantumToShort(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1675 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel >> 4),q);
pixel            1693 magick/quantum-export.c         pixel;
pixel            1699 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelLuma(image,p));
pixel            1700 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1708 magick/quantum-export.c         pixel=ScaleQuantumToShort(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1709 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1718 magick/quantum-export.c         pixel;
pixel            1725 magick/quantum-export.c               pixel;
pixel            1727 magick/quantum-export.c             pixel=(float) GetPixelLuma(image,p);
pixel            1728 magick/quantum-export.c             q=PopFloatPixel(quantum_info,pixel,q);
pixel            1736 magick/quantum-export.c         pixel=ScaleQuantumToLong(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1737 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1750 magick/quantum-export.c               pixel;
pixel            1752 magick/quantum-export.c             pixel=(double) GetPixelLuma(image,p);
pixel            1753 magick/quantum-export.c             q=PopDoublePixel(quantum_info,pixel,q);
pixel            1797 magick/quantum-export.c         pixel,
pixel            1812 magick/quantum-export.c         pixel=(unsigned char) (GetPixelOpacity(p) == OpaqueOpacity ?
pixel            1814 magick/quantum-export.c         *q|=(((int) pixel != 0 ? 0x00 : 0x01) << 6);
pixel            1817 magick/quantum-export.c         pixel=(unsigned char) (GetPixelOpacity(p) == OpaqueOpacity ?
pixel            1819 magick/quantum-export.c         *q|=(((int) pixel != 0 ? 0x00 : 0x01) << 4);
pixel            1822 magick/quantum-export.c         pixel=(unsigned char) (GetPixelOpacity(p) == OpaqueOpacity ?
pixel            1824 magick/quantum-export.c         *q|=(((int) pixel != 0 ? 0x00 : 0x01) << 2);
pixel            1827 magick/quantum-export.c         pixel=(unsigned char) (GetPixelOpacity(p) == OpaqueOpacity ?
pixel            1829 magick/quantum-export.c         *q|=(((int) pixel != 0 ? 0x00 : 0x01) << 0);
pixel            1840 magick/quantum-export.c             pixel=(unsigned char) (GetPixelOpacity(p) == OpaqueOpacity ? 0x00 :
pixel            1842 magick/quantum-export.c             *q|=(((int) pixel != 0 ? 0x00 : 0x01) << (unsigned char) (7-bit-1));
pixel            1852 magick/quantum-export.c         pixel;
pixel            1856 magick/quantum-export.c         pixel=ScaleQuantumToChar(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1857 magick/quantum-export.c         *q=(((pixel >> 4) & 0xf) << 4);
pixel            1858 magick/quantum-export.c         pixel=(unsigned char) (16*QuantumScale*((Quantum) (QuantumRange-
pixel            1860 magick/quantum-export.c         *q|=pixel & 0xf;
pixel            1869 magick/quantum-export.c         pixel;
pixel            1873 magick/quantum-export.c         pixel=ScaleQuantumToChar(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1874 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1875 magick/quantum-export.c         pixel=ScaleQuantumToChar((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel            1876 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            1885 magick/quantum-export.c         pixel;
pixel            1891 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelLuma(image,p));
pixel            1892 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1893 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelAlpha(p));
pixel            1894 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1902 magick/quantum-export.c         pixel=ScaleQuantumToShort(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1903 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1904 magick/quantum-export.c         pixel=ScaleQuantumToShort((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel            1905 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            1914 magick/quantum-export.c         pixel;
pixel            1921 magick/quantum-export.c               pixel;
pixel            1923 magick/quantum-export.c             pixel=(float) GetPixelLuma(image,p);
pixel            1924 magick/quantum-export.c             q=PopFloatPixel(quantum_info,pixel,q);
pixel            1925 magick/quantum-export.c             pixel=(float) (GetPixelAlpha(p));
pixel            1926 magick/quantum-export.c             q=PopFloatPixel(quantum_info,pixel,q);
pixel            1934 magick/quantum-export.c         pixel=ScaleQuantumToLong(ClampToQuantum(GetPixelLuma(image,p)));
pixel            1935 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1936 magick/quantum-export.c         pixel=ScaleQuantumToLong((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel            1937 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            1950 magick/quantum-export.c               pixel;
pixel            1952 magick/quantum-export.c             pixel=(double) GetPixelLuma(image,p);
pixel            1953 magick/quantum-export.c             q=PopDoublePixel(quantum_info,pixel,q);
pixel            1954 magick/quantum-export.c             pixel=(double) (GetPixelAlpha(p));
pixel            1955 magick/quantum-export.c             q=PopDoublePixel(quantum_info,pixel,q);
pixel            1994 magick/quantum-export.c         pixel;
pixel            1998 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelGreen(p));
pixel            1999 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            2008 magick/quantum-export.c         pixel;
pixel            2014 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(p));
pixel            2015 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2023 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelGreen(p));
pixel            2024 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2033 magick/quantum-export.c         pixel;
pixel            2047 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelGreen(p));
pixel            2048 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            2104 magick/quantum-export.c         pixel;
pixel            2108 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2109 magick/quantum-export.c         *q=((pixel & 0x01) << 7);
pixel            2110 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2111 magick/quantum-export.c         *q|=((pixel & 0x01) << 6);
pixel            2112 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2113 magick/quantum-export.c         *q|=((pixel & 0x01) << 5);
pixel            2114 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2115 magick/quantum-export.c         *q|=((pixel & 0x01) << 4);
pixel            2116 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2117 magick/quantum-export.c         *q|=((pixel & 0x01) << 3);
pixel            2118 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2119 magick/quantum-export.c         *q|=((pixel & 0x01) << 2);
pixel            2120 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2121 magick/quantum-export.c         *q|=((pixel & 0x01) << 1);
pixel            2122 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2123 magick/quantum-export.c         *q|=((pixel & 0x01) << 0);
pixel            2131 magick/quantum-export.c             pixel=(unsigned char) *indexes++;
pixel            2132 magick/quantum-export.c             *q|=((pixel & 0x01) << (unsigned char) bit);
pixel            2141 magick/quantum-export.c         pixel;
pixel            2145 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2146 magick/quantum-export.c         *q=((pixel & 0xf) << 4);
pixel            2147 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2148 magick/quantum-export.c         *q|=((pixel & 0xf) << 0);
pixel            2153 magick/quantum-export.c           pixel=(unsigned char) *indexes++;
pixel            2154 magick/quantum-export.c           *q=((pixel & 0xf) << 4);
pixel            2256 magick/quantum-export.c         pixel;
pixel            2260 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2261 magick/quantum-export.c         *q=((pixel & 0x01) << 7);
pixel            2262 magick/quantum-export.c         pixel=(unsigned char) (GetPixelOpacity(p) == (Quantum)
pixel            2264 magick/quantum-export.c         *q|=((pixel & 0x01) << 6);
pixel            2266 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2267 magick/quantum-export.c         *q|=((pixel & 0x01) << 5);
pixel            2268 magick/quantum-export.c         pixel=(unsigned char) (GetPixelOpacity(p) == (Quantum)
pixel            2270 magick/quantum-export.c         *q|=((pixel & 0x01) << 4);
pixel            2272 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2273 magick/quantum-export.c         *q|=((pixel & 0x01) << 3);
pixel            2274 magick/quantum-export.c         pixel=(unsigned char) (GetPixelOpacity(p) == (Quantum)
pixel            2276 magick/quantum-export.c         *q|=((pixel & 0x01) << 2);
pixel            2278 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2279 magick/quantum-export.c         *q|=((pixel & 0x01) << 1);
pixel            2280 magick/quantum-export.c         pixel=(unsigned char) (GetPixelOpacity(p) == (Quantum)
pixel            2282 magick/quantum-export.c         *q|=((pixel & 0x01) << 0);
pixel            2291 magick/quantum-export.c             pixel=(unsigned char) *indexes++;
pixel            2292 magick/quantum-export.c             *q|=((pixel & 0x01) << (unsigned char) (bit+4));
pixel            2293 magick/quantum-export.c             pixel=(unsigned char) (GetPixelOpacity(p) == (Quantum)
pixel            2295 magick/quantum-export.c             *q|=((pixel & 0x01) << (unsigned char) (bit+4-1));
pixel            2305 magick/quantum-export.c         pixel;
pixel            2309 magick/quantum-export.c         pixel=(unsigned char) *indexes++;
pixel            2310 magick/quantum-export.c         *q=((pixel & 0xf) << 4);
pixel            2311 magick/quantum-export.c         pixel=(unsigned char) (16*QuantumScale*((Quantum) (QuantumRange-
pixel            2313 magick/quantum-export.c         *q|=((pixel & 0xf) << 0);
pixel            2322 magick/quantum-export.c         pixel;
pixel            2327 magick/quantum-export.c         pixel=ScaleQuantumToChar((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel            2328 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            2337 magick/quantum-export.c         pixel;
pixel            2344 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelAlpha(p));
pixel            2345 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2354 magick/quantum-export.c         pixel=ScaleQuantumToShort((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel            2355 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2364 magick/quantum-export.c         pixel;
pixel            2371 magick/quantum-export.c               pixel;
pixel            2374 magick/quantum-export.c             pixel=(float)  (GetPixelAlpha(p));
pixel            2375 magick/quantum-export.c             q=PopFloatPixel(quantum_info,pixel,q);
pixel            2384 magick/quantum-export.c         pixel=ScaleQuantumToLong((Quantum) (QuantumRange-GetPixelOpacity(p)));
pixel            2385 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            2398 magick/quantum-export.c               pixel;
pixel            2402 magick/quantum-export.c             pixel=(double) (GetPixelAlpha(p));
pixel            2403 magick/quantum-export.c             q=PopDoublePixel(quantum_info,pixel,q);
pixel            2445 magick/quantum-export.c         pixel;
pixel            2449 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelOpacity(p));
pixel            2450 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            2459 magick/quantum-export.c         pixel;
pixel            2465 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelOpacity(p));
pixel            2466 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2474 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelOpacity(p));
pixel            2475 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2484 magick/quantum-export.c         pixel;
pixel            2498 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelOpacity(p));
pixel            2499 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            2548 magick/quantum-export.c         pixel;
pixel            2552 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelRed(p));
pixel            2553 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            2562 magick/quantum-export.c         pixel;
pixel            2568 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelRed(p));
pixel            2569 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2577 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelRed(p));
pixel            2578 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2587 magick/quantum-export.c         pixel;
pixel            2601 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelRed(p));
pixel            2602 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            2666 magick/quantum-export.c         pixel;
pixel            2673 magick/quantum-export.c             pixel=(unsigned int) (
pixel            2677 magick/quantum-export.c             q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            2687 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2688 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            2689 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2690 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            2691 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2692 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            2700 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2701 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            2702 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2703 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            2704 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2705 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            2714 magick/quantum-export.c         pixel;
pixel            2726 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2731 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2736 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2741 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4),q);
pixel            2747 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2752 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2757 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2762 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4),q);
pixel            2772 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2777 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2782 magick/quantum-export.c                 pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2787 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,(unsigned short) (pixel << 4),q);
pixel            2798 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2799 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            2800 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2801 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            2802 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2803 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            2811 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel            2812 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            2813 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            2814 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            2815 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            2816 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            2825 magick/quantum-export.c         pixel;
pixel            2831 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelRed(p));
pixel            2832 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2833 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(p));
pixel            2834 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2835 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelBlue(p));
pixel            2836 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2844 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelRed(p));
pixel            2845 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2846 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelGreen(p));
pixel            2847 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2848 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelBlue(p));
pixel            2849 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            2858 magick/quantum-export.c         pixel;
pixel            2874 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelRed(p));
pixel            2875 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            2876 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelGreen(p));
pixel            2877 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            2878 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelBlue(p));
pixel            2879 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            2934 magick/quantum-export.c         pixel;
pixel            2938 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelRed(p));
pixel            2939 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            2940 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelGreen(p));
pixel            2941 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            2942 magick/quantum-export.c         pixel=ScaleQuantumToChar(GetPixelBlue(p));
pixel            2943 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            2944 magick/quantum-export.c         pixel=ScaleQuantumToChar((Quantum) GetPixelAlpha(p));
pixel            2945 magick/quantum-export.c         q=PopCharPixel(pixel,q);
pixel            2954 magick/quantum-export.c         pixel;
pixel            2970 magick/quantum-export.c           pixel=0;
pixel            2986 magick/quantum-export.c                   pixel|=(size_t) (ScaleQuantumToAny((Quantum) quantum,
pixel            2992 magick/quantum-export.c                   pixel|=(size_t) (ScaleQuantumToAny((Quantum) quantum,
pixel            2998 magick/quantum-export.c                   pixel|=(size_t) (ScaleQuantumToAny((Quantum) quantum,
pixel            3000 magick/quantum-export.c                   q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            3001 magick/quantum-export.c                   pixel=0;
pixel            3016 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel            3017 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            3018 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            3019 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            3020 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            3021 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            3022 magick/quantum-export.c             pixel=(unsigned int) ScaleQuantumToAny((Quantum) (QuantumRange-
pixel            3024 magick/quantum-export.c             q=PopQuantumLongPixel(quantum_info,pixel,q);
pixel            3032 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelRed(p),range);
pixel            3033 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            3034 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelGreen(p),range);
pixel            3035 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            3036 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny(GetPixelBlue(p),range);
pixel            3037 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            3038 magick/quantum-export.c         pixel=(unsigned int) ScaleQuantumToAny((Quantum) (QuantumRange-
pixel            3040 magick/quantum-export.c         q=PopQuantumPixel(quantum_info,pixel,q);
pixel            3049 magick/quantum-export.c         pixel;
pixel            3055 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelRed(p));
pixel            3056 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            3057 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelGreen(p));
pixel            3058 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            3059 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelBlue(p));
pixel            3060 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            3061 magick/quantum-export.c             pixel=SinglePrecisionToHalf(QuantumScale*GetPixelAlpha(p));
pixel            3062 magick/quantum-export.c             q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            3070 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelRed(p));
pixel            3071 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            3072 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelGreen(p));
pixel            3073 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            3074 magick/quantum-export.c         pixel=ScaleQuantumToShort(GetPixelBlue(p));
pixel            3075 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            3076 magick/quantum-export.c         pixel=ScaleQuantumToShort((Quantum) GetPixelAlpha(p));
pixel            3077 magick/quantum-export.c         q=PopShortPixel(quantum_info->endian,pixel,q);
pixel            3086 magick/quantum-export.c         pixel;
pixel            3093 magick/quantum-export.c               pixel;
pixel            3098 magick/quantum-export.c             pixel=(float) GetPixelAlpha(p);
pixel            3099 magick/quantum-export.c             q=PopFloatPixel(quantum_info,pixel,q);
pixel            3107 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelRed(p));
pixel            3108 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            3109 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelGreen(p));
pixel            3110 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            3111 magick/quantum-export.c         pixel=ScaleQuantumToLong(GetPixelBlue(p));
pixel            3112 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            3113 magick/quantum-export.c         pixel=ScaleQuantumToLong((Quantum) GetPixelAlpha(p));
pixel            3114 magick/quantum-export.c         q=PopLongPixel(quantum_info->endian,pixel,q);
pixel            3125 magick/quantum-export.c             pixel;
pixel            3132 magick/quantum-export.c             pixel=(double) GetPixelAlpha(p);
pixel            3133 magick/quantum-export.c             q=PopDoublePixel(quantum_info,pixel,q);
pixel             143 magick/quantum-import.c       *pixel=(*p);
pixel             144 magick/quantum-import.c       *pixel-=quantum_info->minimum;
pixel             145 magick/quantum-import.c       *pixel*=quantum_info->scale;
pixel             157 magick/quantum-import.c   *pixel=(*p);
pixel             158 magick/quantum-import.c   *pixel-=quantum_info->minimum;
pixel             159 magick/quantum-import.c   *pixel*=quantum_info->scale;
pixel             180 magick/quantum-import.c       *pixel=(*p);
pixel             181 magick/quantum-import.c       *pixel-=quantum_info->minimum;
pixel             182 magick/quantum-import.c       *pixel*=quantum_info->scale;
pixel             190 magick/quantum-import.c   *pixel=(*p);
pixel             191 magick/quantum-import.c   *pixel-=quantum_info->minimum;
pixel             192 magick/quantum-import.c   *pixel*=quantum_info->scale;
pixel             210 magick/quantum-import.c         quantum_info->state.pixel=(*pixels++);
pixel             219 magick/quantum-import.c       ((quantum_info->state.pixel >> quantum_info->state.bits) &~ ((~0UL) <<
pixel             241 magick/quantum-import.c           &quantum_info->state.pixel);
pixel             247 magick/quantum-import.c     *quantum|=(((quantum_info->state.pixel >> (32U-quantum_info->state.bits)) &
pixel             263 magick/quantum-import.c     pixel;
pixel             270 magick/quantum-import.c         pixel;
pixel             274 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel             275 magick/quantum-import.c         SetPixelAlpha(q,ScaleCharToQuantum(pixel));
pixel             284 magick/quantum-import.c         pixel;
pixel             290 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             292 magick/quantum-import.c               QuantumRange*HalfToSinglePrecision(pixel)));
pixel             300 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             301 magick/quantum-import.c         SetPixelAlpha(q,ScaleShortToQuantum(pixel));
pixel             310 magick/quantum-import.c         pixel;
pixel             315 magick/quantum-import.c             pixel;
pixel             319 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel             320 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel             328 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             329 magick/quantum-import.c         SetPixelAlpha(q,ScaleLongToQuantum(pixel));
pixel             340 magick/quantum-import.c             pixel;
pixel             344 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel             345 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel             360 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             361 magick/quantum-import.c         SetPixelAlpha(q,ScaleAnyToQuantum(pixel,range));
pixel             384 magick/quantum-import.c     pixel;
pixel             391 magick/quantum-import.c         pixel;
pixel             395 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel             396 magick/quantum-import.c         SetPixelBlue(q,ScaleCharToQuantum(pixel));
pixel             397 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel             398 magick/quantum-import.c         SetPixelGreen(q,ScaleCharToQuantum(pixel));
pixel             399 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel             400 magick/quantum-import.c         SetPixelRed(q,ScaleCharToQuantum(pixel));
pixel             414 magick/quantum-import.c             p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             415 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum((pixel >> 22) & 0x3ff,range));
pixel             416 magick/quantum-import.c             SetPixelGreen(q,ScaleAnyToQuantum((pixel >> 12) & 0x3ff,range));
pixel             417 magick/quantum-import.c             SetPixelBlue(q,ScaleAnyToQuantum((pixel >> 2) & 0x3ff,range));
pixel             427 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel             428 magick/quantum-import.c             SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel             429 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel             430 magick/quantum-import.c             SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel             431 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel             432 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             439 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             440 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel             441 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             442 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel             443 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             444 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             455 magick/quantum-import.c             pixel;
pixel             459 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             465 magick/quantum-import.c                 SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel             471 magick/quantum-import.c                 SetPixelGreen(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel             477 magick/quantum-import.c                 SetPixelBlue(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel             483 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             489 magick/quantum-import.c                 SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel             495 magick/quantum-import.c                 SetPixelGreen(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel             501 magick/quantum-import.c                 SetPixelBlue(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel             511 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             517 magick/quantum-import.c                 SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel             523 magick/quantum-import.c                 SetPixelGreen(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel             529 magick/quantum-import.c                 SetPixelBlue(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel             545 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel             546 magick/quantum-import.c             SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel             547 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel             548 magick/quantum-import.c             SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel             549 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel             550 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             557 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             558 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel             559 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             560 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel             561 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             562 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             570 magick/quantum-import.c         pixel;
pixel             576 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             578 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel             579 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             581 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel             582 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             584 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel             592 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             593 magick/quantum-import.c         SetPixelBlue(q,ScaleShortToQuantum(pixel));
pixel             594 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             595 magick/quantum-import.c         SetPixelGreen(q,ScaleShortToQuantum(pixel));
pixel             596 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             597 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel             606 magick/quantum-import.c         pixel;
pixel             611 magick/quantum-import.c             pixel;
pixel             615 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel             616 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel             617 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel             618 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel             619 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel             620 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel             628 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             629 magick/quantum-import.c         SetPixelBlue(q,ScaleLongToQuantum(pixel));
pixel             630 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             631 magick/quantum-import.c         SetPixelGreen(q,ScaleLongToQuantum(pixel));
pixel             632 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             633 magick/quantum-import.c         SetPixelRed(q,ScaleLongToQuantum(pixel));
pixel             644 magick/quantum-import.c             pixel;
pixel             648 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel             649 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel             650 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel             651 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel             652 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel             653 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel             665 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             666 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel             667 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             668 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel             669 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             670 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             689 magick/quantum-import.c     pixel;
pixel             696 magick/quantum-import.c         pixel;
pixel             700 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel             701 magick/quantum-import.c         SetPixelBlue(q,ScaleCharToQuantum(pixel));
pixel             702 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel             703 magick/quantum-import.c         SetPixelGreen(q,ScaleCharToQuantum(pixel));
pixel             704 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel             705 magick/quantum-import.c         SetPixelRed(q,ScaleCharToQuantum(pixel));
pixel             706 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel             707 magick/quantum-import.c         SetPixelAlpha(q,ScaleCharToQuantum(pixel));
pixel             715 magick/quantum-import.c       pixel=0;
pixel             737 magick/quantum-import.c                   p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             739 magick/quantum-import.c                     (((pixel >> 22) & 0x3ff) << 6)));
pixel             745 magick/quantum-import.c                     (((pixel >> 12) & 0x3ff) << 6)));
pixel             751 magick/quantum-import.c                     (((pixel >> 2) & 0x3ff) << 6)));
pixel             771 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             772 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum((unsigned short) (pixel << 6)));
pixel             773 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             774 magick/quantum-import.c         SetPixelGreen(q,ScaleShortToQuantum((unsigned short) (pixel << 6)));
pixel             775 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             776 magick/quantum-import.c         SetPixelBlue(q,ScaleShortToQuantum((unsigned short) (pixel << 6)));
pixel             777 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             778 magick/quantum-import.c         SetPixelAlpha(q,ScaleShortToQuantum((unsigned short) (pixel << 6)));
pixel             786 magick/quantum-import.c         pixel;
pixel             792 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             794 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel             795 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             797 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel             798 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             800 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel             801 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             803 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel             811 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             812 magick/quantum-import.c         SetPixelBlue(q,ScaleShortToQuantum(pixel));
pixel             813 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             814 magick/quantum-import.c         SetPixelGreen(q,ScaleShortToQuantum(pixel));
pixel             815 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             816 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel             817 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             818 magick/quantum-import.c         SetPixelAlpha(q,ScaleShortToQuantum(pixel));
pixel             827 magick/quantum-import.c         pixel;
pixel             832 magick/quantum-import.c             pixel;
pixel             836 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel             837 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel             838 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel             839 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel             840 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel             841 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel             842 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel             843 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel             851 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             852 magick/quantum-import.c         SetPixelBlue(q,ScaleLongToQuantum(pixel));
pixel             853 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             854 magick/quantum-import.c         SetPixelGreen(q,ScaleLongToQuantum(pixel));
pixel             855 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             856 magick/quantum-import.c         SetPixelRed(q,ScaleLongToQuantum(pixel));
pixel             857 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             858 magick/quantum-import.c         SetPixelAlpha(q,ScaleLongToQuantum(pixel));
pixel             869 magick/quantum-import.c             pixel;
pixel             873 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel             874 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel             875 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel             876 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel             877 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel             878 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel             879 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel             880 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel             892 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             893 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel             894 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             895 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel             896 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             897 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel             898 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel             899 magick/quantum-import.c         SetPixelAlpha(q,ScaleAnyToQuantum(pixel,range));
pixel             916 magick/quantum-import.c     pixel;
pixel             929 magick/quantum-import.c         pixel;
pixel             933 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel             934 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleCharToQuantum(pixel));
pixel             942 magick/quantum-import.c         pixel;
pixel             948 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             950 magick/quantum-import.c               QuantumRange*HalfToSinglePrecision(pixel)));
pixel             957 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel             958 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleShortToQuantum(pixel));
pixel             966 magick/quantum-import.c         pixel;
pixel             971 magick/quantum-import.c             pixel;
pixel             975 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel             976 magick/quantum-import.c             SetPixelIndex(indexes+x,ClampToQuantum(pixel));
pixel             984 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel             985 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleLongToQuantum(pixel));
pixel             996 magick/quantum-import.c             pixel;
pixel            1000 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1001 magick/quantum-import.c             SetPixelIndex(indexes+x,ClampToQuantum(pixel));
pixel            1016 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1017 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleAnyToQuantum(pixel,range));
pixel            1034 magick/quantum-import.c     pixel;
pixel            1041 magick/quantum-import.c         pixel;
pixel            1045 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1046 magick/quantum-import.c         SetPixelBlue(q,ScaleCharToQuantum(pixel));
pixel            1055 magick/quantum-import.c         pixel;
pixel            1061 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1063 magick/quantum-import.c               QuantumRange*HalfToSinglePrecision(pixel)));
pixel            1071 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1072 magick/quantum-import.c         SetPixelBlue(q,ScaleShortToQuantum(pixel));
pixel            1081 magick/quantum-import.c         pixel;
pixel            1086 magick/quantum-import.c             pixel;
pixel            1090 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1091 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            1099 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1100 magick/quantum-import.c         SetPixelBlue(q,ScaleLongToQuantum(pixel));
pixel            1111 magick/quantum-import.c             pixel;
pixel            1115 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1116 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            1131 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1132 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            1149 magick/quantum-import.c     pixel;
pixel            1158 magick/quantum-import.c       pixel=0;
pixel            1180 magick/quantum-import.c                   p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1182 magick/quantum-import.c                     (((pixel >> 22) & 0x3ff) << 6)));
pixel            1188 magick/quantum-import.c                     (((pixel >> 12) & 0x3ff) << 6)));
pixel            1194 magick/quantum-import.c                     (((pixel >> 2) & 0x3ff) << 6)));
pixel            1222 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1223 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1224 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1225 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            1245 magick/quantum-import.c     pixel;
pixel            1258 magick/quantum-import.c         pixel;
pixel            1262 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1263 magick/quantum-import.c         SetPixelRed(q,ScaleCharToQuantum(pixel));
pixel            1264 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1265 magick/quantum-import.c         SetPixelGreen(q,ScaleCharToQuantum(pixel));
pixel            1266 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1267 magick/quantum-import.c         SetPixelBlue(q,ScaleCharToQuantum(pixel));
pixel            1268 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1269 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleCharToQuantum(pixel));
pixel            1278 magick/quantum-import.c         pixel;
pixel            1284 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1286 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            1287 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1289 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            1290 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1292 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            1293 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1295 magick/quantum-import.c               QuantumRange*HalfToSinglePrecision(pixel)));
pixel            1303 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1304 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel            1305 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1306 magick/quantum-import.c         SetPixelGreen(q,ScaleShortToQuantum(pixel));
pixel            1307 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1308 magick/quantum-import.c         SetPixelBlue(q,ScaleShortToQuantum(pixel));
pixel            1309 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1310 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleShortToQuantum(pixel));
pixel            1319 magick/quantum-import.c         pixel;
pixel            1324 magick/quantum-import.c             pixel;
pixel            1328 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1329 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            1330 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1331 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            1332 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1333 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            1334 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1335 magick/quantum-import.c             SetPixelIndex(indexes+x,ClampToQuantum(pixel));
pixel            1343 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1344 magick/quantum-import.c         SetPixelRed(q,ScaleLongToQuantum(pixel));
pixel            1345 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1346 magick/quantum-import.c         SetPixelGreen(q,ScaleLongToQuantum(pixel));
pixel            1347 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1348 magick/quantum-import.c         SetPixelBlue(q,ScaleLongToQuantum(pixel));
pixel            1349 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1350 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleLongToQuantum(pixel));
pixel            1361 magick/quantum-import.c             pixel;
pixel            1365 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1366 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            1367 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1368 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            1369 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1370 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            1371 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1372 magick/quantum-import.c             SetPixelIndex(indexes+x,ClampToQuantum(pixel));
pixel            1373 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1385 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1386 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1387 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1388 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            1389 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1390 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            1391 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1392 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleAnyToQuantum(pixel,range));
pixel            1412 magick/quantum-import.c     pixel;
pixel            1425 magick/quantum-import.c         pixel;
pixel            1429 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1430 magick/quantum-import.c         SetPixelRed(q,ScaleCharToQuantum(pixel));
pixel            1431 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1432 magick/quantum-import.c         SetPixelGreen(q,ScaleCharToQuantum(pixel));
pixel            1433 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1434 magick/quantum-import.c         SetPixelBlue(q,ScaleCharToQuantum(pixel));
pixel            1435 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1436 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleCharToQuantum(pixel));
pixel            1437 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1438 magick/quantum-import.c         SetPixelAlpha(q,ScaleCharToQuantum(pixel));
pixel            1447 magick/quantum-import.c         pixel;
pixel            1453 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1455 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            1456 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1458 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            1459 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1461 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            1462 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1464 magick/quantum-import.c               QuantumRange*HalfToSinglePrecision(pixel)));
pixel            1465 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1467 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            1475 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1476 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel            1477 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1478 magick/quantum-import.c         SetPixelGreen(q,ScaleShortToQuantum(pixel));
pixel            1479 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1480 magick/quantum-import.c         SetPixelBlue(q,ScaleShortToQuantum(pixel));
pixel            1481 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1482 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleShortToQuantum(pixel));
pixel            1483 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1484 magick/quantum-import.c         SetPixelAlpha(q,ScaleShortToQuantum(pixel));
pixel            1493 magick/quantum-import.c         pixel;
pixel            1498 magick/quantum-import.c             pixel;
pixel            1502 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1503 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            1504 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1505 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            1506 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1507 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            1508 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1509 magick/quantum-import.c             SetPixelIndex(indexes+x,ClampToQuantum(pixel));
pixel            1510 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1511 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel            1519 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1520 magick/quantum-import.c         SetPixelRed(q,ScaleLongToQuantum(pixel));
pixel            1521 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1522 magick/quantum-import.c         SetPixelGreen(q,ScaleLongToQuantum(pixel));
pixel            1523 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1524 magick/quantum-import.c         SetPixelBlue(q,ScaleLongToQuantum(pixel));
pixel            1525 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1526 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleLongToQuantum(pixel));
pixel            1527 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1528 magick/quantum-import.c         SetPixelAlpha(q,ScaleLongToQuantum(pixel));
pixel            1539 magick/quantum-import.c             pixel;
pixel            1543 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1544 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            1545 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1546 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            1547 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1548 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            1549 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1550 magick/quantum-import.c             SetPixelIndex(indexes+x,ClampToQuantum(pixel));
pixel            1551 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1552 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel            1553 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1565 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1566 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1567 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1568 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            1569 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1570 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            1571 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1572 magick/quantum-import.c         SetPixelIndex(indexes+x,ScaleAnyToQuantum(pixel,range));
pixel            1573 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1574 magick/quantum-import.c         SetPixelAlpha(q,ScaleAnyToQuantum(pixel,range));
pixel            1596 magick/quantum-import.c     pixel;
pixel            1638 magick/quantum-import.c         pixel;
pixel            1643 magick/quantum-import.c         pixel=(unsigned char) ((*p >> 4) & 0xf);
pixel            1644 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1648 magick/quantum-import.c         pixel=(unsigned char) ((*p) & 0xf);
pixel            1649 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1657 magick/quantum-import.c         pixel=(unsigned char) (*p++ >> 4);
pixel            1658 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1668 magick/quantum-import.c         pixel;
pixel            1674 magick/quantum-import.c             p=PushCharPixel(p,&pixel);
pixel            1675 magick/quantum-import.c             SetPixelRed(q,QuantumRange-ScaleCharToQuantum(pixel));
pixel            1686 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            1687 magick/quantum-import.c         SetPixelRed(q,ScaleCharToQuantum(pixel));
pixel            1705 magick/quantum-import.c                 p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1706 magick/quantum-import.c                 SetPixelRed(q,ScaleAnyToQuantum((pixel >> 22) & 0x3ff,range));
pixel            1710 magick/quantum-import.c                 SetPixelRed(q,ScaleAnyToQuantum((pixel >> 12) & 0x3ff,range));
pixel            1714 magick/quantum-import.c                 SetPixelRed(q,ScaleAnyToQuantum((pixel >> 2) & 0x3ff,range));
pixel            1720 magick/quantum-import.c               p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1723 magick/quantum-import.c                   SetPixelRed(q,ScaleAnyToQuantum((pixel >> 22) & 0x3ff,range));
pixel            1730 magick/quantum-import.c                   SetPixelRed(q,ScaleAnyToQuantum((pixel >> 12) & 0x3ff,range));
pixel            1739 magick/quantum-import.c             p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1740 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum((pixel >> 2) & 0x3ff,range));
pixel            1744 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum((pixel >> 12) & 0x3ff,range));
pixel            1748 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum((pixel >> 22) & 0x3ff,range));
pixel            1754 magick/quantum-import.c           p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1757 magick/quantum-import.c               SetPixelRed(q,ScaleAnyToQuantum((pixel >> 2) & 0x3ff,range));
pixel            1764 magick/quantum-import.c               SetPixelRed(q,ScaleAnyToQuantum((pixel >> 12) & 0x3ff,range));
pixel            1773 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1774 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1788 magick/quantum-import.c             pixel;
pixel            1792 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1793 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),range));
pixel            1797 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1798 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),range));
pixel            1806 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1808 magick/quantum-import.c               (pixel >> 4),range));
pixel            1820 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1821 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1832 magick/quantum-import.c         pixel;
pixel            1838 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1839 magick/quantum-import.c             SetPixelRed(q,QuantumRange-ScaleShortToQuantum(pixel));
pixel            1851 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1853 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            1863 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            1864 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel            1875 magick/quantum-import.c         pixel;
pixel            1880 magick/quantum-import.c             pixel;
pixel            1884 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            1885 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            1895 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            1896 magick/quantum-import.c         SetPixelRed(q,ScaleLongToQuantum(pixel));
pixel            1909 magick/quantum-import.c             pixel;
pixel            1913 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            1914 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            1928 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            1929 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            1954 magick/quantum-import.c     pixel;
pixel            1961 magick/quantum-import.c         pixel;
pixel            1967 magick/quantum-import.c           pixel=(unsigned char) (((*p) & (1 << (7-bit))) != 0 ? 0x00 : 0x01);
pixel            1968 magick/quantum-import.c           SetPixelRed(q,pixel == 0 ? 0 : QuantumRange);
pixel            1980 magick/quantum-import.c           pixel=(unsigned char) (((*p) & (1 << (7-bit))) != 0 ? 0x00 : 0x01);
pixel            1981 magick/quantum-import.c           SetPixelRed(q,pixel != 0 ? 0 : QuantumRange);
pixel            1995 magick/quantum-import.c         pixel;
pixel            2000 magick/quantum-import.c         pixel=(unsigned char) ((*p >> 4) & 0xf);
pixel            2001 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            2004 magick/quantum-import.c         pixel=(unsigned char) ((*p) & 0xf);
pixel            2005 magick/quantum-import.c         SetPixelAlpha(q,ScaleAnyToQuantum(pixel,range));
pixel            2014 magick/quantum-import.c         pixel;
pixel            2018 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2019 magick/quantum-import.c         SetPixelRed(q,ScaleCharToQuantum(pixel));
pixel            2022 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2023 magick/quantum-import.c         SetPixelAlpha(q,ScaleCharToQuantum(pixel));
pixel            2034 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2035 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            2038 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2039 magick/quantum-import.c         SetPixelOpacity(q,ScaleAnyToQuantum(pixel,range));
pixel            2050 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2051 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            2054 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2055 magick/quantum-import.c         SetPixelOpacity(q,ScaleAnyToQuantum(pixel,range));
pixel            2064 magick/quantum-import.c         pixel;
pixel            2070 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2072 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            2075 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2077 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            2085 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2086 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel            2089 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2090 magick/quantum-import.c         SetPixelAlpha(q,ScaleShortToQuantum(pixel));
pixel            2099 magick/quantum-import.c         pixel;
pixel            2104 magick/quantum-import.c             pixel;
pixel            2108 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            2109 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            2112 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            2113 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel            2121 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            2122 magick/quantum-import.c         SetPixelRed(q,ScaleLongToQuantum(pixel));
pixel            2125 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            2126 magick/quantum-import.c         SetPixelAlpha(q,ScaleLongToQuantum(pixel));
pixel            2137 magick/quantum-import.c             pixel;
pixel            2141 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            2142 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            2145 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            2146 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel            2161 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2162 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            2165 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2166 magick/quantum-import.c         SetPixelAlpha(q,ScaleAnyToQuantum(pixel,range));
pixel            2183 magick/quantum-import.c     pixel;
pixel            2190 magick/quantum-import.c         pixel;
pixel            2194 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2195 magick/quantum-import.c         SetPixelGreen(q,ScaleCharToQuantum(pixel));
pixel            2204 magick/quantum-import.c         pixel;
pixel            2210 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2212 magick/quantum-import.c               QuantumRange*HalfToSinglePrecision(pixel)));
pixel            2220 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2221 magick/quantum-import.c         SetPixelGreen(q,ScaleShortToQuantum(pixel));
pixel            2230 magick/quantum-import.c         pixel;
pixel            2235 magick/quantum-import.c             pixel;
pixel            2239 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            2240 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            2248 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            2249 magick/quantum-import.c         SetPixelGreen(q,ScaleLongToQuantum(pixel));
pixel            2260 magick/quantum-import.c             pixel;
pixel            2264 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            2265 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            2280 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2281 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            2305 magick/quantum-import.c     pixel;
pixel            2319 magick/quantum-import.c         pixel;
pixel            2326 magick/quantum-import.c             pixel=(unsigned char) (((*p) & (1 << (7-bit))) == 0 ? 0x00 : 0x01);
pixel            2328 magick/quantum-import.c             pixel=(unsigned char) (((*p) & (1 << (7-bit))) != 0 ? 0x00 : 0x01);
pixel            2329 magick/quantum-import.c           SetPixelIndex(indexes+x+bit,PushColormapIndex(image,pixel,
pixel            2340 magick/quantum-import.c           pixel=(unsigned char) (((*p) & (1 << (7-bit))) == 0 ? 0x00 : 0x01);
pixel            2342 magick/quantum-import.c           pixel=(unsigned char) (((*p) & (1 << (7-bit))) != 0 ? 0x00 : 0x01);
pixel            2343 magick/quantum-import.c         SetPixelIndex(indexes+x+bit,PushColormapIndex(image,pixel,
pixel            2353 magick/quantum-import.c         pixel;
pixel            2357 magick/quantum-import.c         pixel=(unsigned char) ((*p >> 4) & 0xf);
pixel            2358 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2362 magick/quantum-import.c         pixel=(unsigned char) ((*p) & 0xf);
pixel            2363 magick/quantum-import.c         SetPixelIndex(indexes+x+1,PushColormapIndex(image,pixel,
pixel            2371 magick/quantum-import.c         pixel=(unsigned char) ((*p++ >> 4) & 0xf);
pixel            2372 magick/quantum-import.c         SetPixelIndex(indexes+x+bit,PushColormapIndex(image,pixel,
pixel            2382 magick/quantum-import.c         pixel;
pixel            2386 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2387 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2398 magick/quantum-import.c         pixel;
pixel            2404 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2406 magick/quantum-import.c               (MagickRealType) QuantumRange*HalfToSinglePrecision(pixel)),
pixel            2416 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2417 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2428 magick/quantum-import.c         pixel;
pixel            2433 magick/quantum-import.c             pixel;
pixel            2437 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            2439 magick/quantum-import.c               ClampToQuantum(pixel),&range_exception));
pixel            2448 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            2449 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2462 magick/quantum-import.c             pixel;
pixel            2466 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            2468 magick/quantum-import.c               ClampToQuantum(pixel),&range_exception));
pixel            2480 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2481 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2513 magick/quantum-import.c     pixel;
pixel            2527 magick/quantum-import.c         pixel;
pixel            2534 magick/quantum-import.c             pixel=(unsigned char) (((*p) & (1 << (7-bit))) == 0 ? 0x00 : 0x01);
pixel            2536 magick/quantum-import.c             pixel=(unsigned char) (((*p) & (1 << (7-bit))) != 0 ? 0x00 : 0x01);
pixel            2537 magick/quantum-import.c           SetPixelIndex(indexes+x+bit/2,pixel == 0 ? 0 : 1);
pixel            2538 magick/quantum-import.c           SetPixelRed(q,pixel == 0 ? 0 : QuantumRange);
pixel            2550 magick/quantum-import.c             pixel=(unsigned char) (((*p) & (1 << (7-bit))) == 0 ? 0x00 : 0x01);
pixel            2552 magick/quantum-import.c             pixel=(unsigned char) (((*p) & (1 << (7-bit))) != 0 ? 0x00 : 0x01);
pixel            2553 magick/quantum-import.c           SetPixelIndex(indexes+x+bit/2,pixel == 0 ? 0 : 1);
pixel            2554 magick/quantum-import.c           SetPixelRed(q,pixel == 0 ? 0 : QuantumRange);
pixel            2566 magick/quantum-import.c         pixel;
pixel            2571 magick/quantum-import.c         pixel=(unsigned char) ((*p >> 4) & 0xf);
pixel            2572 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2575 magick/quantum-import.c         pixel=(unsigned char) ((*p) & 0xf);
pixel            2576 magick/quantum-import.c         SetPixelAlpha(q,ScaleAnyToQuantum(pixel,range));
pixel            2585 magick/quantum-import.c         pixel;
pixel            2589 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2590 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2593 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2594 magick/quantum-import.c         SetPixelAlpha(q,ScaleCharToQuantum(pixel));
pixel            2603 magick/quantum-import.c         pixel;
pixel            2609 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2612 magick/quantum-import.c               HalfToSinglePrecision(pixel)),&range_exception));
pixel            2614 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2616 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            2624 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2625 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2628 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2629 magick/quantum-import.c         SetPixelAlpha(q,ScaleShortToQuantum(pixel));
pixel            2638 magick/quantum-import.c         pixel;
pixel            2643 magick/quantum-import.c             pixel;
pixel            2647 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            2649 magick/quantum-import.c               ClampToQuantum(pixel),&range_exception));
pixel            2651 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            2652 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel            2660 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            2661 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2664 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            2665 magick/quantum-import.c         SetPixelAlpha(q,ScaleLongToQuantum(pixel));
pixel            2676 magick/quantum-import.c             pixel;
pixel            2680 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            2682 magick/quantum-import.c               ClampToQuantum(pixel),&range_exception));
pixel            2684 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            2685 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel            2697 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2698 magick/quantum-import.c         SetPixelIndex(indexes+x,PushColormapIndex(image,pixel,
pixel            2701 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2702 magick/quantum-import.c         SetPixelAlpha(q,ScaleAnyToQuantum(pixel,range));
pixel            2722 magick/quantum-import.c     pixel;
pixel            2729 magick/quantum-import.c         pixel;
pixel            2733 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2734 magick/quantum-import.c         SetPixelRed(q,ScaleCharToQuantum(pixel));
pixel            2743 magick/quantum-import.c         pixel;
pixel            2749 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2751 magick/quantum-import.c               QuantumRange*HalfToSinglePrecision(pixel)));
pixel            2759 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2760 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel            2769 magick/quantum-import.c         pixel;
pixel            2774 magick/quantum-import.c             pixel;
pixel            2778 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            2779 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            2787 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            2788 magick/quantum-import.c         SetPixelRed(q,ScaleLongToQuantum(pixel));
pixel            2799 magick/quantum-import.c             pixel;
pixel            2803 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            2804 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            2819 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2820 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            2843 magick/quantum-import.c     pixel;
pixel            2850 magick/quantum-import.c         pixel;
pixel            2854 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2855 magick/quantum-import.c         SetPixelRed(q,ScaleCharToQuantum(pixel));
pixel            2856 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2857 magick/quantum-import.c         SetPixelGreen(q,ScaleCharToQuantum(pixel));
pixel            2858 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            2859 magick/quantum-import.c         SetPixelBlue(q,ScaleCharToQuantum(pixel));
pixel            2873 magick/quantum-import.c             p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            2874 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum((pixel >> 22) & 0x3ff,range));
pixel            2875 magick/quantum-import.c             SetPixelGreen(q,ScaleAnyToQuantum((pixel >> 12) & 0x3ff,range));
pixel            2876 magick/quantum-import.c             SetPixelBlue(q,ScaleAnyToQuantum((pixel >> 2) & 0x3ff,range));
pixel            2886 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel            2887 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            2888 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel            2889 magick/quantum-import.c             SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            2890 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel            2891 magick/quantum-import.c             SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            2898 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2899 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            2900 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2901 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            2902 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            2903 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            2914 magick/quantum-import.c             pixel;
pixel            2918 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2924 magick/quantum-import.c                 SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel            2930 magick/quantum-import.c                 SetPixelGreen(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel            2936 magick/quantum-import.c                 SetPixelBlue(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel            2942 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2948 magick/quantum-import.c                 SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel            2954 magick/quantum-import.c                 SetPixelGreen(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel            2960 magick/quantum-import.c                 SetPixelBlue(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel            2970 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            2976 magick/quantum-import.c                 SetPixelRed(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel            2982 magick/quantum-import.c                 SetPixelGreen(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel            2988 magick/quantum-import.c                 SetPixelBlue(q,ScaleAnyToQuantum((QuantumAny) (pixel >> 4),
pixel            3004 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel            3005 magick/quantum-import.c             SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            3006 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel            3007 magick/quantum-import.c             SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            3008 magick/quantum-import.c             p=PushQuantumLongPixel(quantum_info,p,&pixel);
pixel            3009 magick/quantum-import.c             SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            3016 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3017 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            3018 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3019 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            3020 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3021 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            3029 magick/quantum-import.c         pixel;
pixel            3035 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3037 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            3038 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3040 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            3041 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3043 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            3051 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3052 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel            3053 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3054 magick/quantum-import.c         SetPixelGreen(q,ScaleShortToQuantum(pixel));
pixel            3055 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3056 magick/quantum-import.c         SetPixelBlue(q,ScaleShortToQuantum(pixel));
pixel            3065 magick/quantum-import.c         pixel;
pixel            3070 magick/quantum-import.c             pixel;
pixel            3074 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            3075 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            3076 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            3077 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            3078 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            3079 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            3087 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            3088 magick/quantum-import.c         SetPixelRed(q,ScaleLongToQuantum(pixel));
pixel            3089 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            3090 magick/quantum-import.c         SetPixelGreen(q,ScaleLongToQuantum(pixel));
pixel            3091 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            3092 magick/quantum-import.c         SetPixelBlue(q,ScaleLongToQuantum(pixel));
pixel            3103 magick/quantum-import.c             pixel;
pixel            3107 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            3108 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            3109 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            3110 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            3111 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            3112 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            3124 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3125 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            3126 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3127 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            3128 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3129 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            3148 magick/quantum-import.c     pixel;
pixel            3155 magick/quantum-import.c         pixel;
pixel            3159 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            3160 magick/quantum-import.c         SetPixelRed(q,ScaleCharToQuantum(pixel));
pixel            3161 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            3162 magick/quantum-import.c         SetPixelGreen(q,ScaleCharToQuantum(pixel));
pixel            3163 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            3164 magick/quantum-import.c         SetPixelBlue(q,ScaleCharToQuantum(pixel));
pixel            3165 magick/quantum-import.c         p=PushCharPixel(p,&pixel);
pixel            3166 magick/quantum-import.c         SetPixelAlpha(q,ScaleCharToQuantum(pixel));
pixel            3174 magick/quantum-import.c       pixel=0;
pixel            3196 magick/quantum-import.c                   p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            3198 magick/quantum-import.c                     (((pixel >> 22) & 0x3ff) << 6)));
pixel            3204 magick/quantum-import.c                     (((pixel >> 12) & 0x3ff) << 6)));
pixel            3210 magick/quantum-import.c                     (((pixel >> 2) & 0x3ff) << 6)));
pixel            3230 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3231 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum((unsigned short) (pixel << 6)));
pixel            3232 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3233 magick/quantum-import.c         SetPixelGreen(q,ScaleShortToQuantum((unsigned short) (pixel << 6)));
pixel            3234 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3235 magick/quantum-import.c         SetPixelBlue(q,ScaleShortToQuantum((unsigned short) (pixel << 6)));
pixel            3236 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3237 magick/quantum-import.c         SetPixelAlpha(q,ScaleShortToQuantum((unsigned short) (pixel << 6)));
pixel            3245 magick/quantum-import.c         pixel;
pixel            3251 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3253 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            3254 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3256 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            3257 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3259 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            3260 magick/quantum-import.c             p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3262 magick/quantum-import.c               HalfToSinglePrecision(pixel)));
pixel            3270 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3271 magick/quantum-import.c         SetPixelRed(q,ScaleShortToQuantum(pixel));
pixel            3272 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3273 magick/quantum-import.c         SetPixelGreen(q,ScaleShortToQuantum(pixel));
pixel            3274 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3275 magick/quantum-import.c         SetPixelBlue(q,ScaleShortToQuantum(pixel));
pixel            3276 magick/quantum-import.c         p=PushShortPixel(quantum_info->endian,p,&pixel);
pixel            3277 magick/quantum-import.c         SetPixelAlpha(q,ScaleShortToQuantum(pixel));
pixel            3286 magick/quantum-import.c         pixel;
pixel            3291 magick/quantum-import.c             pixel;
pixel            3295 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            3296 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            3297 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            3298 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            3299 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            3300 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            3301 magick/quantum-import.c             p=PushFloatPixel(quantum_info,p,&pixel);
pixel            3302 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel            3310 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            3311 magick/quantum-import.c         SetPixelRed(q,ScaleLongToQuantum(pixel));
pixel            3312 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            3313 magick/quantum-import.c         SetPixelGreen(q,ScaleLongToQuantum(pixel));
pixel            3314 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            3315 magick/quantum-import.c         SetPixelBlue(q,ScaleLongToQuantum(pixel));
pixel            3316 magick/quantum-import.c         p=PushLongPixel(quantum_info->endian,p,&pixel);
pixel            3317 magick/quantum-import.c         SetPixelAlpha(q,ScaleLongToQuantum(pixel));
pixel            3328 magick/quantum-import.c             pixel;
pixel            3332 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            3333 magick/quantum-import.c             SetPixelRed(q,ClampToQuantum(pixel));
pixel            3334 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            3335 magick/quantum-import.c             SetPixelGreen(q,ClampToQuantum(pixel));
pixel            3336 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            3337 magick/quantum-import.c             SetPixelBlue(q,ClampToQuantum(pixel));
pixel            3338 magick/quantum-import.c             p=PushDoublePixel(quantum_info,p,&pixel);
pixel            3339 magick/quantum-import.c             SetPixelAlpha(q,ClampToQuantum(pixel));
pixel            3351 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3352 magick/quantum-import.c         SetPixelRed(q,ScaleAnyToQuantum(pixel,range));
pixel            3353 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3354 magick/quantum-import.c         SetPixelGreen(q,ScaleAnyToQuantum(pixel,range));
pixel            3355 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3356 magick/quantum-import.c         SetPixelBlue(q,ScaleAnyToQuantum(pixel,range));
pixel            3357 magick/quantum-import.c         p=PushQuantumPixel(quantum_info,p,&pixel);
pixel            3358 magick/quantum-import.c         SetPixelAlpha(q,ScaleAnyToQuantum(pixel,range));
pixel              33 magick/quantum-private.h     pixel;
pixel             175 magick/quantum-private.h static inline unsigned char *PopCharPixel(const unsigned char pixel,
pixel             178 magick/quantum-private.h   *pixels++=pixel;
pixel             183 magick/quantum-private.h   const unsigned int pixel,unsigned char *pixels)
pixel             188 magick/quantum-private.h   quantum=(unsigned int) pixel;
pixel             205 magick/quantum-private.h   const unsigned short pixel,unsigned char *pixels)
pixel             210 magick/quantum-private.h   quantum=pixel;
pixel             223 magick/quantum-private.h   unsigned char *pixel)
pixel             225 magick/quantum-private.h   *pixel=(*pixels++);
pixel             230 magick/quantum-private.h   const unsigned char *pixels,unsigned int *pixel)
pixel             241 magick/quantum-private.h       *pixel=(unsigned int) (quantum & 0xffffffff);
pixel             248 magick/quantum-private.h   *pixel=(unsigned int) (quantum & 0xffffffff);
pixel             253 magick/quantum-private.h   const unsigned char *pixels,unsigned short *pixel)
pixel             262 magick/quantum-private.h       *pixel=(unsigned short) (quantum & 0xffff);
pixel             267 magick/quantum-private.h   *pixel=(unsigned short) (quantum & 0xffff);
pixel             587 magick/quantum.c   quantum_info->state.pixel=0U;
pixel             340 magick/resample.c       resample_filter->view,resample_filter->interpolate,u0,v0,pixel,
pixel             427 magick/resample.c       resample_filter->view,IntegerInterpolatePixel,u0,v0,pixel,
pixel             457 magick/resample.c           resample_filter->view,AverageInterpolatePixel,u0,v0,pixel,
pixel             464 magick/resample.c           resample_filter->view,IntegerInterpolatePixel,-1.0,-1.0,pixel,
pixel             489 magick/resample.c               *pixel=resample_filter->average_pixel; /* FAILED */
pixel             499 magick/resample.c             *pixel=resample_filter->average_pixel; /* FAILED */
pixel             542 magick/resample.c         *pixel=resample_filter->average_pixel;
pixel             554 magick/resample.c   pixel->red = pixel->green = pixel->blue = 0.0;
pixel             555 magick/resample.c   if (pixel->matte != MagickFalse) pixel->opacity = 0.0;
pixel             556 magick/resample.c   if (pixel->colorspace == CMYKColorspace) pixel->index = 0.0;
pixel             619 magick/resample.c         pixel->opacity  += weight*pixels->opacity;
pixel             622 magick/resample.c         if (pixel->matte != MagickFalse)
pixel             624 magick/resample.c         pixel->red   += weight*pixels->red;
pixel             625 magick/resample.c         pixel->green += weight*pixels->green;
pixel             626 magick/resample.c         pixel->blue  += weight*pixels->blue;
pixel             627 magick/resample.c         if (pixel->colorspace == CMYKColorspace)
pixel             628 magick/resample.c           pixel->index += weight*(*indexes);
pixel             665 magick/resample.c     pixel->opacity = pixel->red = pixel->green = pixel->blue = 0;
pixel             666 magick/resample.c     pixel->red = QuantumRange; /* show pixels for which EWA fails */
pixel             669 magick/resample.c       resample_filter->view,resample_filter->interpolate,u0,v0,pixel,
pixel             679 magick/resample.c   pixel->opacity = (MagickRealType) ClampToQuantum(divisor_m*pixel->opacity);
pixel             681 magick/resample.c   pixel->red   = (MagickRealType) ClampToQuantum(divisor_c*pixel->red);
pixel             682 magick/resample.c   pixel->green = (MagickRealType) ClampToQuantum(divisor_c*pixel->green);
pixel             683 magick/resample.c   pixel->blue  = (MagickRealType) ClampToQuantum(divisor_c*pixel->blue);
pixel             684 magick/resample.c   if (pixel->colorspace == CMYKColorspace)
pixel             685 magick/resample.c     pixel->index = (MagickRealType) ClampToQuantum(divisor_c*pixel->index);
pixel            1642 magick/resize.c       pixel;
pixel            1663 magick/resize.c     GetMagickPixelPacket(image,&pixel);
pixel            1669 magick/resize.c         offset.y,&pixel,exception);
pixel            1670 magick/resize.c       SetPixelPacket(resize_image,&pixel,q,resize_indexes+x);
pixel            1763 magick/resize.c     pixel;
pixel            1852 magick/resize.c   GetMagickPixelPacket(rescale_image,&pixel);
pixel            1867 magick/resize.c     pixel.red=QuantumRange*(packet[0]/255.0);
pixel            1868 magick/resize.c     pixel.green=QuantumRange*(packet[1]/255.0);
pixel            1869 magick/resize.c     pixel.blue=QuantumRange*(packet[2]/255.0);
pixel            1873 magick/resize.c           pixel.opacity=QuantumRange*(packet[3]/255.0);
pixel            1877 magick/resize.c         pixel.index=QuantumRange*(packet[3]/255.0);
pixel            1879 magick/resize.c           pixel.opacity=QuantumRange*(packet[4]/255.0);
pixel            1881 magick/resize.c     SetPixelPacket(rescale_image,&pixel,q,rescale_indexes);
pixel            2303 magick/resize.c     pixel;
pixel            2465 magick/resize.c       contribution[n].pixel=start+n;
pixel            2482 magick/resize.c     p=GetCacheViewVirtualPixels(image_view,contribution[0].pixel,0,(size_t)
pixel            2483 magick/resize.c       (contribution[n-1].pixel-contribution[0].pixel+1),image->rows,exception);
pixel            2496 magick/resize.c         pixel;
pixel            2507 magick/resize.c       pixel=zero;
pixel            2512 magick/resize.c             j=y*(contribution[n-1].pixel-contribution[0].pixel+1)+
pixel            2513 magick/resize.c               (contribution[i].pixel-contribution[0].pixel);
pixel            2515 magick/resize.c             pixel.red+=alpha*GetPixelRed(p+j);
pixel            2516 magick/resize.c             pixel.green+=alpha*GetPixelGreen(p+j);
pixel            2517 magick/resize.c             pixel.blue+=alpha*GetPixelBlue(p+j);
pixel            2518 magick/resize.c             pixel.opacity+=alpha*GetPixelOpacity(p+j);
pixel            2520 magick/resize.c           SetPixelRed(q,ClampToQuantum(pixel.red));
pixel            2521 magick/resize.c           SetPixelGreen(q,ClampToQuantum(pixel.green));
pixel            2522 magick/resize.c           SetPixelBlue(q,ClampToQuantum(pixel.blue));
pixel            2523 magick/resize.c           SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            2529 magick/resize.c                 j=y*(contribution[n-1].pixel-contribution[0].pixel+1)+
pixel            2530 magick/resize.c                   (contribution[i].pixel-contribution[0].pixel);
pixel            2532 magick/resize.c                 pixel.index+=alpha*GetPixelIndex(indexes+j);
pixel            2534 magick/resize.c               SetPixelIndex(resize_indexes+y,ClampToQuantum(pixel.index));
pixel            2545 magick/resize.c             j=y*(contribution[n-1].pixel-contribution[0].pixel+1)+
pixel            2546 magick/resize.c               (contribution[i].pixel-contribution[0].pixel);
pixel            2548 magick/resize.c             pixel.red+=alpha*GetPixelRed(p+j);
pixel            2549 magick/resize.c             pixel.green+=alpha*GetPixelGreen(p+j);
pixel            2550 magick/resize.c             pixel.blue+=alpha*GetPixelBlue(p+j);
pixel            2551 magick/resize.c             pixel.opacity+=contribution[i].weight*GetPixelOpacity(p+j);
pixel            2555 magick/resize.c           SetPixelRed(q,ClampToQuantum(gamma*pixel.red));
pixel            2556 magick/resize.c           SetPixelGreen(q,ClampToQuantum(gamma*pixel.green));
pixel            2557 magick/resize.c           SetPixelBlue(q,ClampToQuantum(gamma*pixel.blue));
pixel            2558 magick/resize.c           SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            2564 magick/resize.c                 j=y*(contribution[n-1].pixel-contribution[0].pixel+1)+
pixel            2565 magick/resize.c                   (contribution[i].pixel-contribution[0].pixel);
pixel            2567 magick/resize.c                 pixel.index+=alpha*GetPixelIndex(indexes+j);
pixel            2569 magick/resize.c               SetPixelIndex(resize_indexes+y,ClampToQuantum(gamma*pixel.index));
pixel            2577 magick/resize.c           j=y*(contribution[n-1].pixel-contribution[0].pixel+1)+
pixel            2578 magick/resize.c             (contribution[i-start].pixel-contribution[0].pixel);
pixel            2705 magick/resize.c       contribution[n].pixel=start+n;
pixel            2722 magick/resize.c     p=GetCacheViewVirtualPixels(image_view,0,contribution[0].pixel,
pixel            2723 magick/resize.c       image->columns,(size_t) (contribution[n-1].pixel-contribution[0].pixel+1),
pixel            2737 magick/resize.c         pixel;
pixel            2748 magick/resize.c       pixel=zero;
pixel            2753 magick/resize.c             j=(ssize_t) ((contribution[i].pixel-contribution[0].pixel)*
pixel            2756 magick/resize.c             pixel.red+=alpha*GetPixelRed(p+j);
pixel            2757 magick/resize.c             pixel.green+=alpha*GetPixelGreen(p+j);
pixel            2758 magick/resize.c             pixel.blue+=alpha*GetPixelBlue(p+j);
pixel            2759 magick/resize.c             pixel.opacity+=alpha*GetPixelOpacity(p+j);
pixel            2761 magick/resize.c           SetPixelRed(q,ClampToQuantum(pixel.red));
pixel            2762 magick/resize.c           SetPixelGreen(q,ClampToQuantum(pixel.green));
pixel            2763 magick/resize.c           SetPixelBlue(q,ClampToQuantum(pixel.blue));
pixel            2764 magick/resize.c           SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            2770 magick/resize.c                 j=(ssize_t) ((contribution[i].pixel-contribution[0].pixel)*
pixel            2773 magick/resize.c                 pixel.index+=alpha*GetPixelIndex(indexes+j);
pixel            2775 magick/resize.c               SetPixelIndex(resize_indexes+x,ClampToQuantum(pixel.index));
pixel            2786 magick/resize.c             j=(ssize_t) ((contribution[i].pixel-contribution[0].pixel)*
pixel            2789 magick/resize.c             pixel.red+=alpha*GetPixelRed(p+j);
pixel            2790 magick/resize.c             pixel.green+=alpha*GetPixelGreen(p+j);
pixel            2791 magick/resize.c             pixel.blue+=alpha*GetPixelBlue(p+j);
pixel            2792 magick/resize.c             pixel.opacity+=contribution[i].weight*GetPixelOpacity(p+j);
pixel            2796 magick/resize.c           SetPixelRed(q,ClampToQuantum(gamma*pixel.red));
pixel            2797 magick/resize.c           SetPixelGreen(q,ClampToQuantum(gamma*pixel.green));
pixel            2798 magick/resize.c           SetPixelBlue(q,ClampToQuantum(gamma*pixel.blue));
pixel            2799 magick/resize.c           SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            2805 magick/resize.c                 j=(ssize_t) ((contribution[i].pixel-contribution[0].pixel)*
pixel            2808 magick/resize.c                 pixel.index+=alpha*GetPixelIndex(indexes+j);
pixel            2810 magick/resize.c               SetPixelIndex(resize_indexes+x,ClampToQuantum(gamma*pixel.index));
pixel            2818 magick/resize.c           j=(ssize_t) ((contribution[i-start].pixel-contribution[0].pixel)*
pixel            3185 magick/resize.c     pixel,
pixel            3258 magick/resize.c   GetMagickPixelPacket(image,&pixel);
pixel            3407 magick/resize.c           pixel.red=y_vector[x].red+span.y*x_vector[x].red;
pixel            3408 magick/resize.c           pixel.green=y_vector[x].green+span.y*x_vector[x].green;
pixel            3409 magick/resize.c           pixel.blue=y_vector[x].blue+span.y*x_vector[x].blue;
pixel            3411 magick/resize.c             pixel.opacity=y_vector[x].opacity+span.y*x_vector[x].opacity;
pixel            3413 magick/resize.c             pixel.index=y_vector[x].index+span.y*x_vector[x].index;
pixel            3414 magick/resize.c           s->red=pixel.red;
pixel            3415 magick/resize.c           s->green=pixel.green;
pixel            3416 magick/resize.c           s->blue=pixel.blue;
pixel            3418 magick/resize.c             s->opacity=pixel.opacity;
pixel            3420 magick/resize.c             s->index=pixel.index;
pixel            3459 magick/resize.c         pixel=zero;
pixel            3471 magick/resize.c                 pixel=zero;
pixel            3474 magick/resize.c             pixel.red+=span.x*s->red;
pixel            3475 magick/resize.c             pixel.green+=span.x*s->green;
pixel            3476 magick/resize.c             pixel.blue+=span.x*s->blue;
pixel            3478 magick/resize.c               pixel.opacity+=span.x*s->opacity;
pixel            3480 magick/resize.c               pixel.index+=span.x*s->index;
pixel            3481 magick/resize.c             t->red=pixel.red;
pixel            3482 magick/resize.c             t->green=pixel.green;
pixel            3483 magick/resize.c             t->blue=pixel.blue;
pixel            3485 magick/resize.c               t->opacity=pixel.opacity;
pixel            3487 magick/resize.c               t->index=pixel.index;
pixel            3496 magick/resize.c                 pixel=zero;
pixel            3500 magick/resize.c             pixel.red+=scale.x*s->red;
pixel            3501 magick/resize.c             pixel.green+=scale.x*s->green;
pixel            3502 magick/resize.c             pixel.blue+=scale.x*s->blue;
pixel            3504 magick/resize.c               pixel.opacity+=scale.x*s->opacity;
pixel            3506 magick/resize.c               pixel.index+=scale.x*s->index;
pixel            3514 magick/resize.c           pixel.red+=span.x*s->red;
pixel            3515 magick/resize.c           pixel.green+=span.x*s->green;
pixel            3516 magick/resize.c           pixel.blue+=span.x*s->blue;
pixel            3518 magick/resize.c             pixel.opacity+=span.x*s->opacity;
pixel            3520 magick/resize.c             pixel.index+=span.x*s->index;
pixel            3525 magick/resize.c           t->red=pixel.red;
pixel            3526 magick/resize.c           t->green=pixel.green;
pixel            3527 magick/resize.c           t->blue=pixel.blue;
pixel            3529 magick/resize.c             t->opacity=pixel.opacity;
pixel            3531 magick/resize.c             t->index=pixel.index;
pixel             996 magick/segment.c   GetMagickPixelPacket(image,pixel);
pixel            1190 magick/segment.c   pixel->red=(MagickRealType) ScaleCharToQuantum((unsigned char)
pixel            1193 magick/segment.c   pixel->green=(MagickRealType) ScaleCharToQuantum((unsigned char)
pixel            1196 magick/segment.c   pixel->blue=(MagickRealType) ScaleCharToQuantum((unsigned char)
pixel            1454 magick/shear.c       pixel,
pixel            1504 magick/shear.c     pixel=background;
pixel            1522 magick/shear.c               SetMagickPixelPacket(image,++p,++indexes,&pixel);
pixel            1528 magick/shear.c           MagickPixelCompositeAreaBlend(&pixel,(MagickRealType) pixel.opacity,
pixel            1531 magick/shear.c           SetMagickPixelPacket(image,p++,indexes++,&pixel);
pixel            1533 magick/shear.c         MagickPixelCompositeAreaBlend(&pixel,(MagickRealType) pixel.opacity,
pixel            1558 magick/shear.c           MagickPixelCompositeAreaBlend(&pixel,(MagickRealType) pixel.opacity,
pixel            1561 magick/shear.c           SetMagickPixelPacket(image,p,indexes,&pixel);
pixel            1563 magick/shear.c         MagickPixelCompositeAreaBlend(&pixel,(MagickRealType) pixel.opacity,
pixel            1678 magick/shear.c       pixel,
pixel            1725 magick/shear.c     pixel=background;
pixel            1743 magick/shear.c               SetMagickPixelPacket(image,++p,++indexes,&pixel);
pixel            1749 magick/shear.c           MagickPixelCompositeAreaBlend(&pixel,(MagickRealType) pixel.opacity,
pixel            1752 magick/shear.c           SetMagickPixelPacket(image,p++,indexes++,&pixel);
pixel            1754 magick/shear.c         MagickPixelCompositeAreaBlend(&pixel,(MagickRealType) pixel.opacity,
pixel            1779 magick/shear.c           MagickPixelCompositeAreaBlend(&pixel,(MagickRealType) pixel.opacity,
pixel            1782 magick/shear.c           SetMagickPixelPacket(image,p,indexes,&pixel);
pixel            1784 magick/shear.c         MagickPixelCompositeAreaBlend(&pixel,(MagickRealType) pixel.opacity,
pixel             236 magick/statistic.c       result=(MagickRealType) fabs((double) (pixel+value));
pixel             241 magick/statistic.c       result=(MagickRealType) (pixel+value);
pixel             252 magick/statistic.c       result=pixel+value;
pixel             258 magick/statistic.c       result=(MagickRealType) ((size_t) pixel & (size_t) (value+0.5));
pixel             264 magick/statistic.c         QuantumScale*pixel*value))+0.5));
pixel             269 magick/statistic.c       result=pixel/(value == 0.0 ? 1.0 : value);
pixel             275 magick/statistic.c         pixel)));
pixel             280 magick/statistic.c       result=(MagickRealType) GenerateDifferentialNoise(random_info,pixel,
pixel             286 magick/statistic.c       result=(MagickRealType) GenerateDifferentialNoise(random_info,pixel,
pixel             292 magick/statistic.c       result=(MagickRealType) GenerateDifferentialNoise(random_info,pixel,
pixel             298 magick/statistic.c       result=(MagickRealType) ((size_t) pixel << (size_t) (value+0.5));
pixel             303 magick/statistic.c       if ((QuantumScale*pixel) >= MagickEpsilon)
pixel             305 magick/statistic.c           pixel+1.0))/log((double) (value+1.0)));
pixel             310 magick/statistic.c       result=(MagickRealType) EvaluateMax((double) pixel,value);
pixel             315 magick/statistic.c       result=(MagickRealType) (pixel+value);
pixel             320 magick/statistic.c       result=(MagickRealType) (pixel+value);
pixel             325 magick/statistic.c       result=(MagickRealType) MagickMin((double) pixel,value);
pixel             330 magick/statistic.c       result=(MagickRealType) GenerateDifferentialNoise(random_info,pixel,
pixel             336 magick/statistic.c       result=(MagickRealType) (value*pixel);
pixel             341 magick/statistic.c       result=(MagickRealType) ((size_t) pixel | (size_t) (value+0.5));
pixel             346 magick/statistic.c       result=(MagickRealType) GenerateDifferentialNoise(random_info,pixel,
pixel             352 magick/statistic.c       result=(MagickRealType) (QuantumRange*pow((double) (QuantumScale*pixel),
pixel             358 magick/statistic.c       result=(MagickRealType) ((size_t) pixel >> (size_t) (value+0.5));
pixel             369 magick/statistic.c         QuantumScale*pixel*value))+0.5));
pixel             374 magick/statistic.c       result=(MagickRealType) (pixel-value);
pixel             379 magick/statistic.c       result=(MagickRealType) (pixel+value);
pixel             384 magick/statistic.c       result=(MagickRealType) (((MagickRealType) pixel <= value) ? 0 :
pixel             390 magick/statistic.c       result=(MagickRealType) (((MagickRealType) pixel <= value) ? 0 : pixel);
pixel             395 magick/statistic.c       result=(MagickRealType) (((MagickRealType) pixel > value) ? QuantumRange :
pixel             396 magick/statistic.c         pixel);
pixel             401 magick/statistic.c       result=(MagickRealType) GenerateDifferentialNoise(random_info,pixel,
pixel             407 magick/statistic.c       result=(MagickRealType) ((size_t) pixel ^ (size_t) (value+0.5));
pixel             926 magick/statistic.c         result=result*QuantumScale*pixel + parameters[i];
pixel             941 magick/statistic.c         (freq*QuantumScale*pixel + phase/360.0) )) + bias ) );
pixel             954 magick/statistic.c       result = 2.0/width*(QuantumScale*pixel - center);
pixel             974 magick/statistic.c       result=(MagickRealType) (MagickPI*slope*(QuantumScale*pixel-center));
pixel            1495 magick/statistic.c     pixel;
pixel            1506 magick/statistic.c   GetMagickPixelPacket(image,&pixel);
pixel            1524 magick/statistic.c       SetMagickPixelPacket(image,p,indexes+x,&pixel);
pixel            1527 magick/statistic.c           if (pixel.red < *minima)
pixel            1528 magick/statistic.c             *minima=(double) pixel.red;
pixel            1529 magick/statistic.c           if (pixel.red > *maxima)
pixel            1530 magick/statistic.c             *maxima=(double) pixel.red;
pixel            1534 magick/statistic.c           if (pixel.green < *minima)
pixel            1535 magick/statistic.c             *minima=(double) pixel.green;
pixel            1536 magick/statistic.c           if (pixel.green > *maxima)
pixel            1537 magick/statistic.c             *maxima=(double) pixel.green;
pixel            1541 magick/statistic.c           if (pixel.blue < *minima)
pixel            1542 magick/statistic.c             *minima=(double) pixel.blue;
pixel            1543 magick/statistic.c           if (pixel.blue > *maxima)
pixel            1544 magick/statistic.c             *maxima=(double) pixel.blue;
pixel            1549 magick/statistic.c           if (pixel.opacity < *minima)
pixel            1550 magick/statistic.c             *minima=(double) pixel.opacity;
pixel            1551 magick/statistic.c           if (pixel.opacity > *maxima)
pixel            1552 magick/statistic.c             *maxima=(double) pixel.opacity;
pixel            2352 magick/statistic.c   pixel->red=(MagickRealType) ScaleShortToQuantum(channels[0]);
pixel            2353 magick/statistic.c   pixel->green=(MagickRealType) ScaleShortToQuantum(channels[1]);
pixel            2354 magick/statistic.c   pixel->blue=(MagickRealType) ScaleShortToQuantum(channels[2]);
pixel            2355 magick/statistic.c   pixel->opacity=(MagickRealType) ScaleShortToQuantum(channels[3]);
pixel            2356 magick/statistic.c   pixel->index=(MagickRealType) ScaleShortToQuantum(channels[4]);
pixel            2397 magick/statistic.c   pixel->red=(MagickRealType) ScaleShortToQuantum(channels[0]);
pixel            2398 magick/statistic.c   pixel->green=(MagickRealType) ScaleShortToQuantum(channels[1]);
pixel            2399 magick/statistic.c   pixel->blue=(MagickRealType) ScaleShortToQuantum(channels[2]);
pixel            2400 magick/statistic.c   pixel->opacity=(MagickRealType) ScaleShortToQuantum(channels[3]);
pixel            2401 magick/statistic.c   pixel->index=(MagickRealType) ScaleShortToQuantum(channels[4]);
pixel            2436 magick/statistic.c   GetMagickPixelPacket((const Image *) NULL,pixel);
pixel            2437 magick/statistic.c   pixel->red=(MagickRealType) ScaleShortToQuantum(channels[0]);
pixel            2438 magick/statistic.c   pixel->green=(MagickRealType) ScaleShortToQuantum(channels[1]);
pixel            2439 magick/statistic.c   pixel->blue=(MagickRealType) ScaleShortToQuantum(channels[2]);
pixel            2440 magick/statistic.c   pixel->opacity=(MagickRealType) ScaleShortToQuantum(channels[3]);
pixel            2441 magick/statistic.c   pixel->index=(MagickRealType) ScaleShortToQuantum(channels[4]);
pixel            2480 magick/statistic.c   pixel->red=(MagickRealType) ScaleShortToQuantum(channels[0]);
pixel            2481 magick/statistic.c   pixel->green=(MagickRealType) ScaleShortToQuantum(channels[1]);
pixel            2482 magick/statistic.c   pixel->blue=(MagickRealType) ScaleShortToQuantum(channels[2]);
pixel            2483 magick/statistic.c   pixel->opacity=(MagickRealType) ScaleShortToQuantum(channels[3]);
pixel            2484 magick/statistic.c   pixel->index=(MagickRealType) ScaleShortToQuantum(channels[4]);
pixel            2528 magick/statistic.c   pixel->red=(MagickRealType) ScaleShortToQuantum(channels[0]);
pixel            2529 magick/statistic.c   pixel->green=(MagickRealType) ScaleShortToQuantum(channels[1]);
pixel            2530 magick/statistic.c   pixel->blue=(MagickRealType) ScaleShortToQuantum(channels[2]);
pixel            2531 magick/statistic.c   pixel->opacity=(MagickRealType) ScaleShortToQuantum(channels[3]);
pixel            2532 magick/statistic.c   pixel->index=(MagickRealType) ScaleShortToQuantum(channels[4]);
pixel            2577 magick/statistic.c   pixel->red=(MagickRealType) ScaleShortToQuantum(channels[0]);
pixel            2578 magick/statistic.c   pixel->green=(MagickRealType) ScaleShortToQuantum(channels[1]);
pixel            2579 magick/statistic.c   pixel->blue=(MagickRealType) ScaleShortToQuantum(channels[2]);
pixel            2580 magick/statistic.c   pixel->opacity=(MagickRealType) ScaleShortToQuantum(channels[3]);
pixel            2581 magick/statistic.c   pixel->index=(MagickRealType) ScaleShortToQuantum(channels[4]);
pixel            2631 magick/statistic.c   pixel->red=(MagickRealType) ScaleShortToQuantum(channels[0]);
pixel            2632 magick/statistic.c   pixel->green=(MagickRealType) ScaleShortToQuantum(channels[1]);
pixel            2633 magick/statistic.c   pixel->blue=(MagickRealType) ScaleShortToQuantum(channels[2]);
pixel            2634 magick/statistic.c   pixel->opacity=(MagickRealType) ScaleShortToQuantum(channels[3]);
pixel            2635 magick/statistic.c   pixel->index=(MagickRealType) ScaleShortToQuantum(channels[4]);
pixel            2647 magick/statistic.c   index=ScaleQuantumToShort(GetPixelRed(pixel));
pixel            2653 magick/statistic.c   index=ScaleQuantumToShort(GetPixelGreen(pixel));
pixel            2659 magick/statistic.c   index=ScaleQuantumToShort(GetPixelBlue(pixel));
pixel            2665 magick/statistic.c   index=ScaleQuantumToShort(GetPixelOpacity(pixel));
pixel            2831 magick/statistic.c         pixel;
pixel            2853 magick/statistic.c       GetMagickPixelPacket(image,&pixel);
pixel            2855 magick/statistic.c         neighbor_width*neighbor_height/2,&pixel);
pixel            2864 magick/statistic.c           GetMinimumPixelList(pixel_list[id],&pixel);
pixel            2865 magick/statistic.c           minimum=pixel;
pixel            2866 magick/statistic.c           GetMaximumPixelList(pixel_list[id],&pixel);
pixel            2867 magick/statistic.c           maximum=pixel;
pixel            2868 magick/statistic.c           pixel.red=MagickAbsoluteValue(maximum.red-minimum.red);
pixel            2869 magick/statistic.c           pixel.green=MagickAbsoluteValue(maximum.green-minimum.green);
pixel            2870 magick/statistic.c           pixel.blue=MagickAbsoluteValue(maximum.blue-minimum.blue);
pixel            2871 magick/statistic.c           pixel.opacity=MagickAbsoluteValue(maximum.opacity-minimum.opacity);
pixel            2873 magick/statistic.c             pixel.index=MagickAbsoluteValue(maximum.index-minimum.index);
pixel            2878 magick/statistic.c           GetMaximumPixelList(pixel_list[id],&pixel);
pixel            2883 magick/statistic.c           GetMeanPixelList(pixel_list[id],&pixel);
pixel            2889 magick/statistic.c           GetMedianPixelList(pixel_list[id],&pixel);
pixel            2894 magick/statistic.c           GetMinimumPixelList(pixel_list[id],&pixel);
pixel            2899 magick/statistic.c           GetModePixelList(pixel_list[id],&pixel);
pixel            2904 magick/statistic.c           GetNonpeakPixelList(pixel_list[id],&pixel);
pixel            2909 magick/statistic.c           GetStandardDeviationPixelList(pixel_list[id],&pixel);
pixel            2914 magick/statistic.c         SetPixelRed(q,ClampToQuantum(pixel.red));
pixel            2916 magick/statistic.c         SetPixelGreen(q,ClampToQuantum(pixel.green));
pixel            2918 magick/statistic.c         SetPixelBlue(q,ClampToQuantum(pixel.blue));
pixel            2920 magick/statistic.c         SetPixelOpacity(q,ClampToQuantum(pixel.opacity));
pixel            2923 magick/statistic.c         SetPixelIndex(statistic_indexes+x,ClampToQuantum(pixel.index));
pixel             445 magick/stream.c   *pixel=image->background_color;
pixel             449 magick/stream.c   *pixel=(*pixels);
pixel             495 magick/stream.c   *pixel=image->background_color;
pixel             499 magick/stream.c   *pixel=(*pixels);
pixel             360 magick/widget.c     window_info->pixel_info->trough_color.pixel);
pixel             487 magick/widget.c         window_info->pixel_info->trough_color.pixel);
pixel            1470 magick/widget.c         window_info->pixel_info->highlight_color.pixel);
pixel            1473 magick/widget.c         window_info->pixel_info->shadow_color.pixel);
pixel            1521 magick/widget.c         window_info->pixel_info->matte_color.pixel);
pixel            1524 magick/widget.c         window_info->pixel_info->depth_color.pixel);
pixel            1580 magick/widget.c       window_info->pixel_info->foreground_color.pixel);
pixel            1583 magick/widget.c       window_info->pixel_info->background_color.pixel);
pixel             591 magick/xwindow-private.h static inline MagickRealType XPixelIntensity(const XColor *pixel)
pixel             596 magick/xwindow-private.h   if ((pixel->red  == pixel->green) && (pixel->green == pixel->blue))
pixel             597 magick/xwindow-private.h     return((MagickRealType) pixel->red);
pixel             598 magick/xwindow-private.h   intensity=0.21265*pixel->red+0.715158*pixel->green+0.072186*pixel->blue;
pixel             494 magick/xwindow.c   assert(pixel != (XPixelInfo *) NULL);
pixel             573 magick/xwindow.c           SetPixelRed(q,ScaleShortToQuantum(pixel->box_color.red));
pixel             574 magick/xwindow.c           SetPixelGreen(q,ScaleShortToQuantum(pixel->box_color.green));
pixel             575 magick/xwindow.c           SetPixelBlue(q,ScaleShortToQuantum(pixel->box_color.blue));
pixel             585 magick/xwindow.c           SetPixelRed(q,ScaleShortToQuantum(pixel->pen_color.red));
pixel             586 magick/xwindow.c           SetPixelGreen(q,ScaleShortToQuantum(pixel->pen_color.green));
pixel             587 magick/xwindow.c           SetPixelBlue(q,ScaleShortToQuantum(pixel->pen_color.blue));
pixel            1016 magick/xwindow.c     pixel;
pixel            1054 magick/xwindow.c         colors[i].pixel=(size_t) i;
pixel            1064 magick/xwindow.c     pixel.red=colors[i].red-(MagickRealType) color->red;
pixel            1065 magick/xwindow.c     distance=pixel.red*pixel.red;
pixel            1068 magick/xwindow.c     pixel.green=colors[i].green-(MagickRealType) color->green;
pixel            1069 magick/xwindow.c     distance+=pixel.green*pixel.green;
pixel            1072 magick/xwindow.c     pixel.blue=colors[i].blue-(MagickRealType) color->blue;
pixel            1073 magick/xwindow.c     distance+=pixel.blue*pixel.blue;
pixel            1077 magick/xwindow.c     color->pixel=colors[i].pixel;
pixel            2141 magick/xwindow.c     pixel;
pixel            2218 magick/xwindow.c       pixel=(size_t) (((size_t) color.red & 0xe0) |
pixel            2221 magick/xwindow.c       *q++=(char) pixel;
pixel            2317 magick/xwindow.c   assert(pixel != (XPixelInfo *) NULL);
pixel            2489 magick/xwindow.c           SetPixelRed(q,ScaleShortToQuantum(pixel->pen_color.red));
pixel            2490 magick/xwindow.c           SetPixelGreen(q,ScaleShortToQuantum(pixel->pen_color.green));
pixel            2491 magick/xwindow.c           SetPixelBlue(q,ScaleShortToQuantum(pixel->pen_color.blue));
pixel            2777 magick/xwindow.c         (void) XFreeStandardColormap(display,visual_info,map_info,pixel);
pixel            2838 magick/xwindow.c         if (pixel != (XPixelInfo *) NULL)
pixel            2841 magick/xwindow.c             (void) XFreeColors(display,map_info->colormap,pixel->pixels,
pixel            2842 magick/xwindow.c               (int) pixel->colors,0);
pixel            2845 magick/xwindow.c   if (pixel != (XPixelInfo *) NULL)
pixel            2847 magick/xwindow.c       if (pixel->pixels != (unsigned long *) NULL)
pixel            2848 magick/xwindow.c         pixel->pixels=(unsigned long *) RelinquishMagickMemory(pixel->pixels);
pixel            2849 magick/xwindow.c       pixel->pixels=(unsigned long *) NULL;
pixel            3040 magick/xwindow.c   assert(pixel != (XPixelInfo *) NULL);
pixel            3041 magick/xwindow.c   pixel->colors=0;
pixel            3044 magick/xwindow.c       pixel->colors=(ssize_t) image->colors;
pixel            3046 magick/xwindow.c     MagickMax((int) pixel->colors,visual_info->colormap_size)+MaxNumberPens;
pixel            3047 magick/xwindow.c   if (pixel->pixels != (unsigned long *) NULL)
pixel            3048 magick/xwindow.c     pixel->pixels=(unsigned long *) RelinquishMagickMemory(pixel->pixels);
pixel            3049 magick/xwindow.c   pixel->pixels=(unsigned long *) AcquireQuantumMemory(packets,
pixel            3050 magick/xwindow.c     sizeof(pixel->pixels));
pixel            3051 magick/xwindow.c   if (pixel->pixels == (unsigned long *) NULL)
pixel            3059 magick/xwindow.c     &pixel->foreground_color);
pixel            3061 magick/xwindow.c     &pixel->foreground_color);
pixel            3065 magick/xwindow.c   pixel->foreground_color.pixel=
pixel            3066 magick/xwindow.c     XStandardPixel(map_info,&pixel->foreground_color);
pixel            3067 magick/xwindow.c   pixel->foreground_color.flags=(char) (DoRed | DoGreen | DoBlue);
pixel            3071 magick/xwindow.c   (void) XParseColor(display,colormap,"#d6d6d6d6d6d6",&pixel->background_color);
pixel            3073 magick/xwindow.c     &pixel->background_color);
pixel            3077 magick/xwindow.c   pixel->background_color.pixel=
pixel            3078 magick/xwindow.c     XStandardPixel(map_info,&pixel->background_color);
pixel            3079 magick/xwindow.c   pixel->background_color.flags=(char) (DoRed | DoGreen | DoBlue);
pixel            3084 magick/xwindow.c     &pixel->border_color);
pixel            3086 magick/xwindow.c     &pixel->border_color);
pixel            3090 magick/xwindow.c   pixel->border_color.pixel=XStandardPixel(map_info,&pixel->border_color);
pixel            3091 magick/xwindow.c   pixel->border_color.flags=(char) (DoRed | DoGreen | DoBlue);
pixel            3095 magick/xwindow.c   pixel->matte_color=pixel->background_color;
pixel            3102 magick/xwindow.c         &pixel->matte_color);
pixel            3106 magick/xwindow.c       pixel->matte_color.pixel=XStandardPixel(map_info,&pixel->matte_color);
pixel            3107 magick/xwindow.c       pixel->matte_color.flags=(char) (DoRed | DoGreen | DoBlue);
pixel            3112 magick/xwindow.c   pixel->highlight_color.red=(unsigned short) ((
pixel            3113 magick/xwindow.c     pixel->matte_color.red*ScaleQuantumToShort(HighlightModulate))/65535L+
pixel            3115 magick/xwindow.c   pixel->highlight_color.green=(unsigned short) ((
pixel            3116 magick/xwindow.c     pixel->matte_color.green*ScaleQuantumToShort(HighlightModulate))/65535L+
pixel            3118 magick/xwindow.c   pixel->highlight_color.blue=(unsigned short) ((
pixel            3119 magick/xwindow.c     pixel->matte_color.blue*ScaleQuantumToShort(HighlightModulate))/65535L+
pixel            3121 magick/xwindow.c   pixel->highlight_color.pixel=
pixel            3122 magick/xwindow.c     XStandardPixel(map_info,&pixel->highlight_color);
pixel            3123 magick/xwindow.c   pixel->highlight_color.flags=(char) (DoRed | DoGreen | DoBlue);
pixel            3127 magick/xwindow.c   pixel->shadow_color.red=(unsigned short) (((MagickRealType)
pixel            3128 magick/xwindow.c     pixel->matte_color.red*ScaleQuantumToShort(ShadowModulate))/65535L);
pixel            3129 magick/xwindow.c   pixel->shadow_color.green=(unsigned short) (((MagickRealType)
pixel            3130 magick/xwindow.c     pixel->matte_color.green*ScaleQuantumToShort(ShadowModulate))/65535L);
pixel            3131 magick/xwindow.c   pixel->shadow_color.blue=(unsigned short) (((MagickRealType)
pixel            3132 magick/xwindow.c     pixel->matte_color.blue*ScaleQuantumToShort(ShadowModulate))/65535L);
pixel            3133 magick/xwindow.c   pixel->shadow_color.pixel=XStandardPixel(map_info,&pixel->shadow_color);
pixel            3134 magick/xwindow.c   pixel->shadow_color.flags=(char) (DoRed | DoGreen | DoBlue);
pixel            3138 magick/xwindow.c   pixel->depth_color.red=(unsigned short) (((MagickRealType)
pixel            3139 magick/xwindow.c     pixel->matte_color.red*ScaleQuantumToShort(DepthModulate))/65535L);
pixel            3140 magick/xwindow.c   pixel->depth_color.green=(unsigned short) (((MagickRealType)
pixel            3141 magick/xwindow.c     pixel->matte_color.green*ScaleQuantumToShort(DepthModulate))/65535L);
pixel            3142 magick/xwindow.c   pixel->depth_color.blue=(unsigned short) (((MagickRealType)
pixel            3143 magick/xwindow.c     pixel->matte_color.blue*ScaleQuantumToShort(DepthModulate))/65535L);
pixel            3144 magick/xwindow.c   pixel->depth_color.pixel=XStandardPixel(map_info,&pixel->depth_color);
pixel            3145 magick/xwindow.c   pixel->depth_color.flags=(char) (DoRed | DoGreen | DoBlue);
pixel            3149 magick/xwindow.c   pixel->trough_color.red=(unsigned short) (((MagickRealType)
pixel            3150 magick/xwindow.c     pixel->matte_color.red*ScaleQuantumToShort(TroughModulate))/65535L);
pixel            3151 magick/xwindow.c   pixel->trough_color.green=(unsigned short) (((MagickRealType)
pixel            3152 magick/xwindow.c     pixel->matte_color.green*ScaleQuantumToShort(TroughModulate))/65535L);
pixel            3153 magick/xwindow.c   pixel->trough_color.blue=(unsigned short) (((MagickRealType)
pixel            3154 magick/xwindow.c     pixel->matte_color.blue*ScaleQuantumToShort(TroughModulate))/65535L);
pixel            3155 magick/xwindow.c   pixel->trough_color.pixel=XStandardPixel(map_info,&pixel->trough_color);
pixel            3156 magick/xwindow.c   pixel->trough_color.flags=(char) (DoRed | DoGreen | DoBlue);
pixel            3163 magick/xwindow.c       &pixel->pen_colors[i]);
pixel            3165 magick/xwindow.c       &pixel->pen_colors[i]);
pixel            3169 magick/xwindow.c     pixel->pen_colors[i].pixel=XStandardPixel(map_info,&pixel->pen_colors[i]);
pixel            3170 magick/xwindow.c     pixel->pen_colors[i].flags=(char) (DoRed | DoGreen | DoBlue);
pixel            3172 magick/xwindow.c   pixel->box_color=pixel->background_color;
pixel            3173 magick/xwindow.c   pixel->pen_color=pixel->foreground_color;
pixel            3174 magick/xwindow.c   pixel->box_index=0;
pixel            3175 magick/xwindow.c   pixel->pen_index=1;
pixel            3208 magick/xwindow.c             pixel->pixels[i]=XGammaPixel(map_info,image->colormap+i);
pixel            3210 magick/xwindow.c             pixel->pixels[image->colors+i]=pixel->pen_colors[i].pixel;
pixel            3211 magick/xwindow.c           pixel->colors+=MaxNumberPens;
pixel            3828 magick/xwindow.c     pixel;
pixel            3892 magick/xwindow.c   color.pixel=XGetPixel(ximage,0,0);
pixel            3898 magick/xwindow.c   pixel.red=ScaleShortToQuantum(color.red);
pixel            3899 magick/xwindow.c   pixel.green=ScaleShortToQuantum(color.green);
pixel            3900 magick/xwindow.c   pixel.blue=ScaleShortToQuantum(color.blue);
pixel            3901 magick/xwindow.c   pixel.opacity=OpaqueOpacity;
pixel            3902 magick/xwindow.c   (void) QueryColorname(windows->image.image,&pixel,X11Compliance,name,
pixel            4165 magick/xwindow.c         pixel;
pixel            4247 magick/xwindow.c                     colors[i].pixel=(size_t) i;
pixel            4274 magick/xwindow.c                       colors[i].pixel=(unsigned long) (red | green | blue);
pixel            4375 magick/xwindow.c                   pixel=XGetPixel(ximage,x,y);
pixel            4376 magick/xwindow.c                   index=(pixel >> red_shift) & red_mask;
pixel            4379 magick/xwindow.c                   index=(pixel >> green_shift) & green_mask;
pixel            4382 magick/xwindow.c                   index=(pixel >> blue_shift) & blue_mask;
pixel            4399 magick/xwindow.c                   pixel=XGetPixel(ximage,x,y);
pixel            4400 magick/xwindow.c                   color=(pixel >> red_shift) & red_mask;
pixel            4404 magick/xwindow.c                   color=(pixel >> green_shift) & green_mask;
pixel            4408 magick/xwindow.c                   color=(pixel >> blue_shift) & blue_mask;
pixel            4432 magick/xwindow.c               composite_image->colormap[colors[i].pixel].red=
pixel            4434 magick/xwindow.c               composite_image->colormap[colors[i].pixel].green=
pixel            4436 magick/xwindow.c               composite_image->colormap[colors[i].pixel].blue=
pixel            4557 magick/xwindow.c   assert(pixel != (XPixelInfo *) NULL);
pixel            4620 magick/xwindow.c   window->pixel_info=pixel;
pixel            4637 magick/xwindow.c   window->annotate_context=pixel->annotate_context;
pixel            4638 magick/xwindow.c   window->highlight_context=pixel->highlight_context;
pixel            4639 magick/xwindow.c   window->widget_context=pixel->widget_context;
pixel            4649 magick/xwindow.c   window->attributes.background_pixel=pixel->background_color.pixel;
pixel            4654 magick/xwindow.c   window->attributes.border_pixel=pixel->border_color.pixel;
pixel            5851 magick/xwindow.c     pixel,
pixel            5974 magick/xwindow.c               pixel=pixels[(ssize_t) GetPixelIndex(indexes+x)] & 0x0f;
pixel            5979 magick/xwindow.c                   *q=(unsigned char) pixel;
pixel            5985 magick/xwindow.c                   *q|=(unsigned char) (pixel << 2);
pixel            5991 magick/xwindow.c                   *q|=(unsigned char) (pixel << 4);
pixel            5997 magick/xwindow.c                   *q|=(unsigned char) (pixel << 6);
pixel            6026 magick/xwindow.c               pixel=pixels[(ssize_t) GetPixelIndex(indexes+x)] & 0xf;
pixel            6031 magick/xwindow.c                   *q=(unsigned char) pixel;
pixel            6037 magick/xwindow.c                   *q|=(unsigned char) (pixel << 4);
pixel            6069 magick/xwindow.c               pixel=pixels[(ssize_t) GetPixelIndex(indexes+x)];
pixel            6070 magick/xwindow.c               *q++=(unsigned char) pixel;
pixel            6097 magick/xwindow.c               pixel=pixels[(ssize_t) GetPixelIndex(indexes+x)];
pixel            6100 magick/xwindow.c                 *q++=(unsigned char) (pixel & 0xff);
pixel            6101 magick/xwindow.c                 pixel>>=8;
pixel            6129 magick/xwindow.c               pixel=XGammaPixel(map_info,p);
pixel            6130 magick/xwindow.c               pixel&=0xf;
pixel            6135 magick/xwindow.c                   *q=(unsigned char) pixel;
pixel            6141 magick/xwindow.c                   *q|=(unsigned char) (pixel << 2);
pixel            6147 magick/xwindow.c                   *q|=(unsigned char) (pixel << 4);
pixel            6153 magick/xwindow.c                   *q|=(unsigned char) (pixel << 6);
pixel            6182 magick/xwindow.c               pixel=XGammaPixel(map_info,p);
pixel            6183 magick/xwindow.c               pixel&=0xf;
pixel            6188 magick/xwindow.c                   *q=(unsigned char) pixel;
pixel            6194 magick/xwindow.c                   *q|=(unsigned char) (pixel << 4);
pixel            6226 magick/xwindow.c               pixel=XGammaPixel(map_info,p);
pixel            6227 magick/xwindow.c               *q++=(unsigned char) pixel;
pixel            6337 magick/xwindow.c                     pixel=XGammaPixel(map_info,p);
pixel            6340 magick/xwindow.c                       *q++=(unsigned char) (pixel & 0xff);
pixel            6341 magick/xwindow.c                       pixel>>=8;
pixel            6459 magick/xwindow.c     pixel,
pixel            6582 magick/xwindow.c               pixel=pixels[(ssize_t) GetPixelIndex(indexes+x)] & 0xf;
pixel            6587 magick/xwindow.c                   *q=(unsigned char) (pixel << 6);
pixel            6593 magick/xwindow.c                   *q|=(unsigned char) (pixel << 4);
pixel            6599 magick/xwindow.c                   *q|=(unsigned char) (pixel << 2);
pixel            6605 magick/xwindow.c                   *q|=(unsigned char) pixel;
pixel            6634 magick/xwindow.c               pixel=pixels[(ssize_t) GetPixelIndex(indexes+x)] & 0xf;
pixel            6639 magick/xwindow.c                   *q=(unsigned char) (pixel << 4);
pixel            6645 magick/xwindow.c                   *q|=(unsigned char) pixel;
pixel            6677 magick/xwindow.c               pixel=pixels[(ssize_t) GetPixelIndex(indexes+x)];
pixel            6678 magick/xwindow.c               *q++=(unsigned char) pixel;
pixel            6708 magick/xwindow.c               pixel=pixels[(ssize_t) GetPixelIndex(indexes+x)];
pixel            6711 magick/xwindow.c                 channel[k]=(unsigned char) pixel;
pixel            6712 magick/xwindow.c                 pixel>>=8;
pixel            6742 magick/xwindow.c               pixel=XGammaPixel(map_info,p);
pixel            6743 magick/xwindow.c               pixel&=0xf;
pixel            6748 magick/xwindow.c                   *q=(unsigned char) (pixel << 6);
pixel            6754 magick/xwindow.c                   *q|=(unsigned char) (pixel << 4);
pixel            6760 magick/xwindow.c                   *q|=(unsigned char) (pixel << 2);
pixel            6766 magick/xwindow.c                   *q|=(unsigned char) pixel;
pixel            6795 magick/xwindow.c               pixel=XGammaPixel(map_info,p);
pixel            6796 magick/xwindow.c               pixel&=0xf;
pixel            6801 magick/xwindow.c                   *q=(unsigned char) (pixel << 4);
pixel            6807 magick/xwindow.c                   *q|=(unsigned char) pixel;
pixel            6839 magick/xwindow.c               pixel=XGammaPixel(map_info,p);
pixel            6840 magick/xwindow.c               *q++=(unsigned char) pixel;
pixel            6950 magick/xwindow.c                     pixel=XGammaPixel(map_info,p);
pixel            6953 magick/xwindow.c                       *q++=(unsigned char) (pixel & 0xff);
pixel            6954 magick/xwindow.c                       pixel>>=8;
pixel            7038 magick/xwindow.c     pixel;
pixel            7421 magick/xwindow.c     windows->magnify.x,(ssize_t) windows->magnify.y,&pixel,
pixel            7426 magick/xwindow.c   ConcatenateColorComponent(&pixel,RedChannel,X11Compliance,tuple);
pixel            7428 magick/xwindow.c   ConcatenateColorComponent(&pixel,GreenChannel,X11Compliance,tuple);
pixel            7430 magick/xwindow.c   ConcatenateColorComponent(&pixel,BlueChannel,X11Compliance,tuple);
pixel            7431 magick/xwindow.c   if (pixel.colorspace == CMYKColorspace)
pixel            7434 magick/xwindow.c       ConcatenateColorComponent(&pixel,IndexChannel,X11Compliance,tuple);
pixel            7436 magick/xwindow.c   if (pixel.matte != MagickFalse)
pixel            7439 magick/xwindow.c       ConcatenateColorComponent(&pixel,OpacityChannel,X11Compliance,tuple);
pixel            7448 magick/xwindow.c   GetColorTuple(&pixel,MagickTrue,tuple);
pixel            7452 magick/xwindow.c   (void) QueryMagickColorname(windows->image.image,&pixel,SVGCompliance,tuple,
pixel            7603 magick/xwindow.c   const DiversityPacket *pixel)
pixel            7608 magick/xwindow.c   intensity=0.298839*pixel->red+0.586811*pixel->green+0.114350*pixel->blue;
pixel            7685 magick/xwindow.c   assert(pixel != (XPixelInfo *) NULL);
pixel            7693 magick/xwindow.c         pixel);
pixel            7747 magick/xwindow.c               pixel);
pixel            7784 magick/xwindow.c   (void) XFreeStandardColormap(display,visual_info,map_info,pixel);
pixel            7797 magick/xwindow.c   XGetPixelPacket(display,visual_info,map_info,resource_info,image,pixel);
pixel            7835 magick/xwindow.c         pixel->pixels[i]=color.pixel;
pixel            7858 magick/xwindow.c       (void) XAllocColor(display,colormap,&pixel->foreground_color);
pixel            7859 magick/xwindow.c       (void) XAllocColor(display,colormap,&pixel->background_color);
pixel            7860 magick/xwindow.c       (void) XAllocColor(display,colormap,&pixel->border_color);
pixel            7861 magick/xwindow.c       (void) XAllocColor(display,colormap,&pixel->matte_color);
pixel            7862 magick/xwindow.c       (void) XAllocColor(display,colormap,&pixel->highlight_color);
pixel            7863 magick/xwindow.c       (void) XAllocColor(display,colormap,&pixel->shadow_color);
pixel            7864 magick/xwindow.c       (void) XAllocColor(display,colormap,&pixel->depth_color);
pixel            7865 magick/xwindow.c       (void) XAllocColor(display,colormap,&pixel->trough_color);
pixel            7867 magick/xwindow.c         (void) XAllocColor(display,colormap,&pixel->pen_colors[i]);
pixel            7873 magick/xwindow.c         NULL,0,pixel->pixels,(unsigned int) image->colors);
pixel            7967 magick/xwindow.c             pixel->pixels[index]=color.pixel;
pixel            7979 magick/xwindow.c             server_colors[x].pixel=(size_t) x;
pixel            8003 magick/xwindow.c             pixel->pixels[index]=color.pixel;
pixel            8047 magick/xwindow.c                 p->pixel=(unsigned long) i;
pixel            8057 magick/xwindow.c                 (unsigned long *) NULL,0,pixel->pixels,(unsigned int)
pixel            8062 magick/xwindow.c                 p->pixel=pixel->pixels[i];
pixel            8070 magick/xwindow.c             (unsigned long *) NULL,0,pixel->pixels,(unsigned int)
pixel            8090 magick/xwindow.c         color.pixel=pixel->pixels[i];
pixel            8137 magick/xwindow.c           color.pixel=XStandardPixel(map_info,&color);
pixel            8156 magick/xwindow.c           color.pixel=XStandardPixel(map_info,&color);
pixel            8175 magick/xwindow.c         &pixel->foreground_color);
pixel            8177 magick/xwindow.c         &pixel->background_color);
pixel            8178 magick/xwindow.c       if (pixel->background_color.pixel == pixel->foreground_color.pixel)
pixel            8183 magick/xwindow.c           pixel->background_color.red=(~pixel->foreground_color.red);
pixel            8184 magick/xwindow.c           pixel->background_color.green=
pixel            8185 magick/xwindow.c             (~pixel->foreground_color.green);
pixel            8186 magick/xwindow.c           pixel->background_color.blue=
pixel            8187 magick/xwindow.c             (~pixel->foreground_color.blue);
pixel            8189 magick/xwindow.c             &pixel->background_color);
pixel            8192 magick/xwindow.c         &pixel->border_color);
pixel            8194 magick/xwindow.c         &pixel->matte_color);
pixel            8196 magick/xwindow.c         &pixel->highlight_color);
pixel            8198 magick/xwindow.c         &pixel->shadow_color);
pixel            8200 magick/xwindow.c         &pixel->depth_color);
pixel            8202 magick/xwindow.c         &pixel->trough_color);
pixel            8206 magick/xwindow.c           &pixel->pen_colors[i]);
pixel            8207 magick/xwindow.c         pixel->pixels[image->colors+i]=pixel->pen_colors[i].pixel;
pixel            8209 magick/xwindow.c       pixel->colors=(ssize_t) (image->colors+MaxNumberPens);
pixel            8937 magick/xwindow.c     pixel;
pixel            8991 magick/xwindow.c   pixel.pixels=(unsigned long *) NULL;
pixel            8998 magick/xwindow.c     &pixel);
pixel            8999 magick/xwindow.c   pixel.annotate_context=XDefaultGC(display,visual_info->screen);
pixel            9013 magick/xwindow.c       XFreeResources(display,visual_info,map_info,&pixel,font_info,
pixel            9082 magick/xwindow.c   pixel.pen_color.red=ScaleQuantumToShort(draw_info->fill.red);
pixel            9083 magick/xwindow.c   pixel.pen_color.green=ScaleQuantumToShort(draw_info->fill.green);
pixel            9084 magick/xwindow.c   pixel.pen_color.blue=ScaleQuantumToShort(draw_info->fill.blue);
pixel            9085 magick/xwindow.c   status=XAnnotateImage(display,&pixel,&annotate_info,image);
pixel             401 wand/drawing-wand.c         pixel;
pixel             403 wand/drawing-wand.c       GetMagickPixelPacket(wand->image,&pixel);
pixel             404 wand/drawing-wand.c       pixel.colorspace=sRGBColorspace;
pixel             405 wand/drawing-wand.c       pixel.matte=color->opacity != OpaqueOpacity ? MagickTrue : MagickFalse;
pixel             406 wand/drawing-wand.c       pixel.red=(MagickRealType) GetPixelRed(color);
pixel             407 wand/drawing-wand.c       pixel.green=(MagickRealType) GetPixelGreen(color);
pixel             408 wand/drawing-wand.c       pixel.blue=(MagickRealType) GetPixelBlue(color);
pixel             409 wand/drawing-wand.c       pixel.opacity=(MagickRealType) GetPixelOpacity(color);
pixel             410 wand/drawing-wand.c       GetColorTuple(&pixel,MagickTrue,tuple);
pixel            2422 wand/drawing-wand.c   pixel->red=(MagickRealType) GetPixelRed(color);
pixel            2423 wand/drawing-wand.c   pixel->green=(MagickRealType) GetPixelGreen(color);
pixel            2424 wand/drawing-wand.c   pixel->blue=(MagickRealType) GetPixelBlue(color);
pixel            2426 wand/drawing-wand.c     pixel->opacity=(MagickRealType) GetPixelOpacity(color);
pixel            2430 wand/drawing-wand.c     pixel->index=(MagickRealType) GetPixelIndex(index);
pixel            2440 wand/drawing-wand.c     pixel;
pixel            2456 wand/drawing-wand.c   GetMagickPixelPacket(wand->image,&pixel);
pixel            2481 wand/drawing-wand.c         pixel.matte=CurrentContext->fill.opacity != OpaqueOpacity ?
pixel            2484 wand/drawing-wand.c         (const IndexPacket *) NULL,&pixel);
pixel            2485 wand/drawing-wand.c       GetColorTuple(&pixel,MagickTrue,value);
pixel            2548 wand/drawing-wand.c         pixel.matte=CurrentContext->stroke.opacity != OpaqueOpacity ?
pixel            2551 wand/drawing-wand.c         (const IndexPacket *) NULL,&pixel);
pixel            2552 wand/drawing-wand.c       GetColorTuple(&pixel,MagickTrue,value);
pixel            2642 wand/drawing-wand.c         pixel.matte=CurrentContext->undercolor.opacity != OpaqueOpacity ?
pixel            2645 wand/drawing-wand.c         (const IndexPacket *) NULL,&pixel);
pixel            2646 wand/drawing-wand.c       GetColorTuple(&pixel,MagickTrue,value);
pixel            5367 wand/magick-image.c     PixelSetQuantumColor(pixel_wands[i],&histogram[i].pixel);
pixel            7496 wand/magick-image.c     pixel;
pixel            7502 wand/magick-image.c   PixelGetMagickColor(background,&pixel);
pixel            7503 wand/magick-image.c   images=NewMagickImage(wand->image_info,width,height,&pixel);
pixel            9781 wand/magick-image.c     pixel;
pixel            9787 wand/magick-image.c   PixelGetMagickColor(color,&pixel);
pixel            9788 wand/magick-image.c   status=SetImageColor(wand->images,&pixel);
pixel              75 wand/pixel-wand.c     pixel;
pixel             116 wand/pixel-wand.c   wand->pixel.colorspace=sRGBColorspace;
pixel             161 wand/pixel-wand.c   clone_wand->pixel=wand->pixel;
pixel             332 wand/pixel-wand.c   p->pixel.fuzz=fuzz;
pixel             333 wand/pixel-wand.c   q->pixel.fuzz=fuzz;
pixel             334 wand/pixel-wand.c   return(IsMagickColorSimilar(&p->pixel,&q->pixel));
pixel             412 wand/pixel-wand.c   GetMagickPixelPacket((Image *) NULL,&wand->pixel);
pixel             520 wand/pixel-wand.c   return((double) QuantumScale*(QuantumRange-wand->pixel.opacity));
pixel             551 wand/pixel-wand.c   return(QuantumRange-ClampToQuantum(wand->pixel.opacity));
pixel             582 wand/pixel-wand.c   return((double) QuantumScale*wand->pixel.index);
pixel             613 wand/pixel-wand.c   return(ClampToQuantum(wand->pixel.index));
pixel             644 wand/pixel-wand.c   return((double) QuantumScale*wand->pixel.blue);
pixel             675 wand/pixel-wand.c   return(ClampToQuantum(wand->pixel.blue));
pixel             706 wand/pixel-wand.c     pixel;
pixel             712 wand/pixel-wand.c   pixel=wand->pixel;
pixel             714 wand/pixel-wand.c   GetColorTuple(&pixel,MagickFalse,color);
pixel             751 wand/pixel-wand.c     (double) (QuantumScale*wand->pixel.red),
pixel             752 wand/pixel-wand.c     (double) (QuantumScale*wand->pixel.green),
pixel             753 wand/pixel-wand.c     (double) (QuantumScale*wand->pixel.blue));
pixel             754 wand/pixel-wand.c   if (wand->pixel.colorspace == CMYKColorspace)
pixel             756 wand/pixel-wand.c       (double) (QuantumScale*wand->pixel.index));
pixel             757 wand/pixel-wand.c   if (wand->pixel.matte != MagickFalse)
pixel             759 wand/pixel-wand.c       (double) (QuantumScale*wand->pixel.opacity));
pixel             822 wand/pixel-wand.c   return((double) QuantumScale*wand->pixel.red);
pixel             853 wand/pixel-wand.c   return(ClampToQuantum(wand->pixel.red));
pixel             972 wand/pixel-wand.c   return((double) wand->pixel.fuzz);
pixel            1003 wand/pixel-wand.c   return((double) QuantumScale*wand->pixel.green);
pixel            1034 wand/pixel-wand.c   return(ClampToQuantum(wand->pixel.green));
pixel            1070 wand/pixel-wand.c   ConvertRGBToHSL(ClampToQuantum(wand->pixel.red),ClampToQuantum(
pixel            1071 wand/pixel-wand.c     wand->pixel.green),ClampToQuantum(wand->pixel.blue),hue,saturation,
pixel            1103 wand/pixel-wand.c   return((IndexPacket) wand->pixel.index);
pixel            1134 wand/pixel-wand.c   return((double) QuantumScale*wand->pixel.green);
pixel            1165 wand/pixel-wand.c   return(ClampToQuantum(wand->pixel.green));
pixel            1200 wand/pixel-wand.c   *color=wand->pixel;
pixel            1231 wand/pixel-wand.c   return((double) QuantumScale*wand->pixel.opacity);
pixel            1262 wand/pixel-wand.c   return(ClampToQuantum(wand->pixel.opacity));
pixel            1296 wand/pixel-wand.c   color->opacity=ClampToQuantum(wand->pixel.opacity);
pixel            1297 wand/pixel-wand.c   if (wand->pixel.colorspace == CMYKColorspace)
pixel            1300 wand/pixel-wand.c         (wand->pixel.red*(QuantumRange-wand->pixel.index)+wand->pixel.index));
pixel            1302 wand/pixel-wand.c         (wand->pixel.green*(QuantumRange-wand->pixel.index)+
pixel            1303 wand/pixel-wand.c         wand->pixel.index));
pixel            1305 wand/pixel-wand.c         (wand->pixel.blue*(QuantumRange-wand->pixel.index)+wand->pixel.index));
pixel            1308 wand/pixel-wand.c   color->red=ClampToQuantum(wand->pixel.red);
pixel            1309 wand/pixel-wand.c   color->green=ClampToQuantum(wand->pixel.green);
pixel            1310 wand/pixel-wand.c   color->blue=ClampToQuantum(wand->pixel.blue);
pixel            1341 wand/pixel-wand.c   return((double) QuantumScale*wand->pixel.red);
pixel            1372 wand/pixel-wand.c   return(ClampToQuantum(wand->pixel.red));
pixel            1403 wand/pixel-wand.c   return((double) QuantumScale*wand->pixel.blue);
pixel            1434 wand/pixel-wand.c   return(ClampToQuantum(wand->pixel.blue));
pixel            1468 wand/pixel-wand.c   wand->pixel.opacity=(MagickRealType) (QuantumRange-
pixel            1503 wand/pixel-wand.c   wand->pixel.opacity=(MagickRealType) (QuantumRange-opacity);
pixel            1536 wand/pixel-wand.c   wand->pixel.index=(MagickRealType) ClampToQuantum((MagickRealType)
pixel            1570 wand/pixel-wand.c   wand->pixel.index=(MagickRealType) black;
pixel            1603 wand/pixel-wand.c   wand->pixel.blue=(MagickRealType) ClampToQuantum((MagickRealType)
pixel            1637 wand/pixel-wand.c   wand->pixel.blue=(MagickRealType) blue;
pixel            1671 wand/pixel-wand.c     pixel;
pixel            1677 wand/pixel-wand.c   status=QueryMagickColor(color,&pixel,wand->exception);
pixel            1679 wand/pixel-wand.c     wand->pixel=pixel;
pixel            1747 wand/pixel-wand.c   wand->pixel=color->pixel;
pixel            1780 wand/pixel-wand.c   wand->pixel.red=(MagickRealType) ClampToQuantum((MagickRealType)
pixel            1814 wand/pixel-wand.c   wand->pixel.red=(MagickRealType) cyan;
pixel            1847 wand/pixel-wand.c   wand->pixel.fuzz=(MagickRealType) fuzz;
pixel            1880 wand/pixel-wand.c   wand->pixel.green=(MagickRealType) ClampToQuantum((MagickRealType)
pixel            1914 wand/pixel-wand.c   wand->pixel.green=(MagickRealType) green;
pixel            1956 wand/pixel-wand.c   wand->pixel.red=(MagickRealType) red;
pixel            1957 wand/pixel-wand.c   wand->pixel.green=(MagickRealType) green;
pixel            1958 wand/pixel-wand.c   wand->pixel.blue=(MagickRealType) blue;
pixel            1991 wand/pixel-wand.c   wand->pixel.index=(MagickRealType) index;
pixel            2024 wand/pixel-wand.c   wand->pixel.green=(MagickRealType) ClampToQuantum((MagickRealType)
pixel            2059 wand/pixel-wand.c   wand->pixel.green=(MagickRealType) magenta;
pixel            2094 wand/pixel-wand.c   wand->pixel=(*color);
pixel            2127 wand/pixel-wand.c   wand->pixel.matte=MagickTrue;
pixel            2128 wand/pixel-wand.c   wand->pixel.opacity=(MagickRealType) ClampToQuantum((MagickRealType)
pixel            2163 wand/pixel-wand.c   wand->pixel.opacity=(MagickRealType) opacity;
pixel            2197 wand/pixel-wand.c   wand->pixel.red=(MagickRealType) color->red;
pixel            2198 wand/pixel-wand.c   wand->pixel.green=(MagickRealType) color->green;
pixel            2199 wand/pixel-wand.c   wand->pixel.blue=(MagickRealType) color->blue;
pixel            2200 wand/pixel-wand.c   wand->pixel.opacity=(MagickRealType) color->opacity;
pixel            2201 wand/pixel-wand.c   wand->pixel.matte=color->opacity != OpaqueOpacity ? MagickTrue : MagickFalse;
pixel            2234 wand/pixel-wand.c   wand->pixel.red=(MagickRealType) ClampToQuantum((MagickRealType)
pixel            2268 wand/pixel-wand.c   wand->pixel.red=(MagickRealType) red;
pixel            2301 wand/pixel-wand.c   wand->pixel.blue=(MagickRealType) ClampToQuantum((MagickRealType)
pixel            2335 wand/pixel-wand.c   wand->pixel.blue=(MagickRealType) yellow;
pixel              29 www/source/contrast.c     pixel;
pixel              83 www/source/contrast.c       PixelGetMagickColor(pixels[x],&pixel);
pixel              84 www/source/contrast.c       pixel.red=SigmoidalContrast(pixel.red);
pixel              85 www/source/contrast.c       pixel.green=SigmoidalContrast(pixel.green);
pixel              86 www/source/contrast.c       pixel.blue=SigmoidalContrast(pixel.blue);
pixel              87 www/source/contrast.c       pixel.index=SigmoidalContrast(pixel.index);
pixel              88 www/source/contrast.c       PixelSetMagickColor(contrast_pixels[x],&pixel);
pixel              17 www/source/wand/sigmoidal-contrast.c     pixel;
pixel              29 www/source/wand/sigmoidal-contrast.c     PixelGetMagickColor(pixels[x],&pixel);
pixel              30 www/source/wand/sigmoidal-contrast.c     pixel.red=SigmoidalContrast(pixel.red);
pixel              31 www/source/wand/sigmoidal-contrast.c     pixel.green=SigmoidalContrast(pixel.green);
pixel              32 www/source/wand/sigmoidal-contrast.c     pixel.blue=SigmoidalContrast(pixel.blue);
pixel              33 www/source/wand/sigmoidal-contrast.c     pixel.index=SigmoidalContrast(pixel.index);
pixel              34 www/source/wand/sigmoidal-contrast.c     PixelSetMagickColor(pixels[x],&pixel);
pixel              66 www/source/wand/sigmoidal-contrast.c     pixel;