Home
last modified time | relevance | path

Searched defs:pixelType (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_simple_image.cpp27 uint32 pixelType, in dng_simple_image()
76 void dng_simple_image::SetPixelType (uint32 pixelType) in SetPixelType()
Ddng_host.cpp343 uint32 pixelType) in Make_dng_image()
Ddng_image.cpp92 uint32 pixelType) in dng_image()
135 void dng_image::SetPixelType (uint32 pixelType) in SetPixelType()
Ddng_utils.cpp170 uint32 ComputeBufferSize(uint32 pixelType, const dng_point &tileSize, in ComputeBufferSize()
Ddng_pixel_buffer.cpp367 uint32 pixelType, in dng_pixel_buffer()
Ddng_read_image.cpp1214 uint32 pixelType = ttUndefined; in ReadUncompressed() local
2200 uint32 pixelType = ttUndefined; in ReadTile() local
Ddng_negative.cpp1641 uint32 pixelType) in dng_find_new_raw_image_digest_task()
3766 uint32 pixelType = ttShort; in DoBuildStage2() local
Ddng_lens_correction.cpp2296 const uint32 pixelType = ttShort; in Prepare() local
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_rotate.c179 #define TRANSFORM_SURFACE_90(pixelType) \ argument