Lines Matching defs:final
3689 // step == 3 is pretty ugly on the final interleave, and i'm not convinced
4462 int final, type;
4468 final = stbi__zreceive(a,1);
4484 } while (!final);
4785 // note that the final byte might overshoot and write more data than desired.
4789 // so we need to explicitly clamp the final ones
4866 stbi_uc *final;
4872 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0);
4873 if (!final) return stbi__err("outofmem", "Out of memory");
4886 STBI_FREE(final);
4893 memcpy(final + out_y*a->s->img_x*out_bytes + out_x*out_bytes,
4902 a->out = final;
5124 // if paletted, then pal_n is our final components, and
7042 // do the final conversion after loading everything;