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

  /external/libpng/
pngget.c 481 double *white_x, double *white_y, double *red_x, double *red_y,
498 if (white_y != NULL)
499 *white_y = png_float(png_ptr,
610 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
621 if (white_y != NULL)
622 *white_y = info_ptr->colorspace.end_points_xy.whitey;
    [all...]
pngtest.c 1081 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
1084 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y,
1087 png_set_cHRM_fixed(write_ptr, write_info_ptr, white_x, white_y, red_x,
1104 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
1107 if (png_get_cHRM(read_ptr, read_info_ptr, &white_x, &white_y, &red_x,
1110 png_set_cHRM(write_ptr, write_info_ptr, white_x, white_y, red_x,
    [all...]
pngset.c 41 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
59 xy.whitey = white_y;
102 double white_x, double white_y, double red_x, double red_y,
107 png_fixed(png_ptr, white_y, "cHRM White Y"),
    [all...]
png.h     [all...]
  /external/pdfium/samples/fx_lpng/lpng_v163/
fx_pngget.c 480 double *white_x, double *white_y, double *red_x, double *red_y,
497 if (white_y != NULL)
498 *white_y = png_float(png_ptr,
609 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
620 if (white_y != NULL)
621 *white_y = info_ptr->colorspace.end_points_xy.whitey;
    [all...]
fx_pngset.c 40 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
58 xy.whitey = white_y;
101 double white_x, double white_y, double red_x, double red_y,
106 png_fixed(png_ptr, white_y, "cHRM White Y"),
    [all...]
png.h     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h     [all...]
pngpriv.h 840 double white_x, double white_y,
    [all...]

Completed in 704 milliseconds