Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c1969 typedef struct png_modifier struct
1971 png_store this; /* I am a png_store */
1972 struct png_modification *modifications; /* Changes to make */
1974 modifier_state state; /* My state */
1999 * png_modifier because the modifier only sets it to 1 (true.) argument
2001 unsigned int repeat :1; /* Repeat this transform test. */
2002 unsigned int test_uses_encoding :1;
2005 png_byte sbitlow;
2010 double maxout8; /* Maximum output value error */
2011 double maxabs8; /* Absolute sample error 0..1 */
[all …]