Searched defs:mapRect (Results 1 – 5 of 5) sorted by relevance
122 FloatRect mapRect(const FloatRect& r, const FloatRect& srcRect, const FloatRect& destRect) in mapRect() function
355 bool mapRect(SkRect* rect) const { in mapRect() function
126 template<class Transform, class Rect, class Value> static inline Rect mapRect(const Rect& rect, con… in mapRect() function153 template<class T> static inline IntRect mapRect(const IntRect& rect, const T& transform) in mapRect() function158 template<class T> static inline FloatRect mapRect(const FloatRect& rect, const T& transform) in mapRect() function219 IntRect mapRect(const IntRect& rect) const in mapRect() function in WebCore::GraphicsContextPlatformPrivate224 FloatRect mapRect(const FloatRect& rect) const in mapRect() function in WebCore::GraphicsContextPlatformPrivate
581 IntRect TransformationMatrix::mapRect(const IntRect &rect) const in mapRect() function in WebCore::TransformationMatrix586 FloatRect TransformationMatrix::mapRect(const FloatRect& r) const in mapRect() function in WebCore::TransformationMatrix
1002 bool SkMatrix::mapRect(SkRect* dst, const SkRect& src) const { in mapRect() function in SkMatrix