Lines Matching refs:alpha

60 …int32_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* cmp, SwAlpha alpha, uint8_t csize, ui…  in operator ()()
62 fillLinear(fill, dst, y, x, len, cmp, alpha, csize, opacity); in operator ()()
89 …int32_t* dst, uint32_t y, uint32_t x, uint32_t len, uint8_t* cmp, SwAlpha alpha, uint8_t csize, ui… in operator ()()
91 fillRadial(fill, dst, y, x, len, cmp, alpha, csize, opacity); in operator ()()
390 auto alpha = surface->alpha(surface->compositor->method); in _rasterMattedRect() local
402 auto tmp = ALPHA_BLEND(color, alpha(cmp)); in _rasterMattedRect()
413 *dst = INTERPOLATE8(a, *dst, alpha(cmp)); in _rasterMattedRect()
558 auto alpha = surface->alpha(surface->compositor->method); in _rasterMattedRle() local
570 auto tmp = ALPHA_BLEND(src, alpha(cmp)); in _rasterMattedRle()
583 *dst = INTERPOLATE8(src, *dst, alpha(cmp)); in _rasterMattedRle()
713 auto alpha = surface->alpha(surface->compositor->method); in _rasterScaledMattedRleImage() local
726 src = ALPHA_BLEND(src, (a == 255) ? alpha(cmp) : MULTIPLY(alpha(cmp), a)); in _rasterScaledMattedRleImage()
744 auto alpha = MULTIPLY(span->coverage, opacity); in _rasterScaledBlendingRleImage() local
745 if (alpha == 255) { in _rasterScaledBlendingRleImage()
757 *dst = INTERPOLATE(tmp, *dst, MULTIPLY(alpha, A(src))); in _rasterScaledBlendingRleImage()
775 auto alpha = MULTIPLY(span->coverage, opacity); in _rasterScaledRleImage() local
779 if (alpha < 255) src = ALPHA_BLEND(src, alpha); in _rasterScaledRleImage()
821 auto alpha = surface->alpha(surface->compositor->method); in _rasterDirectMattedRleImage() local
830 auto tmp = ALPHA_BLEND(*img, alpha(cmp)); in _rasterDirectMattedRleImage()
835 auto tmp = ALPHA_BLEND(*img, MULTIPLY(a, alpha(cmp))); in _rasterDirectMattedRleImage()
851 auto alpha = MULTIPLY(span->coverage, opacity); in _rasterDirectBlendingRleImage() local
852 if (alpha == 255) { in _rasterDirectBlendingRleImage()
859 *dst = INTERPOLATE(tmp, *dst, MULTIPLY(alpha, A(*img))); in _rasterDirectBlendingRleImage()
874 auto alpha = MULTIPLY(span->coverage, opacity); in _rasterDirectRleImage() local
875 if (alpha == 255) { in _rasterDirectRleImage()
881 auto src = ALPHA_BLEND(*img, alpha); in _rasterDirectRleImage()
937 auto alpha = surface->alpha(surface->compositor->method); in _rasterScaledMattedImage() local
952 … auto tmp = ALPHA_BLEND(src, opacity == 255 ? alpha(cmp) : MULTIPLY(opacity, alpha(cmp))); in _rasterScaledMattedImage()
1057 auto alpha = surface->alpha(surface->compositor->method); in _rasterDirectMattedImage() local
1072 auto tmp = ALPHA_BLEND(*src, alpha(cmp)); in _rasterDirectMattedImage()
1077 auto tmp = ALPHA_BLEND(*src, MULTIPLY(opacity, alpha(cmp))); in _rasterDirectMattedImage()
1094 auto tmp = MULTIPLY(A(*src), alpha(cmp)); in _rasterDirectMattedImage()
1099 auto tmp = MULTIPLY(A(*src), MULTIPLY(opacity, alpha(cmp))); in _rasterDirectMattedImage()
1199 auto alpha = surface->alpha(surface->compositor->method); in _rasterDirectMattedBlendingImage() local
1210 auto tmp = ALPHA_BLEND(*src, alpha(cmp)); in _rasterDirectMattedBlendingImage()
1215 auto tmp = ALPHA_BLEND(*src, alpha(cmp)); in _rasterDirectMattedBlendingImage()
1323 auto alpha = surface->alpha(surface->compositor->method); in _rasterGradientMattedRect() local
1328 fillMethod()(fill, buffer, region.min.y + y, region.min.x, w, cbuffer, alpha, csize, 255); in _rasterGradientMattedRect()
1494 auto alpha = surface->alpha(surface->compositor->method); in _rasterGradientMattedRle() local
1499 fillMethod()(fill, dst, span->y, span->x, span->len, cmp, alpha, csize, span->coverage); in _rasterGradientMattedRle()