Searched refs:PixelType (Results 1 - 23 of 23) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
H A DColor.h38 // PixelType specifies the interpretation of PixelInfo members
59 enum PixelType enum in class:Magick::Color
123 Magick::Color::PixelType pixelType(void) const;
149 Color(PixelInfo *rep_,PixelType pixelType_);
151 // Constructor to construct with PixelType
152 Color(PixelType pixelType_);
156 void pixel(PixelInfo *rep_,PixelType pixelType_);
176 PixelType _pixelType; // Color type supported by _pixel
232 ColorCMYK(PixelInfo *rep_,PixelType pixelType_);
266 ColorGray(PixelInfo *rep_,PixelType pixelType
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWGL.hpp52 enum PixelType enum in class:tcu::wgl::PixelFormatInfo
103 PixelType pixelType;
H A DtcuWGL.cpp292 static PixelFormatInfo::PixelType translatePixelType (int type)
/external/dng_sdk/source/
H A Ddng_filter_task.cpp36 , fSrcPixelType (srcImage.PixelType ())
40 , fDstPixelType (dstImage.PixelType ())
H A Ddng_opcodes.cpp268 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ());
381 image->PixelType ()));
440 , fPixelType (opcode.BufferPixelType (image.PixelType ()))
H A Ddng_preview.cpp218 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8;
497 if (preview.fImage->PixelType () == ttFloat)
552 if (fImage->PixelType () == ttFloat)
578 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8;
647 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8;
H A Ddng_negative.cpp1484 image.PixelType (), pcInterleaved, NULL);
1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ())
1800 uint32 rawPixelType = rawImage.PixelType ();
1854 RawTransparencyMask ()->PixelType ());
2518 if (RawImage ().PixelType () == ttFloat)
3606 rawIFD.PixelType ()));
3643 if (fStage1Image->PixelType () == ttFloat)
3768 if (stage1.PixelType () == ttLong ||
3769 stage1.PixelType () == ttFloat)
3800 if (fStage2Image->PixelType ()
[all...]
H A Ddng_utils.cpp438 DNG_ASSERT (image.PixelType () == ttShort, "Unsupported pixel type");
745 DNG_ASSERT (srcImage.PixelType () == ttFloat, "Floating point image expected");
746 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected");
H A Ddng_ifd.h282 virtual uint32 PixelType () const;
H A Ddng_image.h224 uint32 PixelType () const function in class:dng_image
H A Ddng_simple_image.cpp62 PixelType (),
H A Ddng_jpeg_image.cpp175 DNG_ASSERT (image.PixelType () == ttByte, "Cannot JPEG encode non-byte image");
H A Ddng_image.cpp154 return TagTypeSize (PixelType ());
H A Ddng_image_writer.cpp4182 image.PixelType(), pcInterleaved, uncompressedBuffer->Buffer());
4602 uint32 bytesPerSample = TagTypeSize (image.PixelType ());
5399 ifd.fBitsPerSample [0] = TagTypeSize (image.PixelType ()) * 8;
5450 if (image.PixelType () == ttFloat)
5724 bool isFloatingPoint = (negative.RawImage ().PixelType () == ttFloat);
5732 bool isCompressed32BitInteger = (negative.RawImage ().PixelType () == ttLong) &&
5911 if (rawImage.PixelType () == ttLong)
5993 uint32 rawPixelType = rawImage.PixelType ();
6672 if (negative.RawTransparencyMask ()->PixelType () == ttFloat)
H A Ddng_linearization_info.cpp88 , fSrcPixelType (srcImage.PixelType ())
89 , fDstPixelType (dstImage.PixelType ())
H A Ddng_read_image.cpp814 image.PixelType ())
1293 pixelType = image.PixelType ();
3042 uint32 bytesPerPixel = TagTypeSize (ifd.PixelType ());
H A Ddng_lens_correction.cpp1662 image->PixelType ()));
1852 image->PixelType ()));
H A Ddng_mosaic_info.cpp1838 srcImage.PixelType (), pcInterleaved, NULL);
1851 dstImage.PixelType (), pcRowInterleaved, NULL);
H A Ddng_ifd.cpp4166 uint32 dng_ifd::PixelType () const function in class:dng_ifd
H A Ddng_render.cpp1307 srcImage->PixelType ()));
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.h77 PixelType m_type;
H A Dgrfmt_exr.cpp62 #define UINT ((Imf::PixelType)0)
64 #define HALF ((Imf::PixelType)1)
66 #define FLOAT ((Imf::PixelType)2)
595 PixelType type;
/external/ImageMagick/Magick++/lib/
H A DColor.cpp286 Magick::Color::PixelType Magick::Color::pixelType() const
378 Magick::Color::Color(PixelType pixelType_)
387 Magick::Color::Color(PixelInfo* rep_,PixelType pixelType_)
395 void Magick::Color::pixel(PixelInfo *rep_,PixelType pixelType_)
528 Magick::ColorCMYK::ColorCMYK(PixelInfo *rep_,PixelType pixelType_)
572 Magick::ColorGray::ColorGray(PixelInfo *rep_,PixelType pixelType_)
762 Magick::ColorMono::ColorMono(PixelInfo *rep_,PixelType pixelType_)
841 Magick::ColorRGB::ColorRGB(PixelInfo *rep_,PixelType pixelType_)
912 Magick::ColorYUV::ColorYUV(PixelInfo *rep_,PixelType pixelType_)

Completed in 391 milliseconds