Searched refs:colorDepth (Results 1 – 6 of 6) sorted by relevance
/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 | 90 writer.appendString("color_depth", gBitmapResults[i].colorDepth.c_str()); in DumpJson() 155 br.colorDepth = options["color_depth"].as<StringValue>().begin(); in ReadJson()
|
D | DMJsonWriter.h | 36 SkString colorDepth; member
|
D | DM.cpp | 1297 result.colorDepth = color_depth (bitmap->colorType()); in WriteToDisk()
|
/external/mesa3d/src/gallium/drivers/svga/include/ |
D | svga_reg.h | 494 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()
|