Lines Matching defs:c3
300 static inline uint32_t JOIN(uint8_t c0, uint8_t c1, uint8_t c2, uint8_t c3) in JOIN()
379 auto c3 = (C3(s) > C3(d)) ? (C3(s) - C3(d)) : (C3(d) - C3(s)); in opBlendDifference() local
388 auto c3 = std::min(255, C3(s) + C3(d) - std::min(255, (C3(s) * C3(d)) << 1)); in opBlendExclusion() local
397 auto c3 = std::min(C3(s) + C3(d), 255); in opBlendAdd() local
406 auto c3 = C3(s) + C3(d) - MULTIPLY(C3(s), C3(d)); in opBlendScreen() local
415 auto c3 = MULTIPLY(C3(s), C3(d)); in opBlendMultiply() local
425 …auto c3 = (C3(d) < 128) ? std::min(255, 2 * MULTIPLY(C3(s), C3(d))) : (255 - std::min(255, 2 * MUL… in opBlendOverlay() local
434 auto c3 = std::min(C3(s), C3(d)); in opBlendDarken() local
443 auto c3 = std::max(C3(s), C3(d)); in opBlendLighten() local
453 auto c3 = (C3(is) > 0) ? (C3(d) / C3(is)) : C3(d); in opBlendColorDodge() local
463 auto c3 = 255 - ((C3(s) > 0) ? (C3(id) / C3(s)) : C3(id)); in opBlendColorBurn() local
471 …auto c3 = (C3(s) < 128) ? std::min(255, 2 * MULTIPLY(C3(s), C3(d))) : (255 - std::min(255, 2 * MUL… in opBlendHardLight() local
480 …auto c3 = std::min(255, MULTIPLY(255 - std::min(255, 2 * C3(s)), MULTIPLY(C3(d), C3(d))) + 2 * MUL… in opBlendSoftLight() local