OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wimage_data
(Results
1 - 2
of
2
) sorted by null
/external/libpng/contrib/gregbook/
rpng-win.c
159
static uch *
wimage_data
;
variable
516
directly =>
wimage_data
begins immediately after BMP header.
527
wimage_data
= dib + sizeof(BITMAPINFOHEADER);
534
dest =
wimage_data
+ j*wimage_rowbytes;
608
dest =
wimage_data
+ row*wimage_rowbytes;
712
wimage_data
, (BITMAPINFO *)bmih,
rpng2-win.c
265
static uch *
wimage_data
;
variable
722
directly =>
wimage_data
begins immediately after BMP header.
733
wimage_data
= dib + sizeof(BITMAPINFOHEADER);
742
memset(
wimage_data
, 0, wimage_rowbytes*rpng2_info.height);
745
dest =
wimage_data
+ j*wimage_rowbytes;
815
dest =
wimage_data
+ j*wimage_rowbytes;
[
all
...]
Completed in 154 milliseconds