Lines Matching refs:SwBBox
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()
700 …wSurface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t o… in _rasterScaledMaskedRleImage()
707 …wSurface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t o… in _rasterScaledMattedRleImage()
734 …wSurface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t o… in _rasterScaledBlendingRleImage()
765 …wSurface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t o… in _rasterScaledRleImage()
787 …SwSurface* surface, const SwImage* image, const Matrix& transform, const SwBBox& region, uint8_t o… in _scaledRleImage()
920 …wSurface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t o… in _rasterScaledMaskedImage()
927 …wSurface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t o… in _rasterScaledMattedImage()
962 …wSurface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t o… in _rasterScaledBlendingImage()
988 …wSurface* surface, const SwImage* image, const Matrix* itransform, const SwBBox& region, uint8_t o… in _rasterScaledImage()
1023 …SwSurface* surface, const SwImage* image, const Matrix& transform, const SwBBox& region, uint8_t o… 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()
1795 bool rasterImage(SwSurface* surface, SwImage* image, const Matrix& transform, const SwBBox& bbox, u… in rasterImage()
1825 void rasterXYFlip(uint32_t* src, uint32_t* dst, int32_t stride, int32_t w, int32_t h, const SwBBox&… in rasterXYFlip()