OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wimage_rowbytes
(Results
1 - 2
of
2
) sorted by null
/external/libpng/contrib/gregbook/
rpng-win.c
130
static ulg
wimage_rowbytes
;
variable
453
wimage_rowbytes
= ((3*image_width + 3L) >> 2) << 2;
456
wimage_rowbytes
*image_height)))
483
dest = wimage_data + j*
wimage_rowbytes
;
545
Trace((stderr, "(width = %ld, rowbytes = %ld,
wimage_rowbytes
= %d)\n",
546
image_width, image_rowbytes,
wimage_rowbytes
))
557
dest = wimage_data + row*
wimage_rowbytes
;
rpng2-win.c
235
static ulg
wimage_rowbytes
;
variable
679
wimage_rowbytes
= ((3*rpng2_info.width + 3L) >> 2) << 2;
682
wimage_rowbytes
*rpng2_info.height)))
711
memset(wimage_data, 0,
wimage_rowbytes
*rpng2_info.height);
714
dest = wimage_data + j*
wimage_rowbytes
;
784
dest = wimage_data + j*
wimage_rowbytes
;
[
all
...]
Completed in 3241 milliseconds