Searched defs:mapRect (Results 1 – 4 of 4) sorted by relevance
241 Rect Transform::mapRect(const Rect& rect) const { in mapRect() function in skgpu::graphite::Transform
441 LayerSpace<SkRect> LayerSpace<SkMatrix>::mapRect(const LayerSpace<SkRect>& r) const { in mapRect() function in skif::LayerSpace447 LayerSpace<SkIRect> LayerSpace<SkMatrix>::mapRect(const LayerSpace<SkIRect>& r) const { in mapRect() function in skif::LayerSpace
1141 bool SkMatrix::mapRect(SkRect* dst, const SkRect& src, SkApplyPerspectiveClip pc) const { in mapRect() function in SkMatrix
312 protected boolean mapRect(RectF destination, RectF source) { in mapRect() method in ShadowLegacyMatrix