| 93 | } |
| 94 | |
| 95 | bool Blur::UseCustomMaskBlend(int64_t frame_number) const { |
| 96 | (void) frame_number; |
| 97 | return mask_mode == BLUR_MASK_DRIVE_AMOUNT; |
| 98 | } |
| 99 | |
| 100 | void Blur::ApplyCustomMaskBlend(std::shared_ptr<QImage> original_image, std::shared_ptr<QImage> effected_image, |
| 101 | std::shared_ptr<QImage> mask_image, int64_t frame_number) const { |
nothing calls this directly
no outgoing calls
no test coverage detected