Home | History | Annotate | Download | only in libpng

Lines Matching defs:first

19 /* Tells libpng that we have already handled the first "num_bytes" bytes
47 * already read the first few bytes of a file to determine the file type
380 /* Do this first in case of an error below; if the app implements its own
1363 * fixed point. Instead proceed to simplify the first two equations by
1948 png_const_bytep profile/* first 132 bytes only */, int color_type)
2135 png_const_bytep tag = profile+132; /* The first tag */
2137 /* First scan all the tags in the table and add bits to the icc_info value
2214 * a warning is produced. The first two of these profiles have a 'cprt' tag
2257 /* First see if PNG_SKIP_sRGB_CHECK_PROFILE has been set to "on" */
2654 /* First find the type of the next character */
2858 /* First extract a base 10 exponent of the number,
2889 * (starting with 0 for the first digit). Note that this
2912 exp_b10 = 0; /* Dot added below before first output. */
3161 unsigned int ndigits = 0, first = 16 /* flag value */;
3170 /* Record the first non-zero digit, note that this is a number
3173 if (first == 16 && num > 0)
3174 first = ndigits;
3185 if (first <= 5)
3190 * then ndigits digits to first:
3194 while (ndigits >= first) *ascii++ = digits[--ndigits];
3657 /* NOTE: the first entry is deliberately set to the maximum 32-bit value. */
3735 * second, rounding, step can't overflow because of the first, subtraction,
4425 /* First free any data held in the control structure. */