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

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h753 int img_n, img_out_n; member in struct:__anon9908
4282 if (s->img_out_n == 3) { // convert bgr to rgb
4290 STBI_ASSERT(s->img_out_n == 4);
4435 s->img_out_n = s->img_n+1;
4437 s->img_out_n = s->img_n;
4438 if (!stbi__create_png_image(z, z->expanded, raw_len, s->img_out_n, depth, color, interlace)) return 0;
4440 if (!stbi__compute_transparency(z, tc, s->img_out_n)) return 0;
4441 if (is_iphone && stbi__de_iphone_flag && s->img_out_n > 2)
4446 s->img_out_n = pal_img_n;
4447 if (req_comp >= 3) s->img_out_n
[all...]

Completed in 37 milliseconds