Lines Matching refs:png_int_32
685 png_save_int_32(png_bytep buf, png_int_32 i)
1200 png_int_32 d, dwhite, whiteX, whiteY;
1509 png_int_32 Y;
3280 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times,
3281 png_int_32 divisor)
3400 png_muldiv_warn(png_const_structrp png_ptr, png_fixed_point a, png_int_32 times,
3401 png_int_32 divisor)
3566 static png_int_32
3589 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
3623 static png_int_32
3671 return (png_int_32)((lg2 + 2048) >> 12);
3824 png_int_32 lg2 = png_log8bit(value);
3850 double r = floor(65535*pow((png_int_32)value/65535.,
3854 png_int_32 lg2 = png_log16bit(value);
3909 PNG_CONST double fmax = 1./(((png_int_32)1 << (16U - shift))-1);