Home | History | Annotate | Download | only in lib

Lines Matching refs:rep_

387 Magick::Color::Color(PixelInfo* rep_,PixelType pixelType_)
388 : _pixel(rep_),
395 void Magick::Color::pixel(PixelInfo *rep_,PixelType pixelType_)
400 _pixel=rep_;
528 Magick::ColorCMYK::ColorCMYK(PixelInfo *rep_,PixelType pixelType_)
529 : Color(rep_,pixelType_)
572 Magick::ColorGray::ColorGray(PixelInfo *rep_,PixelType pixelType_)
573 : Color(rep_,pixelType_)
762 Magick::ColorMono::ColorMono(PixelInfo *rep_,PixelType pixelType_)
763 : Color(rep_,pixelType_)
841 Magick::ColorRGB::ColorRGB(PixelInfo *rep_,PixelType pixelType_)
842 : Color(rep_,pixelType_)
912 Magick::ColorYUV::ColorYUV(PixelInfo *rep_,PixelType pixelType_)
913 : Color(rep_,pixelType_)