Home | History | Annotate | Download | only in libpng16

Lines Matching refs:png_byte

42    png_ptr->sig_bytes = (png_byte)nb;
56 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
882 palette[i].red = (png_byte)(v & 0xff);
883 palette[i].green = (png_byte)(v & 0xff);
884 palette[i].blue = (png_byte)(v & 0xff);
928 png_byte chunk_string[5];
1931 static const png_byte D50_nCIEXYZ[12] =
2214 png_byte have_md5;
2215 png_byte is_broken;
3763 static png_byte
3774 return (png_byte)(((x + 0x7fffffU) >> 24) & 0xff);
3791 png_byte
3822 return (png_byte)r;
3835 return (png_byte)(value & 0xff);
4057 table[i] = (png_byte)(i & 0xff);
4163 png_byte shift, sig_bit;
4198 shift = (png_byte)((16U - sig_bit) & 0xff);
4267 png_ptr->options = (png_byte)(((current & ~mask) | setting) & 0xff);
4407 const png_byte png_sRGB_delta[512] =