Searched defs:data_width (Results 1 - 5 of 5) sorted by relevance

/external/jpeg/
H A Dwrbmp.c50 JDIMENSION data_width; /* JSAMPLEs per row */ member in struct:__anon19075
419 dest->data_width = row_width;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
/external/qemu/distrib/jpeg-6b/
H A Dwrbmp.c50 JDIMENSION data_width; /* JSAMPLEs per row */ member in struct:__anon24318
419 dest->data_width = row_width;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
/external/qemu/hw/
H A Dsmbios.h119 uint16_t data_width; member in struct:smbios_type_17
/external/chromium_org/ui/base/x/
H A Dx11_util.cc1211 int data_width, int data_height,
1222 image.width = data_width;
1230 image.bytes_per_line = data_width * pixmap_bpp / 8;
1255 static_cast<uint8_t*>(malloc(4 * data_width * data_height));
1261 for (int x = 0; x < data_width; ++x) {
1281 static_cast<uint16_t*>(malloc(2 * data_width * data_height));
1287 for (int x = 0; x < data_width; ++x) {
1207 PutARGBImage(Display* display, void* visual, int depth, XID pixmap, void* pixmap_gc, const uint8* data, int data_width, int data_height, int src_x, int src_y, int dst_x, int dst_y, int copy_width, int copy_height) argument
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c2047 uint16_t data_width; member in struct:smbios_type_17
2397 p->data_width = 64;

Completed in 155 milliseconds