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 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
    [all...]
  /external/skia/include/gpu/
GrContext.h 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
    [all...]

Completed in 25 milliseconds