Lines Matching refs:png_get_uint_32
2025 temp = png_get_uint_32(profile);
2035 temp = png_get_uint_32(profile+128); /* tag count: 12 bytes/tag */
2044 temp = png_get_uint_32(profile+64);
2068 temp = png_get_uint_32(profile+36); /* signature 'ascp' */
2104 temp = png_get_uint_32(profile+16); /* data colour space field */
2133 temp = png_get_uint_32(profile+12); /* profile/device class */
2181 temp = png_get_uint_32(profile+20);
2201 png_uint_32 tag_count = png_get_uint_32(profile+128);
2210 png_uint_32 tag_id = png_get_uint_32(tag+0);
2211 png_uint_32 tag_start = png_get_uint_32(tag+4); /* must be aligned */
2212 png_uint_32 tag_length = png_get_uint_32(tag+8);/* not padded */
2334 if (png_get_uint_32(profile+84) == png_sRGB_checks[i].md5[0] &&
2335 png_get_uint_32(profile+88) == png_sRGB_checks[i].md5[1] &&
2336 png_get_uint_32(profile+92) == png_sRGB_checks[i].md5[2] &&
2337 png_get_uint_32(profile+96) == png_sRGB_checks[i].md5[3])
2351 length = png_get_uint_32(profile);
2352 intent = png_get_uint_32(profile+64);
2436 (int)/*already checked*/png_get_uint_32(profile+64));