OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stbi_png_partial
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
2494
int
stbi_png_partial
; // a quick hack to only allow decoding some of a PNG... I should implement real streaming support instead
variable in typeref:typename:int
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 17 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025