HomeSort by relevance Sort by last modified time
    Searched defs:AutoMatrix (Results 1 - 2 of 2) sorted by null

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

Completed in 50 milliseconds