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

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h752 stbi__uint32 img_x, img_y; member in struct:__anon9908
2711 s->img_x = stbi__get16be(s); if (s->img_x == 0) return stbi__err("0 width","Corrupt JPEG"); // JPEG requires
2735 if ((1 << 30) / s->img_x / s->img_n < s->img_y) return stbi__err("too large", "Image too large to decode");
2747 z->img_mcu_x = (s->img_x + z->img_mcu_w-1) / z->img_mcu_w;
2752 z->img_comp[i].x = (s->img_x * z->img_comp[i].h + h_max-1) / h_max;
3347 z->img_comp[k].linebuf = (stbi_uc *) stbi__malloc(z->s->img_x + 3);
3353 r->w_lores = (z->s->img_x + r->hs-1) / r->hs;
3365 output = (stbi_uc *) stbi__malloc(n * z->s->img_x * z->s->img_y + 1);
3370 stbi_uc *out = output + n * z->s->img_x *
[all...]

Completed in 35 milliseconds