Home | History | Annotate | Download | only in libpng

Lines Matching refs:free_me

1083    if (png_ptr->free_me & PNG_FREE_PLTE)
1085 png_ptr->free_me &= ~PNG_FREE_PLTE;
1089 if (png_ptr->free_me & PNG_FREE_TRNS)
1091 png_ptr->free_me &= ~PNG_FREE_TRNS;
1360 info_ptr->free_me |= PNG_FREE_ROWS;