Searched defs:AutoMatrix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrContext.h668 * paint if necessary. Hint: use SkTCopyOnFirstWrite if the AutoMatrix is conditionally
671 class AutoMatrix : GrNoncopyable { class in class:GrContext
673 AutoMatrix() : fContext(NULL) {} function in class:GrContext::AutoMatrix
675 ~AutoMatrix() { this->restore(); }
733 * made, not the matrix at the time AutoMatrix was first initialized. In other words, this
817 AutoMatrix fAutoMatrix;
/external/skia/include/gpu/
H A DGrContext.h668 * paint if necessary. Hint: use SkTCopyOnFirstWrite if the AutoMatrix is conditionally
671 class AutoMatrix : GrNoncopyable { class in class:GrContext
673 AutoMatrix() : fContext(NULL) {} function in class:GrContext::AutoMatrix
675 ~AutoMatrix() { this->restore(); }
733 * made, not the matrix at the time AutoMatrix was first initialized. In other words, this
817 AutoMatrix fAutoMatrix;

Completed in 146 milliseconds