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

  /external/libpng/
pngget.c 513 double *white_x, double *white_y, double *red_x, double *red_y,
530 if (white_y != NULL)
531 *white_y = png_float(png_ptr,
642 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
653 if (white_y != NULL)
654 *white_y = info_ptr->colorspace.end_points_xy.whitey;
    [all...]
pngtest.c 1118 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
1121 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y,
1141 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
    [all...]
pngset.c 41 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
59 xy.whitey = white_y;
103 double white_x, double white_y, double red_x, double red_y,
108 png_fixed(png_ptr, white_y, "cHRM White Y"),
    [all...]
png.h     [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 513 double *white_x, double *white_y, double *red_x, double *red_y,
530 if (white_y != NULL)
531 *white_y = png_float(png_ptr,
642 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
653 if (white_y != NULL)
654 *white_y = info_ptr->colorspace.end_points_xy.whitey;
    [all...]
pngset.c 41 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
59 xy.whitey = white_y;
103 double white_x, double white_y, double red_x, double red_y,
108 png_fixed(png_ptr, white_y, "cHRM White Y"),
    [all...]
png.h     [all...]

Completed in 64 milliseconds