HomeSort by: relevance | last modified time | path
    Searched defs:img_out_n (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 823 int img_n, img_out_n; member in struct:__anon26c9e3660408
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 = req_comp
    [all...]
stb_image.c 823 int img_n, img_out_n; member in struct:__anon26c9e3660408
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 = req_comp
    [all...]

Completed in 27 milliseconds