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

  /external/syslinux/com32/lib/libpng/
pngset.c 42 double white_x, double white_y, double red_x, double red_y,
50 info_ptr->x_white = (float)white_x;
59 info_ptr->int_x_white = (png_fixed_point)(white_x*100000.+0.5);
75 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
86 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y))
89 info_ptr->int_x_white = white_x;
98 info_ptr->x_white = (float)(white_x/100000.);
534 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y; local
568 white_x = (float).3127;
585 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y)
    [all...]
pngget.c 410 double *white_x, double *white_y, double *red_x, double *red_y,
417 if (white_x != NULL)
418 *white_x = (double)info_ptr->x_white;
441 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
449 if (white_x != NULL)
450 *white_x = info_ptr->int_x_white;
pngtest.c 923 png_fixed_point white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
925 if (png_get_cHRM_fixed(read_ptr, read_info_ptr, &white_x, &white_y,
928 png_set_cHRM_fixed(write_ptr, write_info_ptr, white_x, white_y, red_x,
945 double white_x, white_y, red_x, red_y, green_x, green_y, blue_x, local
947 if (png_get_cHRM(read_ptr, read_info_ptr, &white_x, &white_y, &red_x,
950 png_set_cHRM(write_ptr, write_info_ptr, white_x, white_y, red_x,
    [all...]
png.c 889 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
901 if (white_x < 0 || white_y <= 0 ||
910 if (white_x > (png_fixed_point) PNG_UINT_31_MAX ||
923 if (white_x > 100000L - white_y)
pngwutil.c 989 png_write_cHRM(png_structp png_ptr, double white_x, double white_y,
1003 int_white_x = (png_uint_32)(white_x * 100000.0 + 0.5);
    [all...]
pngrutil.c 823 float white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y; local
887 white_x = (float)int_x_white / (float)100000.0;
914 white_x, white_y, red_x, red_y);
933 white_x, white_y, red_x, red_y, green_x, green_y, blue_x, blue_y);
    [all...]
  /external/libpng/
pngget.c 513 double *white_x, double *white_y, double *red_x, double *red_y,
527 if (white_x != NULL)
528 *white_x = png_float(png_ptr,
642 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
651 if (white_x != NULL)
652 *white_x = info_ptr->colorspace.end_points_xy.whitex;
    [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,
58 xy.whitex = white_x;
103 double white_x, double white_y, double red_x, double red_y,
107 png_fixed(png_ptr, white_x, "cHRM White X"),
    [all...]
png.h     [all...]
  /external/pdfium/third_party/libpng16/
pngget.c 513 double *white_x, double *white_y, double *red_x, double *red_y,
527 if (white_x != NULL)
528 *white_x = png_float(png_ptr,
642 png_fixed_point *white_x, png_fixed_point *white_y, png_fixed_point *red_x,
651 if (white_x != NULL)
652 *white_x = info_ptr->colorspace.end_points_xy.whitex;
    [all...]
pngset.c 41 png_fixed_point white_x, png_fixed_point white_y, png_fixed_point red_x,
58 xy.whitex = white_x;
103 double white_x, double white_y, double red_x, double red_y,
107 png_fixed(png_ptr, white_x, "cHRM White X"),
    [all...]
png.h     [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 308 milliseconds