Home
last modified time | relevance | path

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

/external/libpng/
Dpngset.c106 png_fixed(png_ptr, white_x, "cHRM White X"), in png_set_cHRM()
107 png_fixed(png_ptr, white_y, "cHRM White Y"), in png_set_cHRM()
108 png_fixed(png_ptr, red_x, "cHRM Red X"), in png_set_cHRM()
109 png_fixed(png_ptr, red_y, "cHRM Red Y"), in png_set_cHRM()
110 png_fixed(png_ptr, green_x, "cHRM Green X"), in png_set_cHRM()
111 png_fixed(png_ptr, green_y, "cHRM Green Y"), in png_set_cHRM()
112 png_fixed(png_ptr, blue_x, "cHRM Blue X"), in png_set_cHRM()
113 png_fixed(png_ptr, blue_y, "cHRM Blue Y")); in png_set_cHRM()
122 png_fixed(png_ptr, red_X, "cHRM Red X"), in png_set_cHRM_XYZ()
123 png_fixed(png_ptr, red_Y, "cHRM Red Y"), in png_set_cHRM_XYZ()
[all …]
Dpngget.c861 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width"); in png_get_sCAL_fixed()
862 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height), in png_get_sCAL_fixed()
Dpngpriv.h704 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
893 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
Dpngrtran.c159 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); in png_set_background()
1046 png_fixed(png_ptr, red, "rgb to gray red coefficient"), in png_set_rgb_to_gray()
1047 png_fixed(png_ptr, green, "rgb to gray green coefficient")); in png_set_rgb_to_gray()
Dpng.c3178 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text)
DCHANGES3182 Revised png_fixed() in png.c to avoid compiler warning about reaching the
4183 Add some conditions for compiling png_fixed(). This is a small function
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngset.c105 png_fixed(png_ptr, white_x, "cHRM White X"), in png_set_cHRM()
106 png_fixed(png_ptr, white_y, "cHRM White Y"), in png_set_cHRM()
107 png_fixed(png_ptr, red_x, "cHRM Red X"), in png_set_cHRM()
108 png_fixed(png_ptr, red_y, "cHRM Red Y"), in png_set_cHRM()
109 png_fixed(png_ptr, green_x, "cHRM Green X"), in png_set_cHRM()
110 png_fixed(png_ptr, green_y, "cHRM Green Y"), in png_set_cHRM()
111 png_fixed(png_ptr, blue_x, "cHRM Blue X"), in png_set_cHRM()
112 png_fixed(png_ptr, blue_y, "cHRM Blue Y")); in png_set_cHRM()
121 png_fixed(png_ptr, red_X, "cHRM Red X"), in png_set_cHRM_XYZ()
122 png_fixed(png_ptr, red_Y, "cHRM Red Y"), in png_set_cHRM_XYZ()
[all …]
Dfx_pngget.c860 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width"); in png_get_sCAL_fixed()
861 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height), in png_get_sCAL_fixed()
Dpngpriv.h657 #define png_fixed(png_ptr, fp, s) ((fp) <= 21474 && (fp) >= -21474 ?\ macro
846 PNG_INTERNAL_FUNCTION(png_fixed_point,png_fixed,(png_const_structrp png_ptr,
Dfx_pngrtran.c158 need_expand, png_fixed(png_ptr, background_gamma, "png_set_background")); in png_set_background()
1045 png_fixed(png_ptr, red, "rgb to gray red coefficient"), in png_set_rgb_to_gray()
1046 png_fixed(png_ptr, green, "rgb to gray green coefficient")); in png_set_rgb_to_gray()
Dfx_png.c3085 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text)
/external/skia/third_party/libpng/
Dpngprefix.h23 #define png_fixed skia_png_fixed macro