Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching refs:PNG_CONST

26 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr)
188 static PNG_CONST char msg[] = "Error decoding compressed text";
2175 PNG_CONST PNG_IDAT;
2323 static PNG_CONST int FARDATA png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
2324 static PNG_CONST int FARDATA png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
2325 static PNG_CONST int FARDATA png_pass_width[7] = {8, 4, 4, 2, 2, 1, 1};
2793 static PNG_CONST int FARDATA png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3535 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3879 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
3882 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3885 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
3888 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
3934 PNG_CONST PNG_IDAT;
4007 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
4010 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
4013 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
4016 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};