Home
last modified time | relevance | path

Searched refs:STBI__SCAN_header (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dstb_image.h1592 STBI__SCAN_header enumerator
4056 if (!stbi__decode_jpeg_header(j, STBI__SCAN_header)) { in stbi__jpeg_info_raw()
5151 if (scan == STBI__SCAN_header) { s->img_n = 4; return 1; } in stbi__parse_png_file()
5162 if (scan == STBI__SCAN_header) { ++s->img_n; return 1; } in stbi__parse_png_file()
5175 if (scan == STBI__SCAN_header) { in stbi__parse_png_file()
5311 if (!stbi__parse_png_file(p, STBI__SCAN_header, 0)) { in stbi__png_info_raw()

Completed in 14 milliseconds