Searched refs:transformations (Results 1 – 9 of 9) sorted by relevance
109 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA; in png_set_background_fixed()110 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_background_fixed()118 png_ptr->transformations |= PNG_BACKGROUND_EXPAND; in png_set_background_fixed()120 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND; in png_set_background_fixed()148 png_ptr->transformations |= PNG_SCALE_16_TO_8; in png_set_scale_16()162 png_ptr->transformations |= PNG_16_TO_8; in png_set_strip_16()175 png_ptr->transformations |= PNG_STRIP_ALPHA; in png_set_strip_alpha()290 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()296 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()304 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; in png_set_alpha_mode_fixed()[all …]
64 png_uint_32 transformations; /* which transformations to perform */ member
982 png_bytep row, int pass, png_uint_32 transformations));
18 transformations on an input stream
105 transformations on an input stream (a file or input from a pipeline).
157 transformations on an input stream
156 transformations on an input stream
54 // Const-volatile properties and transformations:64 // Reference transformations:69 // Pointer transformations:79 // Array properties and transformations:130 // Alignment properties and transformations:182 // other transformations:
709 // 20.5.7 other transformations: