Searched refs:colorDepth (Results 1 – 7 of 7) sorted by relevance
/external/angle/samples/sample_util/ |
D | tga_utils.cpp | 32 uint8_t colorDepth; member 70 readBinary(stream, header.colorDepth); in LoadTGAImageFromFile() 76 size_t pixelComponentCount = header.colorDepth / CHAR_BIT; in LoadTGAImageFromFile()
|
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/ |
D | AnimatedGifEncoder.java | 66 private int colorDepth; // number of bit planes field in AnimatedGifEncoder 332 colorDepth = 8; in analyzePixels() 511 LZWEncoder encoder = new LZWEncoder(width, height, indexedPixels, colorDepth); in writePixels()
|
/external/skia/dm/ |
D | DMJsonWriter.cpp | 87 writer.appendString("color_depth", gBitmapResults[i].colorDepth.c_str()); in DumpJson() 134 br.colorDepth = options["color_depth"].as<StringValue>().begin(); in ReadJson()
|
D | DMJsonWriter.h | 36 SkString colorDepth; member
|
D | DM.cpp | 1357 result.colorDepth = ToolUtils::colortype_depth(bitmap->colorType()); in WriteToDisk()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 496 uint32 colorDepth : 8; member
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 10385 short colorDepth; in Qt_GetMaxCompressionSize() local 10396 &colorDepth, in Qt_GetMaxCompressionSize() 10403 colorDepth, in Qt_GetMaxCompressionSize() 10420 short colorDepth; in Qt_GetCompressionTime() local 10432 &colorDepth, in Qt_GetCompressionTime() 10438 colorDepth, in Qt_GetCompressionTime() 10794 short colorDepth; in Qt_ConvertImage() local 10808 &colorDepth, in Qt_ConvertImage() 10819 colorDepth, in Qt_ConvertImage()
|