OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:parse_png_file
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
2956
static int
parse_png_file
(png *z, int scan, int req_comp)
function
3112
if (
parse_png_file
(p, SCAN_load, req_comp)) {
3163
r =
parse_png_file
(&p, SCAN_type,STBI_default);
3173
return
parse_png_file
(&p, SCAN_type,STBI_default);
3178
if (!
parse_png_file
(p, SCAN_header, 0))
stb_image.c
2956
static int
parse_png_file
(png *z, int scan, int req_comp)
function
3112
if (
parse_png_file
(p, SCAN_load, req_comp)) {
3163
r =
parse_png_file
(&p, SCAN_type,STBI_default);
3173
return
parse_png_file
(&p, SCAN_type,STBI_default);
3178
if (!
parse_png_file
(p, SCAN_header, 0))
Completed in 35 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026