Home
last modified time | relevance | path

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

/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.c932 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width"); in png_get_sCAL_fixed()
933 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height), in png_get_sCAL_fixed()
Dpngpriv.h800 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
993 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
Dpngrtran.c172 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); in png_set_background()
1063 png_fixed(png_ptr, red, "rgb to gray red coefficient"), in png_set_rgb_to_gray()
1064 png_fixed(png_ptr, green, "rgb to gray green coefficient")); in png_set_rgb_to_gray()
Dpng.c3316 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text)
DCHANGES3190 Revised png_fixed() in png.c to avoid compiler warning about reaching the
4193 Add some conditions for compiling png_fixed(). This is a small function
/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.c932 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width"); in png_get_sCAL_fixed()
933 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height), in png_get_sCAL_fixed()
Dpngprefix.h100 #define png_fixed PDFIUM_png_fixed macro
Dpngpriv.h800 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
993 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
Dpngrtran.c172 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); in png_set_background()
1063 png_fixed(png_ptr, red, "rgb to gray red coefficient"), in png_set_rgb_to_gray()
1064 png_fixed(png_ptr, green, "rgb to gray green coefficient")); in png_set_rgb_to_gray()
Dpng.c3317 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text)