Searched refs:img_out_n (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c823 int img_n, img_out_n; member in struct:__anon26
2920 if (s->img_out_n == 3) { // convert bgr to rgb
2928 assert(s->img_out_n == 4);
3063 s->img_out_n = s->img_n+1;
3065 s->img_out_n = s->img_n;
3066 if (!create_png_image(z, z->expanded, raw_len, s->img_out_n, interlace)) return 0;
3068 if (!compute_transparency(z, tc, s->img_out_n)) return 0;
3069 if (iphone && s->img_out_n > 2)
3074 s->img_out_n = pal_img_n;
3075 if (req_comp >= 3) s->img_out_n
[all...]

Completed in 148 milliseconds