/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_simple_image.cpp | 27 uint32 pixelType, in dng_simple_image() argument 32 pixelType) in dng_simple_image() 40 ComputeBufferSize (pixelType, bounds.Size (), planes, pad16Bytes); in dng_simple_image() 44 fBuffer = dng_pixel_buffer (bounds, 0, planes, pixelType, pcInterleaved, fMemory->Buffer ()); in dng_simple_image() 76 void dng_simple_image::SetPixelType (uint32 pixelType) in SetPixelType() argument 79 dng_image::SetPixelType (pixelType); in SetPixelType() 81 fBuffer.fPixelType = pixelType; in SetPixelType()
|
D | dng_simple_image.h | 44 uint32 pixelType, 53 virtual void SetPixelType (uint32 pixelType);
|
D | dng_read_image.cpp | 1214 uint32 pixelType = ttUndefined; in ReadUncompressed() local 1219 pixelType = ttByte; in ReadUncompressed() 1228 pixelType = ttFloat; in ReadUncompressed() 1244 pixelType = ttFloat; in ReadUncompressed() 1276 pixelType = ttShort; in ReadUncompressed() 1293 pixelType = image.PixelType (); in ReadUncompressed() 1310 pixelType = ttShort; in ReadUncompressed() 1352 pixelType = ttShort; in ReadUncompressed() 1391 pixelType = ttLong; in ReadUncompressed() 1434 dng_pixel_buffer buffer (tileArea, plane, planes, pixelType, in ReadUncompressed() [all …]
|
D | dng_image.cpp | 92 uint32 pixelType) in dng_image() argument 96 , fPixelType (pixelType) in dng_image() 135 void dng_image::SetPixelType (uint32 pixelType) in SetPixelType() argument 138 if (TagTypeSize (pixelType) != PixelSize ()) in SetPixelType() 145 fPixelType = pixelType; in SetPixelType()
|
D | dng_host.cpp | 343 uint32 pixelType) in Make_dng_image() argument 348 pixelType, in Make_dng_image()
|
D | dng_image.h | 177 uint32 pixelType); 232 virtual void SetPixelType (uint32 pixelType);
|
D | dng_pixel_buffer.cpp | 367 uint32 pixelType, in dng_pixel_buffer() argument 377 , fPixelType (pixelType) in dng_pixel_buffer() 378 , fPixelSize (TagTypeSize(pixelType)) in dng_pixel_buffer() 491 void dng_pixel_buffer::CheckPixelType (uint32 pixelType) const in CheckPixelType() 494 if (fPixelType != pixelType) in CheckPixelType()
|
D | dng_pixel_buffer.h | 155 void CheckPixelType (uint32 pixelType) const; 181 uint32 pixelType, uint32 planarConfiguration,
|
D | dng_host.h | 375 uint32 pixelType);
|
D | dng_utils.cpp | 170 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize, in ComputeBufferSize() argument 183 const uint32 pixelSize = TagTypeSize(pixelType); in ComputeBufferSize()
|
D | dng_negative.cpp | 1641 uint32 pixelType) in dng_find_new_raw_image_digest_task() argument 1644 , fPixelType (pixelType) in dng_find_new_raw_image_digest_task() 1645 , fPixelSize (TagTypeSize (pixelType)) in dng_find_new_raw_image_digest_task() 3766 uint32 pixelType = ttShort; in DoBuildStage2() local 3772 pixelType = ttFloat; in DoBuildStage2() 3778 pixelType)); in DoBuildStage2()
|
D | dng_utils.h | 254 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize,
|
D | dng_lens_correction.cpp | 2296 const uint32 pixelType = ttShort; in Prepare() local 2297 const uint32 bufferSize = ComputeBufferSize(pixelType, tileSize, in Prepare()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_rotate.c | 179 #define TRANSFORM_SURFACE_90(pixelType) \ argument 180 …int dy, dincy = dst->pitch - dst->w*sizeof(pixelType), sincx, sincy, signx, signy; … 183 …computeSourceIncrements90(src, sizeof(pixelType), angle, flipx, flipy, &sincx, &sincy, &signx, &si… 184 …if (signx < 0) sp += (src->w-1)*sizeof(pixelType); … 188 …if (sincx == sizeof(pixelType)) { /* if advancing src and dest equally, use memcpy */ … 189 … SDL_memcpy(dp, sp, dst->w*sizeof(pixelType)); \ 190 … sp += dst->w*sizeof(pixelType); \ 191 … dp += dst->w*sizeof(pixelType); \ 193 … for (de = dp + dst->w*sizeof(pixelType); dp != de; sp += sincx, dp += sizeof(pixelType)) { \ 194 … *(pixelType*)dp = *(pixelType*)sp; \
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.hpp | 104 PixelType pixelType; member in tcu::wgl::PixelFormatInfo 147 , pixelType (PIXELTYPE_LAST) in PixelFormatInfo()
|
D | tcuWGL.cpp | 403 info.pixelType = translatePixelType(values[WGL_PIXEL_TYPE_ARB]); in getPixelFormatInfo() 596 if (info.pixelType != wgl::PixelFormatInfo::PIXELTYPE_RGBA) in isSupportedByTests()
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 545 GLenum pixelType; in blit_linear() local 555 pixelType = GL_UNSIGNED_BYTE; in blit_linear() 559 pixelType = GL_FLOAT; in blit_linear() 663 if (pixelType == GL_UNSIGNED_BYTE) { in blit_linear() 680 if (pixelType == GL_UNSIGNED_BYTE) { in blit_linear() 695 if (pixelType == GL_UNSIGNED_BYTE) { in blit_linear() 707 if (pixelType == GL_UNSIGNED_BYTE) { in blit_linear()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListWGL.cpp | 59 fmtInfo.pixelType == tcu::wgl::PixelFormatInfo::PIXELTYPE_RGBA; in getDefaultWglConfigList()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTests.cpp | 436 typedef ut::mapVkFormat2Type<imageFormat>::type pixelType; in init() typedef 437 const VkDeviceSize dataSize = vertexCount * sizeof(pixelType); in init() 441 std::vector<pixelType> data(vertexCount); in init() 445 data[idx].x() = static_cast<pixelType::Element>(primes[idx % primeCount]); in init() 446 data[idx].y() = static_cast<pixelType::Element>(idx); in init()
|