HomeSort by relevance Sort by last modified time
    Searched refs:y_white (Results 1 - 13 of 13) sorted by null

  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 194 png_fixed_point y_white; member in struct:png_info_def
  /external/chromium_org/third_party/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/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 150 milliseconds