Searched defs:mapRect (Results 1 – 4 of 4) sorted by relevance
46 Rect Transform::mapRect(const Rect& rect) const { return map_rect(fM, rect); } in mapRect() function in skgpu::Transform
314 protected boolean mapRect(RectF destination, RectF source) { in mapRect() method in ShadowLegacyMatrix
314 protected boolean mapRect(RectF destination, RectF source) { in mapRect() method in ShadowMatrix
1151 bool SkMatrix::mapRect(SkRect* dst, const SkRect& src, SkApplyPerspectiveClip pc) const { in mapRect() function in SkMatrix