Home
last modified time | relevance | path

Searched refs:png_fixed (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngset.c107 png_fixed(png_ptr, white_x, "cHRM White X"), in png_set_cHRM()
108 png_fixed(png_ptr, white_y, "cHRM White Y"), in png_set_cHRM()
109 png_fixed(png_ptr, red_x, "cHRM Red X"), in png_set_cHRM()
110 png_fixed(png_ptr, red_y, "cHRM Red Y"), in png_set_cHRM()
111 png_fixed(png_ptr, green_x, "cHRM Green X"), in png_set_cHRM()
112 png_fixed(png_ptr, green_y, "cHRM Green Y"), in png_set_cHRM()
113 png_fixed(png_ptr, blue_x, "cHRM Blue X"), in png_set_cHRM()
114 png_fixed(png_ptr, blue_y, "cHRM Blue Y")); in png_set_cHRM()
123 png_fixed(png_ptr, red_X, "cHRM Red X"), in png_set_cHRM_XYZ()
124 png_fixed(png_ptr, red_Y, "cHRM Red Y"), in png_set_cHRM_XYZ()
[all …]
Dpngget.c902 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width"); in png_get_sCAL_fixed()
903 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height), in png_get_sCAL_fixed()
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,
Dpngrtran.c160 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); in png_set_background()
1049 png_fixed(png_ptr, red, "rgb to gray red coefficient"), in png_set_rgb_to_gray()
1050 png_fixed(png_ptr, green, "rgb to gray green coefficient")); in png_set_rgb_to_gray()
Dpng.c3256 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text)
/external/libpng/
Dpngset.c107 png_fixed(png_ptr, white_x, "cHRM White X"), in png_set_cHRM()
108 png_fixed(png_ptr, white_y, "cHRM White Y"), in png_set_cHRM()
109 png_fixed(png_ptr, red_x, "cHRM Red X"), in png_set_cHRM()
110 png_fixed(png_ptr, red_y, "cHRM Red Y"), in png_set_cHRM()
111 png_fixed(png_ptr, green_x, "cHRM Green X"), in png_set_cHRM()
112 png_fixed(png_ptr, green_y, "cHRM Green Y"), in png_set_cHRM()
113 png_fixed(png_ptr, blue_x, "cHRM Blue X"), in png_set_cHRM()
114 png_fixed(png_ptr, blue_y, "cHRM Blue Y")); in png_set_cHRM()
123 png_fixed(png_ptr, red_X, "cHRM Red X"), in png_set_cHRM_XYZ()
124 png_fixed(png_ptr, red_Y, "cHRM Red Y"), in png_set_cHRM_XYZ()
[all …]
Dpngget.c931 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width"); in png_get_sCAL_fixed()
932 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height), in png_get_sCAL_fixed()
Dpngpriv.h791 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
984 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
Dpngrtran.c161 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); in png_set_background()
1052 png_fixed(png_ptr, red, "rgb to gray red coefficient"), in png_set_rgb_to_gray()
1053 png_fixed(png_ptr, green, "rgb to gray green coefficient")); in png_set_rgb_to_gray()
Dpng.c3322 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text)
DCHANGES3191 Revised png_fixed() in png.c to avoid compiler warning about reaching the
4194 Add some conditions for compiling png_fixed(). This is a small function