Lines Matching defs:pixel_blend
10840 // The pixel_blend (one of the constants listed below) determines how to
10851 // be overwritten when pixel_blend is WUFFS_BASE__PIXEL_BLEND__SRC, but might
10852 // still be visible on partial (not total) success or when pixel_blend is
10863 DecodeImageArgPixelBlend pixel_blend =
44912 wuffs_base__pixel_blend pixel_blend,
44917 switch (pixel_blend) {
45129 if ((pixel_blend == WUFFS_BASE__PIXEL_BLEND__SRC_OVER) &&
45131 pixel_blend = WUFFS_BASE__PIXEL_BLEND__SRC;
45135 image_decoder->decode_frame(&pixel_buffer, &io_buf, pixel_blend,
45164 DecodeImageArgPixelBlend pixel_blend,
45181 flags.repr, pixel_blend.repr, background_color.repr,