OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bg_rowbytes
(Results
1 - 2
of
2
) sorted by null
/external/libpng/contrib/gregbook/
rpng2-x.c
212
static ulg
bg_rowbytes
;
variable
[
all
...]
rpng2-win.c
194
static ulg
bg_rowbytes
;
variable
850
bg_rowbytes
= 3 * rpng2_info.width;
851
bg_data = (uch *)malloc(
bg_rowbytes
* rpng2_info.height);
896
dest = bg_data + row*
bg_rowbytes
[
all
...]
Completed in 67 milliseconds