Lines Matching refs:pixel_count
4204 stbi__uint32 i, pixel_count = s->img_x * s->img_y; in stbi__compute_transparency() local
4212 for (i=0; i < pixel_count; ++i) { in stbi__compute_transparency()
4217 for (i=0; i < pixel_count; ++i) { in stbi__compute_transparency()
4228 stbi__uint32 i, pixel_count = a->s->img_x * a->s->img_y; in stbi__expand_png_palette() local
4231 p = (stbi_uc *) stbi__malloc(pixel_count * pal_img_n); in stbi__expand_png_palette()
4238 for (i=0; i < pixel_count; ++i) { in stbi__expand_png_palette()
4246 for (i=0; i < pixel_count; ++i) { in stbi__expand_png_palette()
4279 stbi__uint32 i, pixel_count = s->img_x * s->img_y; in stbi__de_iphone() local
4283 for (i=0; i < pixel_count; ++i) { in stbi__de_iphone()
4293 for (i=0; i < pixel_count; ++i) { in stbi__de_iphone()
4308 for (i=0; i < pixel_count; ++i) { in stbi__de_iphone()