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;
2408 PNG_CONST PNG_IDAT;
2738 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3080 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
3083 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3086 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
3089 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
3107 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
3110 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3113 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
3116 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};
3161 PNG_CONST PNG_IDAT;
3235 PNG_CONST int png_pass_start[7] = {0, 4, 0, 2, 0, 1, 0};
3238 PNG_CONST int png_pass_inc[7] = {8, 8, 4, 4, 2, 2, 1};
3241 PNG_CONST int png_pass_ystart[7] = {0, 0, 4, 0, 2, 0, 1};
3244 PNG_CONST int png_pass_yinc[7] = {8, 8, 8, 4, 4, 2, 2};