Lines Matching refs:png_byte

26    buf[0] = (png_byte)((i >> 24) & 0xffU);
27 buf[1] = (png_byte)((i >> 16) & 0xffU);
28 buf[2] = (png_byte)((i >> 8) & 0xffU);
29 buf[3] = (png_byte)( i & 0xffU);
39 buf[0] = (png_byte)((i >> 8) & 0xffU);
40 buf[1] = (png_byte)( i & 0xffU);
53 png_byte png_signature[8] = {137, 80, 78, 71, 13, 10, 26, 10};
76 png_byte buf[8];
149 png_byte buf[4];
281 data[0] = (png_byte)z_cmf;
284 data[1] = (png_byte)tmp;
475 png_byte output[1024]; /* First block of output */
677 png_byte buf[13]; /* Buffer to store the IHDR info */
791 png_ptr->bit_depth = (png_byte)bit_depth;
792 png_ptr->color_type = (png_byte)color_type;
793 png_ptr->interlaced = (png_byte)interlace_type;
795 png_ptr->filter_type = (png_byte)filter_type;
797 png_ptr->compression_type = (png_byte)compression_type;
801 png_ptr->pixel_depth = (png_byte)(bit_depth * png_ptr->channels);
811 buf[8] = (png_byte)bit_depth;
812 buf[9] = (png_byte)color_type;
813 buf[10] = (png_byte)compression_type;
814 buf[11] = (png_byte)filter_type;
815 buf[12] = (png_byte)interlace_type;
843 png_byte buf[3];
1080 png_byte buf[4];
1095 png_byte buf[1];
1103 buf[0]=(png_byte)srgb_intent;
1116 png_byte new_name[81]; /* 1 byte for the compression byte */
1176 png_byte new_name[80];
1177 png_byte entrybuf[10];
1207 entrybuf[0] = (png_byte)ep->red;
1208 entrybuf[1] = (png_byte)ep->green;
1209 entrybuf[2] = (png_byte)ep->blue;
1210 entrybuf[3] = (png_byte)ep->alpha;
1231 entrybuf[0] = (png_byte)ep[i].red;
1232 entrybuf[1] = (png_byte)ep[i].green;
1233 entrybuf[2] = (png_byte)ep[i].blue;
1234 entrybuf[3] = (png_byte)ep[i].alpha;
1260 png_byte buf[4];
1268 png_byte maxbits;
1270 maxbits = (png_byte)(color_type==PNG_COLOR_TYPE_PALETTE ? 8 :
1319 png_byte buf[32];
1346 png_byte buf[6];
1411 png_byte buf[6];
1474 png_byte buf[3];
1506 png_byte new_key[80];
1549 png_byte new_key[81];
1601 png_byte new_key[82];
1699 png_byte buf[9];
1708 buf[8] = (png_byte)unit_type;
1723 png_byte buf[10];
1724 png_byte new_purpose[80];
1763 buf[8] = (png_byte)type;
1764 buf[9] = (png_byte)nparams;
1784 png_byte buf[64];
1799 buf[0] = (png_byte)unit;
1815 png_byte buf[9];
1824 buf[8] = (png_byte)unit_type;
1837 png_byte buf[7];
1868 static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
1871 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
1874 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
1877 static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
1884 png_byte filters;
1894 png_ptr->maximum_pixel_depth = (png_byte)usr_pixel_depth;
1983 static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
1986 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
1989 static PNG_CONST png_byte png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
1992 static PNG_CONST png_byte png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
2073 static PNG_CONST png_byte png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
2076 static PNG_CONST png_byte png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
2110 *dp++ = (png_byte)d;
2119 *dp = (png_byte)d;
2148 *dp++ = (png_byte)d;
2156 *dp = (png_byte)d;
2184 *dp++ = (png_byte)d;
2192 *dp = (png_byte)d;
2271 v = *dp = (png_byte)(((int)*rp - (int)*lp) & 0xff);
2299 *dp = (png_byte)(((int)*rp - (int)*lp) & 0xff);
2318 v = *dp = (png_byte)(((int)*rp - (int)*pp) & 0xff);
2339 *dp = (png_byte)(((int)*rp - (int)*pp) & 0xff);
2357 v = *dp++ = (png_byte)(((int)*rp++ - ((int)*pp++ / 2)) & 0xff);
2364 v = *dp++ = (png_byte)(((int)*rp++ - (((int)*pp++ + (int)*lp++) / 2))
2387 *dp++ = (png_byte)(((int)*rp++ - ((int)*pp++ / 2)) & 0xff);
2392 *dp++ = (png_byte)(((int)*rp++ - (((int)*pp++ + (int)*lp++) / 2))
2411 v = *dp++ = (png_byte)(((int)*rp++ - (int)*pp++) & 0xff);
2440 v = *dp++ = (png_byte)(((int)*rp++ - p) & 0xff);
2462 *dp++ = (png_byte)(((int)*rp++ - (int)*pp++) & 0xff);
2489 *dp++ = (png_byte)(((int)*rp++ - p) & 0xff);