Searched refs:dst_alpha (Results 1 – 1 of 1) sorted by relevance
647 const uint32_t dst_alpha = dst_pixel >> 24; in IsLosslessBlendingPossible() local648 if (dst_alpha != 0xff && src_pixel != dst_pixel) { in IsLosslessBlendingPossible()671 const uint32_t dst_alpha = dst_pixel >> 24; in IsLossyBlendingPossible() local672 if (dst_alpha != 0xff && in IsLossyBlendingPossible()
Completed in 6 milliseconds