Lines Matching refs:mod
2476 png_modification *mod;
2501 mod = pm->modifications;
2502 while (mod != NULL)
2504 if (mod->chunk == CHUNK_IHDR && mod->modify_fn &&
2505 (*mod->modify_fn)(pm, mod, 0))
2507 mod->modified = 1;
2512 mod = mod->next;
2565 mod = pm->modifications;
2567 while (mod != NULL)
2569 if ((mod->add == chunk ||
2570 (mod->add == CHUNK_PLTE && chunk == CHUNK_IDAT)) &&
2571 mod->modify_fn != NULL && !mod->modified && !mod->added)
2576 mod->added = 1;
2578 if ((*mod->modify_fn)(pm, mod, 1 /*add*/))
2587 mod->removed = 1;
2599 mod = mod->next;
2606 if (mod != NULL)
2621 mod = pm->modifications;
2622 while (mod != NULL)
2624 if (mod->chunk == chunk)
2626 if (mod->modify_fn == NULL)
2630 mod->removed = 1;
2634 else if ((*mod->modify_fn)(pm, mod, 0))
2636 mod->modified = 1;
2647 mod = mod->next;
5522 void (*mod)(PNG_CONST struct image_transform *this, image_pixel *that,
5600 * double precision values set up by the preceding 'mod' calls:
5790 dp->transform_list->mod(dp->transform_list, &test_pixel, pp, dp);
5993 dp->transform_list->mod(dp->transform_list, &in_pixel, pp, dp);
6203 this->next->mod(this->next, that, pp, display);
6257 this->next->mod(this->next, that, pp, display);
6320 this->next->mod(this->next, that, pp, display);
6364 this->next->mod(this->next, that, pp, display);
6448 this->next->mod(this->next, that, pp, display);
6493 this->next->mod(this->next, that, pp, display);
6560 this->next->mod(this->next, that, pp, display);
6603 this->next->mod(this->next, that, pp, display);
7224 this->next->mod(this->next, that, pp, display);
7373 this->next->mod(this->next, that, pp, display);
7575 this->next->mod(this->next, that, pp, display);