Home
last modified time | relevance | path

Searched refs:colorDepth (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A Dtga_utils.cpp32 uint8_t colorDepth; member
70 readBinary(stream, header.colorDepth); in LoadTGAImageFromFile()
76 size_t pixelComponentCount = header.colorDepth / CHAR_BIT; in LoadTGAImageFromFile()
/third_party/skia/dm/
H A DDMJsonWriter.cpp87 writer.appendString("color_depth", gBitmapResults[i].colorDepth.c_str()); in DumpJson()
134 br.colorDepth = options["color_depth"].as<StringValue>().begin(); in ReadJson()
H A DDMJsonWriter.h36 SkString colorDepth; member
H A DDM.cpp1342 result.colorDepth = ToolUtils::colortype_depth(bitmap->colorType()); in WriteToDisk()
/third_party/backends/backend/
H A Dpieusb_scancmd.c746 DBG (DBG_info_scan, " depth = %02x\n", mode->colorDepth); in sanei_pieusb_cmd_set_mode()
787 _set_byte (mode->colorDepth, data, 5); in sanei_pieusb_cmd_set_mode()
864 mode->colorDepth = _get_byte (data, 5); in sanei_pieusb_cmd_get_mode()
877 DBG (DBG_info_scan, " depth = %02x\n", mode->colorDepth); in sanei_pieusb_cmd_get_mode()
H A Dpieusb_scancmd.h156 SANE_Byte colorDepth; member
H A Dpieusb_specific.c1832 case 1: scanner->mode.colorDepth = SCAN_COLOR_DEPTH_1; break; in sanei_pieusb_set_mode_from_options()
1833 case 8: scanner->mode.colorDepth = SCAN_COLOR_DEPTH_8; break; in sanei_pieusb_set_mode_from_options()
1834 case 16: scanner->mode.colorDepth = SCAN_COLOR_DEPTH_16; break; in sanei_pieusb_set_mode_from_options()
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h496 uint32 colorDepth : 8; member

Completed in 13 milliseconds