Lines Matching refs:opacity
79 …e, const SwBBox* region, int yStart, int yEnd, AASpans* aaSpans, uint8_t opacity, uint8_t dirFlag …
152 if (opacity == 255) {
237 auto tmp = maskOp(MULTIPLY(px, opacity), *cmp, 0);
241 auto tmp = MULTIPLY(px, opacity);
275 …onst SwImage* image, const SwBBox* region, int yStart, int yEnd, AASpans* aaSpans, uint8_t opacity) in _rasterBlendingPolygonImageSegment() argument
345 if (opacity == 255) { in _rasterBlendingPolygonImageSegment()
422 auto src = ALPHA_BLEND(px, opacity); in _rasterBlendingPolygonImageSegment()
452 …image, const SwBBox* region, int yStart, int yEnd, AASpans* aaSpans, uint8_t opacity, bool matting) in _rasterPolygonImageSegment() argument
529 if (opacity == 255) { in _rasterPolygonImageSegment()
615 src = ALPHA_BLEND(px, MULTIPLY(opacity, alpha(cmp))); in _rasterPolygonImageSegment()
618 src = ALPHA_BLEND(px, opacity); in _rasterPolygonImageSegment()
650 …e, const SwImage* image, const SwBBox* region, Polygon& polygon, AASpans* aaSpans, uint8_t opacity) in _rasterPolygonImage() argument
740 …surface)) _rasterPolygonImageSegment(surface, image, region, yi[0], yi[1], aaSpans, opacity, true); in _rasterPolygonImage()
741 … else _rasterMaskedPolygonImageSegment(surface, image, region, yi[0], yi[1], aaSpans, opacity, 1); in _rasterPolygonImage()
743 … _rasterBlendingPolygonImageSegment(surface, image, region, yi[0], yi[1], aaSpans, opacity); in _rasterPolygonImage()
745 … _rasterPolygonImageSegment(surface, image, region, yi[0], yi[1], aaSpans, opacity, false); in _rasterPolygonImage()
761 …surface)) _rasterPolygonImageSegment(surface, image, region, yi[1], yi[2], aaSpans, opacity, true); in _rasterPolygonImage()
762 … else _rasterMaskedPolygonImageSegment(surface, image, region, yi[1], yi[2], aaSpans, opacity, 2); in _rasterPolygonImage()
764 … _rasterBlendingPolygonImageSegment(surface, image, region, yi[1], yi[2], aaSpans, opacity); in _rasterPolygonImage()
766 … _rasterPolygonImageSegment(surface, image, region, yi[1], yi[2], aaSpans, opacity, false); in _rasterPolygonImage()
791 …surface)) _rasterPolygonImageSegment(surface, image, region, yi[0], yi[1], aaSpans, opacity, true); in _rasterPolygonImage()
792 … else _rasterMaskedPolygonImageSegment(surface, image, region, yi[0], yi[1], aaSpans, opacity, 3); in _rasterPolygonImage()
794 … _rasterBlendingPolygonImageSegment(surface, image, region, yi[0], yi[1], aaSpans, opacity); in _rasterPolygonImage()
796 … _rasterPolygonImageSegment(surface, image, region, yi[0], yi[1], aaSpans, opacity, false); in _rasterPolygonImage()
815 …surface)) _rasterPolygonImageSegment(surface, image, region, yi[1], yi[2], aaSpans, opacity, true); in _rasterPolygonImage()
816 … else _rasterMaskedPolygonImageSegment(surface, image, region, yi[1], yi[2], aaSpans, opacity, 4); in _rasterPolygonImage()
818 … _rasterBlendingPolygonImageSegment(surface, image, region, yi[1], yi[2], aaSpans, opacity); in _rasterPolygonImage()
820 … _rasterPolygonImageSegment(surface, image, region, yi[1], yi[2], aaSpans, opacity, false); in _rasterPolygonImage()
1114 …ace* surface, const SwImage* image, const Matrix& transform, const SwBBox* region, uint8_t opacity) in _rasterTexmapPolygon() argument
1149 _rasterPolygonImage(surface, image, region, polygon, aaSpans, opacity); in _rasterTexmapPolygon()
1156 _rasterPolygonImage(surface, image, region, polygon, aaSpans, opacity); in _rasterTexmapPolygon()