Lines Matching refs:png_byte
62 png_ptr->sig_bytes = (png_byte)nb;
76 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
923 palette[i].red = (png_byte)(v & 0xff);
924 palette[i].green = (png_byte)(v & 0xff);
925 palette[i].blue = (png_byte)(v & 0xff);
969 png_byte chunk_string[5];
1972 static const png_byte D50_nCIEXYZ[12] =
2255 png_byte have_md5;
2256 png_byte is_broken;
3841 static png_byte
3852 return (png_byte)(((x + 0x7fffffU) >> 24) & 0xff);
3869 png_byte
3900 return (png_byte)r;
3913 return (png_byte)(value & 0xff);
4135 table[i] = (png_byte)(i & 0xff);
4243 png_byte shift, sig_bit;
4278 shift = (png_byte)((16U - sig_bit) & 0xff);
4487 const png_byte png_sRGB_delta[512] =