OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_white
(Results
1 - 13
of
13
) sorted by null
/ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h
193
png_fixed_point
x_white
;
member in struct:png_info_def
/external/chromium_org/third_party/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/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 77 milliseconds