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

/netbsd-current/sys/dev/stbi/
H A Dstb_image.c2494 int stbi_png_partial; // a quick hack to only allow decoding some of a PNG... I should implement real streaming support instead variable
2520 if (stbi_png_partial && a->zout - a->zout_start > 65536)
2715 if (stbi_png_partial) y = 1;
2718 if (!stbi_png_partial) {
2806 save = stbi_png_partial;
2807 stbi_png_partial = 0;
2836 stbi_png_partial = save;

Completed in 196 milliseconds