Home
last modified time | relevance | path

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

/external/libpng/contrib/libtests/
Dpngvalid.c6289 typedef struct image_transform struct
6298 struct image_transform *const list; argument
6311 const struct image_transform *next; argument
6319 void (*ini)(const struct image_transform *this, argument
6324 void (*set)(const struct image_transform *this, argument
6333 void (*mod)(const struct image_transform *this, image_pixel *that, argument
6341 int (*add)(struct image_transform *this, argument
6344 } image_transform; typedef