Searched defs:png_modifier (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/libtests/
H A Dpngvalid.c1721 * modification, otherwise a png_modifier is functionally equivalent to a
1842 typedef struct png_modifier struct
1872 * png_modifier because the modifier only sets it to 1 (true.)
1972 } png_modifier; typedef in typeref:struct:png_modifier
1977 static int fail(png_modifier *pm)
1984 modifier_init(png_modifier *pm)
2079 static double abserr(PNG_CONST png_modifier *pm, int in_depth, int out_depth)
2091 static double calcerr(PNG_CONST png_modifier *pm, int in_depth, int out_depth)
2104 static double pcerr(PNG_CONST png_modifier *pm, int in_depth, int out_depth)
2127 static double outerr(PNG_CONST png_modifier *p
[all...]

Completed in 71 milliseconds