Searched refs:applyMatrix (Results 1 – 1 of 1) sorted by relevance
140 static inline void applyMatrix(const SkMatrix* transform, SkRect* rect) { in applyMatrix() function153 static inline void applyMatrix(const SkMatrix& transform, SkRect* rect) { in applyMatrix() function154 return applyMatrix(&transform, rect); in applyMatrix()163 applyMatrix(stretch.makeLinearStretch(props.getWidth(), props.getHeight()), &temp); in mapRect()166 applyMatrix(props.getTransformMatrix(), &temp); in mapRect()168 applyMatrix(props.getStaticMatrix(), &temp); in mapRect()170 applyMatrix(props.getAnimationMatrix(), &temp); in mapRect()