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

Lines Matching full:transformations

16  * transformations is significant.
27 if (png_ptr->transformations & PNG_USER_TRANSFORM)
41 if (png_ptr->transformations & PNG_FILLER)
46 if (png_ptr->transformations & PNG_PACKSWAP)
50 if (png_ptr->transformations & PNG_PACK)
55 if (png_ptr->transformations & PNG_SWAP_BYTES)
59 if (png_ptr->transformations & PNG_SHIFT)
64 if (png_ptr->transformations & PNG_SWAP_ALPHA)
68 if (png_ptr->transformations & PNG_INVERT_ALPHA)
72 if (png_ptr->transformations & PNG_BGR)
76 if (png_ptr->transformations & PNG_INVERT_MONO)