/external/libpng/ |
D | pngset.c | 107 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 …]
|
D | pngget.c | 932 *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()
|
D | pngpriv.h | 800 #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,
|
D | pngrtran.c | 172 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()
|
D | png.c | 3316 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text)
|
D | CHANGES | 3190 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/ |
D | pngset.c | 107 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 …]
|
D | pngget.c | 932 *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()
|
D | pngprefix.h | 100 #define png_fixed PDFIUM_png_fixed macro
|
D | pngpriv.h | 800 #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,
|
D | pngrtran.c | 172 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()
|
D | png.c | 3317 png_fixed(png_const_structrp png_ptr, double fp, png_const_charp text)
|