Searched refs:img_width_bytes (Results 1 – 2 of 2) sorted by relevance
4402 stbi__uint32 img_len, img_width_bytes; in stbi__create_png_image_raw() local4415 img_width_bytes = (((img_n * x * depth) + 7) >> 3); in stbi__create_png_image_raw()4416 img_len = (img_width_bytes + 1) * y; in stbi__create_png_image_raw()4432 STBI_ASSERT(img_width_bytes <= x); in stbi__create_png_image_raw()4433 …cur += x*out_n - img_width_bytes; // store output to the rightmost img_len bytes, so we can decode… in stbi__create_png_image_raw()4435 width = img_width_bytes; in stbi__create_png_image_raw()4527 stbi_uc *in = a->out + stride*j + x*out_n - img_width_bytes; in stbi__create_png_image_raw()