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

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c138 // By default we convert iphone-formatted PNGs back to RGB; nominally they
142 // you will always just get the native iphone "format" through.
257 // indicate whether we should process iphone images back to canonical format,
2961 int first=1,k,interlace=0, iphone=0; local
2972 iphone = stbi_de_iphone_flag;
3059 z->expanded = (uint8 *) stbi_zlib_decode_malloc_guesssize_headerflag((char *) z->idata, ioff, 16384, (int *) &raw_len, !iphone);
3069 if (iphone && s->img_out_n > 2)

Completed in 266 milliseconds