Lines Matching defs:c1
300 static inline uint32_t JOIN(uint8_t c0, uint8_t c1, uint8_t c2, uint8_t c3) in JOIN()
377 auto c1 = (C1(s) > C1(d)) ? (C1(s) - C1(d)) : (C1(d) - C1(s)); in opBlendDifference() local
386 auto c1 = std::min(255, C1(s) + C1(d) - std::min(255, (C1(s) * C1(d)) << 1)); in opBlendExclusion() local
395 auto c1 = std::min(C1(s) + C1(d), 255); in opBlendAdd() local
404 auto c1 = C1(s) + C1(d) - MULTIPLY(C1(s), C1(d)); in opBlendScreen() local
413 auto c1 = MULTIPLY(C1(s), C1(d)); in opBlendMultiply() local
423 …auto c1 = (C1(d) < 128) ? std::min(255, 2 * MULTIPLY(C1(s), C1(d))) : (255 - std::min(255, 2 * MUL… in opBlendOverlay() local
432 auto c1 = std::min(C1(s), C1(d)); in opBlendDarken() local
441 auto c1 = std::max(C1(s), C1(d)); in opBlendLighten() local
451 auto c1 = (C1(is) > 0) ? (C1(d) / C1(is)) : C1(d); in opBlendColorDodge() local
461 auto c1 = 255 - ((C1(s) > 0) ? (C1(id) / C1(s)) : C1(id)); in opBlendColorBurn() local
469 …auto c1 = (C1(s) < 128) ? std::min(255, 2 * MULTIPLY(C1(s), C1(d))) : (255 - std::min(255, 2 * MUL… in opBlendHardLight() local
478 …auto c1 = std::min(255, MULTIPLY(255 - std::min(255, 2 * C1(s)), MULTIPLY(C1(d), C1(d))) + 2 * MUL… in opBlendSoftLight() local