Home
last modified time | relevance | path

Searched refs:fBitDepth (Results 1 – 7 of 7) sorted by relevance

/external/dng_sdk/source/
Ddng_utils.cpp517 uint32 fBitDepth; member in dng_limit_float_depth_task
553 , fBitDepth (bitDepth) in dng_limit_float_depth_task()
609 bool limit16 = (fBitDepth == 16); in Process()
610 bool limit24 = (fBitDepth == 24); in Process()
/external/skia/src/shaders/
DSkPictureShader.cpp43 , fBitDepth(bitDepth) in BitmapShaderKey()
48 sizeof(fBitDepth) + in BitmapShaderKey()
63 SkImage::BitDepth fBitDepth; member
/external/skqp/src/shaders/
DSkPictureShader.cpp43 , fBitDepth(bitDepth) in BitmapShaderKey()
48 sizeof(fBitDepth) + in BitmapShaderKey()
63 SkImage::BitDepth fBitDepth; member
/external/skia/src/codec/
DSkPngCodec.h87 const int fBitDepth; variable
DSkPngCodec.cpp314 const int maxColors = 1 << fBitDepth; in createColorTable()
979 , fBitDepth(bitDepth) in SkPngCodec()
/external/skqp/src/codec/
DSkPngCodec.h87 const int fBitDepth; variable
DSkPngCodec.cpp314 const int maxColors = 1 << fBitDepth; in createColorTable()
979 , fBitDepth(bitDepth) in SkPngCodec()