/external/dng_sdk/source/ |
dng_simple_image.h | 44 uint32 pixelType, 53 virtual void SetPixelType (uint32 pixelType);
|
dng_simple_image.cpp | 27 uint32 pixelType, 32 pixelType) 40 ComputeBufferSize (pixelType, bounds.Size (), planes, pad16Bytes); 44 fBuffer = dng_pixel_buffer (bounds, 0, planes, pixelType, pcInterleaved, fMemory->Buffer ()); 62 PixelType (), 76 void dng_simple_image::SetPixelType (uint32 pixelType) 79 dng_image::SetPixelType (pixelType); 81 fBuffer.fPixelType = pixelType;
|
dng_host.cpp | 343 uint32 pixelType) 348 pixelType,
|
dng_image.h | 177 uint32 pixelType); 224 uint32 PixelType () const 230 /// \param pixelType The new pixel type . 232 virtual void SetPixelType (uint32 pixelType);
|
dng_image.cpp | 92 uint32 pixelType) 96 , fPixelType (pixelType) 135 void dng_image::SetPixelType (uint32 pixelType) 138 if (TagTypeSize (pixelType) != PixelSize ()) 145 fPixelType = pixelType; 154 return TagTypeSize (PixelType ());
|
dng_read_image.cpp | 814 image.PixelType ()) 1214 uint32 pixelType = ttUndefined; 1219 pixelType = ttByte; 1228 pixelType = ttFloat; 1244 pixelType = ttFloat; 1276 pixelType = ttShort; 1293 pixelType = image.PixelType (); 1310 pixelType = ttShort; 1352 pixelType = ttShort [all...] |
dng_host.h | 375 uint32 pixelType);
|
dng_pixel_buffer.h | 155 void CheckPixelType (uint32 pixelType) const; 174 /// \param pixelType Pixel data type (one of the values defined in 181 uint32 pixelType, uint32 planarConfiguration,
|
dng_pixel_buffer.cpp | 367 uint32 pixelType, 377 , fPixelType (pixelType) 378 , fPixelSize (TagTypeSize(pixelType)) 491 void dng_pixel_buffer::CheckPixelType (uint32 pixelType) const 494 if (fPixelType != pixelType) [all...] |
dng_utils.cpp | 170 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize, 183 const uint32 pixelSize = TagTypeSize(pixelType); 438 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");
|
dng_negative.cpp | 1484 image.PixelType (), pcInterleaved, NULL); 1586 if (RawImage ().PixelType () == ttFloat || RawTransparencyMask ()) [all...] |
dng_utils.h | 254 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize,
|
dng_lens_correction.cpp | [all...] |
/external/deqp/framework/platform/win32/ |
tcuWGL.hpp | 52 enum PixelType 103 PixelType pixelType; 138 , pixelType (PIXELTYPE_LAST)
|
tcuWGL.cpp | 292 static PixelFormatInfo::PixelType translatePixelType (int type) 338 info.pixelType = translatePixelType(values[5]); 464 !(info.pixelType == wgl::PixelFormatInfo::PIXELTYPE_RGBA) ||
|
/external/mesa3d/src/mesa/swrast/ |
s_blit.c | 41 #define RESAMPLE(NAME, PIXELTYPE, SIZE) \ 47 const PIXELTYPE *src = (const PIXELTYPE *) srcBuffer;\ 48 PIXELTYPE *dst = (PIXELTYPE *) dstBuffer; \ 520 GLenum pixelType; 529 pixelType = GL_UNSIGNED_BYTE; 533 pixelType = GL_FLOAT; 643 if (pixelType == GL_UNSIGNED_BYTE) { 660 if (pixelType == GL_UNSIGNED_BYTE) [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Color.h | 38 // PixelType specifies the interpretation of PixelInfo members 59 enum PixelType 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_) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
PixMapWrapper.py | 33 'pixelType':'h', # pixel format 56 'pixelType':30, 79 QuickDraw.RGBDirect, # pixelType 172 self.pixelType = QuickDraw.RGBDirect
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
PixMapWrapper.py | 33 'pixelType':'h', # pixel format 56 'pixelType':30, 79 QuickDraw.RGBDirect, # pixelType 172 self.pixelType = QuickDraw.RGBDirect
|
/external/ImageMagick/Magick++/lib/ |
Color.cpp | 286 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_ [all...] |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/ |
swt-3.5.0.jar | |
/prebuilts/tools/darwin-x86/swt/ |
swt.jar | |