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

  /external/skia/include/gpu/
GrTextContext.h 60 GrContext::AutoMatrix fAutoMatrix;
GrContext.h 661 * paint if necessary. Hint: use SkTCopyOnFirstWrite if the AutoMatrix is conditionally
664 class AutoMatrix : GrNoncopyable {
666 AutoMatrix() : fContext(NULL) {}
668 ~AutoMatrix() { this->restore(); }
726 * made, not the matrix at the time AutoMatrix was first initialized. In other words, this
810 AutoMatrix fAutoMatrix;
    [all...]
  /external/skia/src/gpu/
GrTextContext.cpp 175 GrContext::AutoMatrix am;
SkGpuDevice.cpp 806 GrContext::AutoMatrix am;
848 GrContext::AutoMatrix am;
894 GrContext::AutoMatrix am;
    [all...]
GrContext.cpp 570 AutoMatrix am;
    [all...]
  /external/skia/src/effects/
SkMorphologyImageFilter.cpp 459 GrContext::AutoMatrix am;

Completed in 576 milliseconds