Home | History | Annotate | Download | only in libpng

Lines Matching refs:PNG_CONST

29 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr,
291 PNG_CONST char *msg;
2414 PNG_CONST PNG_IDAT;
2744 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3086 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
3089 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3092 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
3095 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
3113 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
3116 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3119 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
3122 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
3167 PNG_CONST PNG_IDAT;
3241 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
3244 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3247 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
3250 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};