Lines Matching refs:tmp
480 auto tmp = maskOp(src, *cmp, 0); in fillRadial() local
481 *dst = tmp + MULTIPLY(*dst, ~tmp); in fillRadial()
491 auto tmp = maskOp(src, *cmp, 0); in fillRadial() local
492 *dst = tmp + MULTIPLY(*dst, ~tmp); in fillRadial()
510 auto tmp = op(_pixel(fill, x0), *dst, 255); in fillRadial() local
511 *dst = op2(tmp, *dst, 255); in fillRadial()
518 auto tmp = op(_pixel(fill, x0), *dst, 255); in fillRadial() local
519 auto tmp2 = op2(tmp, *dst, 255); in fillRadial()
530 auto tmp = op(_pixel(fill, sqrtf(det) - b), *dst, 255); in fillRadial() local
531 *dst = op2(tmp, *dst, 255); in fillRadial()
538 auto tmp = op(_pixel(fill, sqrtf(det) - b), *dst, 255); in fillRadial() local
539 auto tmp2 = op2(tmp, *dst, 255); in fillRadial()
678 auto tmp = maskOp(src, *cmp, 0); in fillLinear() local
679 *dst = tmp + MULTIPLY(*dst, ~tmp); in fillLinear()
694 auto tmp = maskOp(src, *cmp, 0); in fillLinear() local
695 *dst = tmp + MULTIPLY(*dst, ~tmp); in fillLinear()
703 auto tmp = maskOp(src, *cmp, 0); in fillLinear() local
704 *dst = tmp + MULTIPLY(*dst, ~tmp); in fillLinear()
765 auto tmp = op(color, *dst, a); in fillLinear() local
766 *dst = op2(tmp, *dst, 255); in fillLinear()
770 auto tmp = op(color, *dst, a); in fillLinear() local
771 auto tmp2 = op2(tmp, *dst, 255); in fillLinear()
788 auto tmp = op(_fixedPixel(fill, t2), *dst, 255); in fillLinear() local
789 *dst = op2(tmp, *dst, 255); in fillLinear()
796 auto tmp = op(_pixel(fill, t / GRADIENT_STOP_SIZE), *dst, 255); in fillLinear() local
797 *dst = op2(tmp, *dst, 255); in fillLinear()
808 auto tmp = op(_fixedPixel(fill, t2), *dst, 255); in fillLinear() local
809 auto tmp2 = op2(tmp, *dst, 255); in fillLinear()
817 auto tmp = op(_pixel(fill, t / GRADIENT_STOP_SIZE), *dst, 255); in fillLinear() local
818 auto tmp2 = op2(tmp, *dst, 255); in fillLinear()