Home
last modified time | relevance | path

Searched refs:PixelType (Results 1 – 21 of 21) sorted by relevance

/external/ImageMagick/Magick++/lib/Magick++/
DColor.h59 enum PixelType enum
123 Magick::Color::PixelType pixelType(void) const;
149 Color(PixelInfo *rep_,PixelType 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_);
308 ColorHSL(PixelInfo *rep_,PixelType pixelType_);
342 ColorMono(PixelInfo* rep_,PixelType pixelType_);
[all …]
/external/ImageMagick/Magick++/lib/
DColor.cpp286 Magick::Color::PixelType Magick::Color::pixelType() const in pixelType()
378 Magick::Color::Color(PixelType pixelType_) in Color()
387 Magick::Color::Color(PixelInfo* rep_,PixelType pixelType_) in Color()
395 void Magick::Color::pixel(PixelInfo *rep_,PixelType pixelType_) in pixel()
528 Magick::ColorCMYK::ColorCMYK(PixelInfo *rep_,PixelType pixelType_) in ColorCMYK()
572 Magick::ColorGray::ColorGray(PixelInfo *rep_,PixelType pixelType_) in ColorGray()
762 Magick::ColorMono::ColorMono(PixelInfo *rep_,PixelType pixelType_) in ColorMono()
841 Magick::ColorRGB::ColorRGB(PixelInfo *rep_,PixelType pixelType_) in ColorRGB()
912 Magick::ColorYUV::ColorYUV(PixelInfo *rep_,PixelType pixelType_) in ColorYUV()
/external/dng_sdk/source/
Ddng_preview.cpp218 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet()
497 if (preview.fImage->PixelType () == ttFloat) in dng_raw_preview_tag_set()
552 if (fImage->PixelType () == ttFloat) in AddTagSet()
578 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet()
647 fIFD.fBitsPerSample [0] = TagTypeSize (fImage->PixelType ()) * 8; in AddTagSet()
Ddng_filter_task.cpp36 , fSrcPixelType (srcImage.PixelType ()) in dng_filter_task()
40 , fDstPixelType (dstImage.PixelType ()) in dng_filter_task()
Ddng_negative.cpp1484 image.PixelType (), pcInterleaved, NULL); in FindImageDigest()
1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ()) in FindRawImageDigest()
1800 uint32 rawPixelType = rawImage.PixelType (); in FindNewRawImageDigest()
1854 RawTransparencyMask ()->PixelType ()); in FindNewRawImageDigest()
2518 if (RawImage ().PixelType () == ttFloat) in WhiteLevel()
3606 rawIFD.PixelType ())); in ReadStage1Image()
3643 if (fStage1Image->PixelType () == ttFloat) in ReadStage1Image()
3768 if (stage1.PixelType () == ttLong || in DoBuildStage2()
3769 stage1.PixelType () == ttFloat) in DoBuildStage2()
3800 if (fStage2Image->PixelType () == ttFloat) in NeedDefloatStage2()
[all …]
Ddng_opcodes.cpp268 fSrcPixelType = fOpcode.BufferPixelType (srcImage.PixelType ()); in dng_filter_opcode_task()
381 image->PixelType ())); in Apply()
440 , fPixelType (opcode.BufferPixelType (image.PixelType ())) in dng_inplace_opcode_task()
Ddng_utils.cpp438 DNG_ASSERT (image.PixelType () == ttShort, "Unsupported pixel type"); in HistogramArea()
745 DNG_ASSERT (srcImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
746 DNG_ASSERT (dstImage.PixelType () == ttFloat, "Floating point image expected"); in LimitFloatBitDepth()
Ddng_simple_image.cpp62 PixelType (), in Clone()
Ddng_ifd.h282 virtual uint32 PixelType () const;
Ddng_image.h224 uint32 PixelType () const in PixelType() function
Ddng_jpeg_image.cpp175 DNG_ASSERT (image.PixelType () == ttByte, "Cannot JPEG encode non-byte image"); in Encode()
Ddng_image_writer.cpp4182 image.PixelType(), pcInterleaved, uncompressedBuffer->Buffer()); in WriteTile()
4602 uint32 bytesPerSample = TagTypeSize (image.PixelType ()); in WriteImage()
5399 ifd.fBitsPerSample [0] = TagTypeSize (image.PixelType ()) * 8; in WriteTIFFWithProfile()
5450 if (image.PixelType () == ttFloat) in WriteTIFFWithProfile()
5724 bool isFloatingPoint = (negative.RawImage ().PixelType () == ttFloat); in WriteDNG()
5732 bool isCompressed32BitInteger = (negative.RawImage ().PixelType () == ttLong) && in WriteDNG()
5911 if (rawImage.PixelType () == ttLong) in WriteDNG()
5993 uint32 rawPixelType = rawImage.PixelType (); in WriteDNG()
6672 if (negative.RawTransparencyMask ()->PixelType () == ttFloat) in WriteDNG()
Ddng_linearization_info.cpp88 , fSrcPixelType (srcImage.PixelType ()) in dng_linearize_plane()
89 , fDstPixelType (dstImage.PixelType ()) in dng_linearize_plane()
Ddng_image.cpp154 return TagTypeSize (PixelType ()); in PixelSize()
Ddng_render.cpp1307 srcImage->PixelType ())); in Render()
Ddng_mosaic_info.cpp1838 srcImage.PixelType (), pcInterleaved, NULL); in InterpolateGeneric()
1851 dstImage.PixelType (), pcRowInterleaved, NULL); in InterpolateGeneric()
Ddng_read_image.cpp814 image.PixelType ()) in dng_row_interleaved_image()
1293 pixelType = image.PixelType (); in ReadUncompressed()
3042 uint32 bytesPerPixel = TagTypeSize (ifd.PixelType ()); in Read()
Ddng_lens_correction.cpp1662 image->PixelType ())); in Apply()
1852 image->PixelType ())); in Apply()
Ddng_ifd.cpp4166 uint32 dng_ifd::PixelType () const in PixelType() function in dng_ifd
/external/deqp/framework/platform/win32/
DtcuWGL.hpp52 enum PixelType enum in tcu::wgl::PixelFormatInfo
103 PixelType pixelType;
DtcuWGL.cpp292 static PixelFormatInfo::PixelType translatePixelType (int type) in translatePixelType()