Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c2353 typedef struct png_modifier struct
2355 png_store this; /* I am a png_store */
2356 struct png_modification *modifications; /* Changes to make */
2358 modifier_state state; /* My state */
2383 * png_modifier because the modifier only sets it to 1 (true.) argument
2385 unsigned int repeat :1; /* Repeat this transform test. */
2386 unsigned int test_uses_encoding :1;
2389 png_byte sbitlow;
2394 double maxout8; /* Maximum output value error */
2395 double maxabs8; /* Absolute sample error 0..1 */
[all …]