Home
last modified time | relevance | path

Searched refs:getallopts (Results 1 – 1 of 1) sorted by relevance

/external/libpng/contrib/tools/
Dpngcp.c1252 getallopts(struct display *dp, const char *opt_str, int *value) in getallopts() function
1934 # define SET(name, func) if (getallopts(dp, #name, &val))\ in set_compression()
1946 # define SET(name, func) if (getallopts(dp, "ICC-profile-" #name, &val))\ in set_ICC_profile_compression()
1966 # define SET(name, func) if (getallopts(dp, "text-" #name, &val))\ in set_text_compression()
2025 if (getallopts(dp, "compression", &val)) in write_png()
2028 if (getallopts(dp, "ICC-profile-compression", &val)) in write_png()
2031 if (getallopts(dp, "text-compression", &val)) in write_png()