Home | History | Annotate | Download | only in core

Lines Matching refs:mapRect

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