OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:y_white
(Results
1 - 8
of
8
) sorted by null
/external/libpng/
pngset.c
51
info_ptr->
y_white
= (float)white_y;
99
info_ptr->
y_white
= (float)(white_y/100000.);
[
all
...]
pngget.c
420
*white_y = (double)info_ptr->
y_white
;
pngwrite.c
90
info_ptr->x_white, info_ptr->
y_white
,
[
all
...]
png.h
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngset.c
65
info_ptr->
y_white
= (float)white_y;
139
info_ptr->
y_white
= (float)(white_y/100000.);
[
all
...]
pngget.c
389
*white_y = (double)info_ptr->
y_white
;
pngwrite.c
82
info_ptr->x_white, info_ptr->
y_white
,
[
all
...]
png.h
835
float
y_white
;
member in struct:png_info_struct
[
all
...]
Completed in 234 milliseconds