Home | History | Annotate | Download | only in libpng

Lines Matching refs:transforms

807       /* Check for transforms that have been set but were defined out */
1511 int transforms, voidp params)
1523 if (transforms & PNG_TRANSFORM_INVERT_MONO)
1531 if ((transforms & PNG_TRANSFORM_SHIFT)
1538 if (transforms & PNG_TRANSFORM_PACKING)
1544 if (transforms & PNG_TRANSFORM_SWAP_ALPHA)
1550 if (transforms & PNG_TRANSFORM_STRIP_FILLER_AFTER)
1552 else if (transforms & PNG_TRANSFORM_STRIP_FILLER_BEFORE)
1558 if (transforms & PNG_TRANSFORM_BGR)
1564 if (transforms & PNG_TRANSFORM_SWAP_ENDIAN)
1570 if (transforms & PNG_TRANSFORM_PACKSWAP)
1576 if (transforms & PNG_TRANSFORM_INVERT_ALPHA)
1589 transforms = transforms; /* Quiet compiler warnings */