Lines Matching defs:surface
150 static inline bool _blending(const SwSurface* surface) in _blending()
158 static inline bool _compositing(const SwSurface* surface) in _compositing()
165 static inline bool _matting(const SwSurface* surface) in _matting()
233 static bool _compositeMaskImage(SwSurface* surface, const SwImage* image, const SwBBox& region) in _compositeMaskImage()
330 static bool _rasterCompositeMaskedRect(SwSurface* surface, const SwBBox& region, SwMask maskOp, uin… in _rasterCompositeMaskedRect()
349 static bool _rasterDirectMaskedRect(SwSurface* surface, const SwBBox& region, SwMask maskOp, uint8_… in _rasterDirectMaskedRect()
370 static bool _rasterMaskedRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8… in _rasterMaskedRect()
384 static bool _rasterMattedRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8… in _rasterMattedRect()
421 static bool _rasterBlendingRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uin… in _rasterBlendingRect()
440 static bool _rasterTranslucentRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, … in _rasterTranslucentRect()
452 static bool _rasterSolidRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8_… in _rasterSolidRect()
477 static bool _rasterRect(SwSurface* surface, const SwBBox& region, uint8_t r, uint8_t g, uint8_t b, … in _rasterRect()
496 static bool _rasterCompositeMaskedRle(SwSurface* surface, SwRle* rle, SwMask maskOp, uint8_t r, uin… in _rasterCompositeMaskedRle()
516 static bool _rasterDirectMaskedRle(SwSurface* surface, SwRle* rle, SwMask maskOp, uint8_t r, uint8_… in _rasterDirectMaskedRle()
537 static bool _rasterMaskedRle(SwSurface* surface, SwRle* rle, uint8_t r, uint8_t g, uint8_t b, uint8… in _rasterMaskedRle()
551 static bool _rasterMattedRle(SwSurface* surface, SwRle* rle, uint8_t r, uint8_t g, uint8_t b, uint8… in _rasterMattedRle()
591 static bool _rasterBlendingRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uint8_t … in _rasterBlendingRle()
615 static bool _rasterTranslucentRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uint8… in _rasterTranslucentRle()
627 static bool _rasterSolidRle(SwSurface* surface, const SwRle* rle, uint8_t r, uint8_t g, uint8_t b) in _rasterSolidRle()
664 static bool _rasterRle(SwSurface* surface, SwRle* rle, uint8_t r, uint8_t g, uint8_t b, uint8_t a) in _rasterRle()
700 static bool _rasterScaledMaskedRleImage(SwSurface* surface, const SwImage* image, const Matrix* itr… in _rasterScaledMaskedRleImage()
707 static bool _rasterScaledMattedRleImage(SwSurface* surface, const SwImage* image, const Matrix* itr… in _rasterScaledMattedRleImage()
734 static bool _rasterScaledBlendingRleImage(SwSurface* surface, const SwImage* image, const Matrix* i… in _rasterScaledBlendingRleImage()
765 static bool _rasterScaledRleImage(SwSurface* surface, const SwImage* image, const Matrix* itransfor… in _rasterScaledRleImage()
787 static bool _scaledRleImage(SwSurface* surface, const SwImage* image, const Matrix& transform, cons… in _scaledRleImage()
814 static bool _rasterDirectMattedRleImage(SwSurface* surface, const SwImage* image, uint8_t opacity) in _rasterDirectMattedRleImage()
844 static bool _rasterDirectBlendingRleImage(SwSurface* surface, const SwImage* image, uint8_t opacity) in _rasterDirectBlendingRleImage()
867 static bool _rasterDirectRleImage(SwSurface* surface, const SwImage* image, uint8_t opacity) in _rasterDirectRleImage()
890 static bool _rasterDirectMaskedRleImage(SwSurface* surface, const SwImage* image, uint8_t opacity) in _rasterDirectMaskedRleImage()
897 static bool _directRleImage(SwSurface* surface, const SwImage* image, uint8_t opacity) in _directRleImage()
920 static bool _rasterScaledMaskedImage(SwSurface* surface, const SwImage* image, const Matrix* itrans… in _rasterScaledMaskedImage()
927 static bool _rasterScaledMattedImage(SwSurface* surface, const SwImage* image, const Matrix* itrans… in _rasterScaledMattedImage()
962 static bool _rasterScaledBlendingImage(SwSurface* surface, const SwImage* image, const Matrix* itra… in _rasterScaledBlendingImage()
988 static bool _rasterScaledImage(SwSurface* surface, const SwImage* image, const Matrix* itransform, … in _rasterScaledImage()
1023 static bool _scaledImage(SwSurface* surface, const SwImage* image, const Matrix& transform, const S… in _scaledImage()
1045 static bool _rasterDirectMaskedImage(SwSurface* surface, const SwImage* image, const SwBBox& region… in _rasterDirectMaskedImage()
1052 static bool _rasterDirectMattedImage(SwSurface* surface, const SwImage* image, const SwBBox& region… in _rasterDirectMattedImage()
1112 static bool _rasterDirectBlendingImage(SwSurface* surface, const SwImage* image, const SwBBox& regi… in _rasterDirectBlendingImage()
1143 static bool _rasterDirectImage(SwSurface* surface, const SwImage* image, const SwBBox& region, uint… in _rasterDirectImage()
1189 static bool _rasterDirectMattedBlendingImage(SwSurface* surface, const SwImage* image, const SwBBox… in _rasterDirectMattedBlendingImage()
1228 static bool _directImage(SwSurface* surface, const SwImage* image, const SwBBox& region, uint8_t op… in _directImage()
1245 static bool _rasterImage(SwSurface* surface, SwImage* image, const Matrix& transform, const SwBBox&… in _rasterImage()
1266 static bool _rasterCompositeGradientMaskedRect(SwSurface* surface, const SwBBox& region, const SwFi… in _rasterCompositeGradientMaskedRect()
1282 static bool _rasterDirectGradientMaskedRect(SwSurface* surface, const SwBBox& region, const SwFill*… in _rasterDirectGradientMaskedRect()
1300 static bool _rasterGradientMaskedRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterGradientMaskedRect()
1316 static bool _rasterGradientMattedRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterGradientMattedRect()
1337 static bool _rasterBlendingGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* fil… in _rasterBlendingGradientRect()
1356 static bool _rasterTranslucentGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* … in _rasterTranslucentGradientRect()
1381 static bool _rasterSolidGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterSolidGradientRect()
1405 static bool _rasterLinearGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterLinearGradientRect()
1420 static bool _rasterRadialGradientRect(SwSurface* surface, const SwBBox& region, const SwFill* fill) in _rasterRadialGradientRect()
1440 static bool _rasterCompositeGradientMaskedRle(SwSurface* surface, const SwRle* rle, const SwFill* f… in _rasterCompositeGradientMaskedRle()
1455 static bool _rasterDirectGradientMaskedRle(SwSurface* surface, const SwRle* rle, const SwFill* fill… in _rasterDirectGradientMaskedRle()
1472 static bool _rasterGradientMaskedRle(SwSurface* surface, const SwRle* rle, const SwFill* fill) in _rasterGradientMaskedRle()
1487 static bool _rasterGradientMattedRle(SwSurface* surface, const SwRle* rle, const SwFill* fill) in _rasterGradientMattedRle()
1506 static bool _rasterBlendingGradientRle(SwSurface* surface, const SwRle* rle, const SwFill* fill) in _rasterBlendingGradientRle()
1519 static bool _rasterTranslucentGradientRle(SwSurface* surface, const SwRle* rle, const SwFill* fill) in _rasterTranslucentGradientRle()
1542 static bool _rasterSolidGradientRle(SwSurface* surface, const SwRle* rle, const SwFill* fill) in _rasterSolidGradientRle()
1566 static bool _rasterLinearGradientRle(SwSurface* surface, const SwRle* rle, const SwFill* fill) in _rasterLinearGradientRle()
1583 static bool _rasterRadialGradientRle(SwSurface* surface, const SwRle* rle, const SwFill* fill) in _rasterRadialGradientRle()
1629 bool rasterCompositor(SwSurface* surface) in rasterCompositor()
1651 bool rasterClear(SwSurface* surface, uint32_t x, uint32_t y, uint32_t w, uint32_t h, pixel_t val) in rasterClear()
1682 void rasterUnpremultiply(RenderSurface* surface) in rasterUnpremultiply()
1712 void rasterPremultiply(RenderSurface* surface) in rasterPremultiply()
1733 bool rasterGradientShape(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity) in rasterGradientShape()
1754 bool rasterGradientStroke(SwSurface* surface, SwShape* shape, const Fill* fdata, uint8_t opacity) in rasterGradientStroke()
1771 bool rasterShape(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a) in rasterShape()
1783 bool rasterStroke(SwSurface* surface, SwShape* shape, uint8_t r, uint8_t g, uint8_t b, uint8_t a) in rasterStroke()
1795 bool rasterImage(SwSurface* surface, SwImage* image, const Matrix& transform, const SwBBox& bbox, u… in rasterImage()
1804 bool rasterConvertCS(RenderSurface* surface, ColorSpace to) in rasterConvertCS()