Lines Matching refs:AutoMatrix
675 * paint if necessary. Hint: use SkTCopyOnFirstWrite if the AutoMatrix is conditionally
678 class AutoMatrix : public ::SkNoncopyable {
680 AutoMatrix() : fContext(NULL) {}
682 ~AutoMatrix() { this->restore(); }
740 * made, not the matrix at the time AutoMatrix was first initialized. In other words, this
824 AutoMatrix fAutoMatrix;