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

  /external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.cpp 45 this->updateCTM(op);
79 template <typename T> void updateCTM(const T&) { /* most ops don't change the CTM */ }
80 void updateCTM(const SkRecords::Restore& op) { fCTM = &op.matrix; }
81 void updateCTM(const SkRecords::SetMatrix& op) { fCTM = &op.matrix; }
  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.cpp 168 this->updateCTM(op);
184 template <typename T> void updateCTM(const T&) {}
185 void updateCTM(const Restore& op) { fCTM = &op.matrix; }
186 void updateCTM(const SetMatrix& op) { fCTM = &op.matrix; }
532 // We walk fCurrentOp through the SkRecord, as we go using updateCTM()

Completed in 217 milliseconds