Home | History | Annotate | Download | only in libpng-1.2.46

Lines Matching refs:free_me

1416    if (png_ptr->free_me & PNG_FREE_PLTE)
1418 png_ptr->free_me &= ~PNG_FREE_PLTE;
1427 if (png_ptr->free_me & PNG_FREE_TRNS)
1429 png_ptr->free_me &= ~PNG_FREE_TRNS;
1438 if (png_ptr->free_me & PNG_FREE_HIST)
1440 png_ptr->free_me &= ~PNG_FREE_HIST;
1688 info_ptr->free_me |= PNG_FREE_ROWS;