Lines Matching refs:png_int_32
681 png_save_int_32(png_bytep buf, png_int_32 i) in png_save_int_32()
1198 png_int_32 d, dwhite, whiteX, whiteY;
1493 png_int_32 Y;
3201 png_muldiv(png_fixed_point_p res, png_fixed_point a, png_int_32 times,
3202 png_int_32 divisor)
3320 png_muldiv_warn(png_const_structrp png_ptr, png_fixed_point a, png_int_32 times,
3321 png_int_32 divisor)
3483 static png_int_32
3506 return (png_int_32)((lg2 << 16) + ((png_8bit_l2[x-128]+32768)>>16));
3539 static png_int_32
3587 return (png_int_32)((lg2 + 2048) >> 12);
3715 png_int_32 lg2 = png_log8bit(value);
3739 png_int_32 lg2 = png_log16bit(value);