Searched defs:png_modifier (Results 1 – 1 of 1) sorted by relevance
2352 typedef struct png_modifier struct2354 png_store this; /* I am a png_store */2355 struct png_modification *modifications; /* Changes to make */2357 modifier_state state; /* My state */2382 * png_modifier because the modifier only sets it to 1 (true.) argument2384 unsigned int repeat :1; /* Repeat this transform test. */2385 unsigned int test_uses_encoding :1;2388 png_byte sbitlow;2393 double maxout8; /* Maximum output value error */2394 double maxabs8; /* Absolute sample error 0..1 */[all …]