OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:data_width
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/gfx/x/
x11_types.cc
53
int
data_width
, int data_height,
64
image.width =
data_width
;
72
image.bytes_per_line =
data_width
* pixmap_bpp / 8;
97
static_cast<uint8_t*>(malloc(4 *
data_width
* data_height));
103
for (int x = 0; x <
data_width
; ++x) {
123
static_cast<uint16_t*>(malloc(2 *
data_width
* data_height));
129
for (int x = 0; x <
data_width
; ++x) {
x11_types.h
37
// - |
data_width
| and |data_height| refer to the data image
44
int
data_width
, int data_height,
/external/qemu/hw/
smbios.h
119
uint16_t
data_width
;
member in struct:smbios_type_17
/external/jpeg/
wrbmp.c
50
JDIMENSION
data_width
; /* JSAMPLEs per row */
member in struct:__anon19666
419
dest->
data_width
= row_width;
422
dest->pad_bytes = (int) (row_width - dest->
data_width
);
/external/qemu/distrib/jpeg-6b/
wrbmp.c
50
JDIMENSION
data_width
; /* JSAMPLEs per row */
member in struct:__anon24931
419
dest->
data_width
= row_width;
422
dest->pad_bytes = (int) (row_width - dest->
data_width
);
/external/qemu-pc-bios/bochs/bios/
rombios32.c
2047
uint16_t
data_width
;
member in struct:smbios_type_17
[
all
...]
Completed in 101 milliseconds