Searched refs:mapMatrix (Results 1 – 3 of 3) sorted by relevance
49 void mapMatrix(SkMatrix* dst, const SkMatrix& src) const;
51 void SkDeviceLooper::mapMatrix(SkMatrix* dst, const SkMatrix& src) const { in mapMatrix() function in SkDeviceLooper
791 looper.mapMatrix(&localMatrix, *matrix); in drawRect()