Searched refs:png_fixed (Results 1 - 16 of 16) sorted by relevance

/external/libpng/
H A Dpngset.c107 png_fixed(png_ptr, white_x, "cHRM White X"),
108 png_fixed(png_ptr, white_y, "cHRM White Y"),
109 png_fixed(png_ptr, red_x, "cHRM Red X"),
110 png_fixed(png_ptr, red_y, "cHRM Red Y"),
111 png_fixed(png_ptr, green_x, "cHRM Green X"),
112 png_fixed(png_ptr, green_y, "cHRM Green Y"),
113 png_fixed(png_ptr, blue_x, "cHRM Blue X"),
114 png_fixed(png_ptr, blue_y, "cHRM Blue Y"));
123 png_fixed(png_ptr, red_X, "cHRM Red X"),
124 png_fixed(png_pt
[all...]
H A Dpngget.c902 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width");
903 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height),
H A Dpngpriv.h747 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
939 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
H A Dpngrtran.c160 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background"));
1049 png_fixed(png_ptr, red, "rgb to gray red coefficient"),
1050 png_fixed(png_ptr, green, "rgb to gray green coefficient"));
H A Dpng.c3253 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text) function
/external/pdfium/third_party/libpng16/
H A Dpngset.c107 png_fixed(png_ptr, white_x, "cHRM White X"),
108 png_fixed(png_ptr, white_y, "cHRM White Y"),
109 png_fixed(png_ptr, red_x, "cHRM Red X"),
110 png_fixed(png_ptr, red_y, "cHRM Red Y"),
111 png_fixed(png_ptr, green_x, "cHRM Green X"),
112 png_fixed(png_ptr, green_y, "cHRM Green Y"),
113 png_fixed(png_ptr, blue_x, "cHRM Blue X"),
114 png_fixed(png_ptr, blue_y, "cHRM Blue Y"));
123 png_fixed(png_ptr, red_X, "cHRM Red X"),
124 png_fixed(png_pt
[all...]
H A Dpngget.c902 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width");
903 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height),
H A Dpngpriv.h718 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
910 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
H A Dpngrtran.c160 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background"));
1049 png_fixed(png_ptr, red, "rgb to gray red coefficient"),
1050 png_fixed(png_ptr, green, "rgb to gray green coefficient"));
H A Dpng.c3222 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text) function
/external/skia/third_party/libpng/
H A Dpngset.c107 png_fixed(png_ptr, white_x, "cHRM White X"),
108 png_fixed(png_ptr, white_y, "cHRM White Y"),
109 png_fixed(png_ptr, red_x, "cHRM Red X"),
110 png_fixed(png_ptr, red_y, "cHRM Red Y"),
111 png_fixed(png_ptr, green_x, "cHRM Green X"),
112 png_fixed(png_ptr, green_y, "cHRM Green Y"),
113 png_fixed(png_ptr, blue_x, "cHRM Blue X"),
114 png_fixed(png_ptr, blue_y, "cHRM Blue Y"));
123 png_fixed(png_ptr, red_X, "cHRM Red X"),
124 png_fixed(png_pt
[all...]
H A Dpngprefix.h22 #define png_fixed skia_png_fixed macro
H A Dpngget.c902 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width");
903 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height),
H A Dpngpriv.h718 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
910 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
H A Dpngrtran.c160 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background"));
1049 png_fixed(png_ptr, red, "rgb to gray red coefficient"),
1050 png_fixed(png_ptr, green, "rgb to gray green coefficient"));
H A Dpng.c3221 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text) function

Completed in 280 milliseconds