OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_white
(Results
1 - 8
of
8
) sorted by null
/external/libpng/
pngset.c
50
info_ptr->
x_white
= (float)white_x;
98
info_ptr->
x_white
= (float)(white_x/100000.);
[
all
...]
pngget.c
418
*white_x = (double)info_ptr->
x_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
64
info_ptr->
x_white
= (float)white_x;
138
info_ptr->
x_white
= (float)(white_x/100000.);
[
all
...]
pngget.c
387
*white_x = (double)info_ptr->
x_white
;
pngwrite.c
82
info_ptr->
x_white
, info_ptr->y_white,
[
all
...]
png.h
834
float
x_white
;
member in struct:png_info_struct
[
all
...]
Completed in 44 milliseconds