Lines Matching defs:image
233 static bool _compositeMaskImage(SwSurface* surface, const SwImage* image, const SwBBox& region) in _compositeMaskImage()
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()
1795 bool rasterImage(SwSurface* surface, SwImage* image, const Matrix& transform, const SwBBox& bbox, u… in rasterImage()