Lines Matching refs:mapRect
1291 bool SkMatrix::mapRect(SkRect* dst, const SkRect& src) const {2010 // mapRect supports negative scales, so we eliminate those first2021 mat.mapRect(&dst, src);