Searched refs:data_width (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/ui/gfx/x/
H A Dx11_types.cc68 int data_width, int data_height,
79 image.width = data_width;
87 image.bytes_per_line = data_width * pixmap_bpp / 8;
112 static_cast<uint8_t*>(malloc(4 * data_width * data_height));
118 for (int x = 0; x < data_width; ++x) {
138 static_cast<uint16_t*>(malloc(2 * data_width * data_height));
144 for (int x = 0; x < data_width; ++x) {
64 PutARGBImage(XDisplay* 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
H A Dx11_types.h41 // - |data_width| and |data_height| refer to the data image
48 int data_width, int data_height,
/external/qemu/include/hw/i386/
H A Dsmbios.h119 uint16_t data_width; member in struct:smbios_type_17
/external/chromium_org/third_party/libjpeg_turbo/
H A Dwrbmp.c50 JDIMENSION data_width; /* JSAMPLEs per row */ member in struct:__anon12778
419 dest->data_width = row_width;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
/external/jpeg/
H A Dwrbmp.c50 JDIMENSION data_width; /* JSAMPLEs per row */ member in struct:__anon22739
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:__anon29337
419 dest->data_width = row_width;
422 dest->pad_bytes = (int) (row_width - dest->data_width);
/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 255 milliseconds