Home
last modified time | relevance | path

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

/external/libgdx/gdx/jni/gdx2d/
Dstb_image.h1214 STBI__SCAN_header enumerator
3457 if (!stbi__decode_jpeg_header(j, STBI__SCAN_header)) { in stbi__jpeg_info_raw()
4394 if (scan == STBI__SCAN_header) return 1; in stbi__parse_png_file()
4423 if (scan == STBI__SCAN_header) { s->img_n = 4; return 1; } in stbi__parse_png_file()
4442 if (scan == STBI__SCAN_header) { s->img_n = pal_img_n; return 1; } in stbi__parse_png_file()
4555 if (!stbi__parse_png_file(p, STBI__SCAN_header, 0)) { in stbi__png_info_raw()