Lines Matching defs:stbi__malloc_mad3
1053 static void *stbi__malloc_mad3(int a, int b, int c, int add)
1761 good = (unsigned char *) stbi__malloc_mad3(req_comp, x, y, 0);
1887 output = (stbi_uc *) stbi__malloc_mad3(x, y, comp, 0);
3344 z->img_comp[i].raw_coeff = stbi__malloc_mad3(z->img_comp[i].w2, z->img_comp[i].h2, sizeof(short), 15);
3920 output = (stbi_uc *) stbi__malloc_mad3(n, z->s->img_x, z->s->img_y, 1);
4664 a->out = (stbi_uc *) stbi__malloc_mad3(x, y, output_bytes, 0); // extra bytes to write off the end into
4872 final = (stbi_uc *) stbi__malloc_mad3(a->s->img_x, a->s->img_y, out_bytes, 0);
5596 out = (stbi_uc *) stbi__malloc_mad3(target, s->img_x, s->img_y, 0);
5926 tga_data = (unsigned char*)stbi__malloc_mad3(tga_width, tga_height, tga_comp, 0);
6200 out = (stbi_uc *) stbi__malloc_mad3(8, w, h, 0);
6524 result = (stbi_uc *) stbi__malloc_mad3(x, y, 4, 0);