Lines Matching refs:pixel_count
4910 stbi__uint32 i, pixel_count = s->img_x * s->img_y;
4918 for (i=0; i < pixel_count; ++i) {
4923 for (i=0; i < pixel_count; ++i) {
4935 stbi__uint32 i, pixel_count = s->img_x * s->img_y;
4943 for (i = 0; i < pixel_count; ++i) {
4948 for (i = 0; i < pixel_count; ++i) {
4959 stbi__uint32 i, pixel_count = a->s->img_x * a->s->img_y;
4962 p = (stbi_uc *) stbi__malloc_mad2(pixel_count, pal_img_n, 0);
4969 for (i=0; i < pixel_count; ++i) {
4977 for (i=0; i < pixel_count; ++i) {
5037 stbi__uint32 i, pixel_count = s->img_x * s->img_y;
5041 for (i=0; i < pixel_count; ++i) {
5051 for (i=0; i < pixel_count; ++i) {
5067 for (i=0; i < pixel_count; ++i) {