HomeSort by relevance Sort by last modified time
    Searched refs:white_x (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,
495 if (white_x != NULL)
496 *white_x = png_float(png_ptr,
610 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
619 if (white_x != NULL)
620 *white_x = info_ptr->colorspace.end_points_xy.whitex;
    [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,
58 xy.whitex = white_x;
102 double white_x, double white_y, double red_x, double red_y,
106 png_fixed(png_ptr, white_x, "cHRM White X"),
    [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,
494 if (white_x != NULL)
495 *white_x = png_float(png_ptr,
609 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
618 if (white_x != NULL)
619 *white_x = info_ptr->colorspace.end_points_xy.whitex;
    [all...]
fx_pngset.c 40 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
57 xy.whitex = white_x;
101 double white_x, double white_y, double red_x, double red_y,
105 png_fixed(png_ptr, white_x, "cHRM White X"),
    [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 672 milliseconds