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

  /external/skia/src/shaders/
SkShaderBase.h 110 const SkMatrix& getCTM() const { return fCTM; }
113 SkMatrix fCTM;
168 SkMatrix fCTM;
  /external/skqp/src/shaders/
SkShaderBase.h 108 const SkMatrix& getCTM() const { return fCTM; }
111 SkMatrix fCTM;
166 SkMatrix fCTM;
  /external/skia/include/core/
SkImageFilter.h 62 : fCTM(ctm)
68 const SkMatrix& ctm() const { return fCTM; }
81 bool isValid() const { return fCTM.isFinite(); }
84 SkMatrix fCTM;
  /external/skia/src/core/
SkRecordDraw.cpp 176 fCTM = SkMatrix::I();
179 fSaveStack.push_back({ 0, Bounds::MakeEmpty(), nullptr, fCTM });
207 const SkMatrix& ctm() const { return fCTM; }
228 fCTM.mapRect(&rect);
248 void updateCTM(const Restore& op) { fCTM = op.matrix; }
249 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; }
250 void updateCTM(const Concat& op) { fCTM.preConcat(op.matrix); }
251 void updateCTM(const Translate& op) { fCTM.preTranslate(op.dx, op.dy); }
284 sb.ctm = this->fCTM;
437 SkDrawShadowMetrics::GetLocalBounds(op.path, op.rec, fCTM, &bounds)
    [all...]
SkDevice.h 122 const SkMatrix& ctm() const { return fCTM; }
124 fCTM = ctm;
377 SkMatrix fCTM;
  /external/skqp/include/core/
SkImageFilter.h 62 : fCTM(ctm)
68 const SkMatrix& ctm() const { return fCTM; }
81 bool isValid() const { return fCTM.isFinite(); }
84 SkMatrix fCTM;
  /external/skqp/src/core/
SkRecordDraw.cpp 172 fCTM = SkMatrix::I();
175 fSaveStack.push_back({ 0, Bounds::MakeEmpty(), nullptr, fCTM });
203 const SkMatrix& ctm() const { return fCTM; }
224 fCTM.mapRect(&rect);
244 void updateCTM(const Restore& op) { fCTM = op.matrix; }
245 void updateCTM(const SetMatrix& op) { fCTM = op.matrix; }
246 void updateCTM(const Concat& op) { fCTM.preConcat(op.matrix); }
247 void updateCTM(const Translate& op) { fCTM.preTranslate(op.dx, op.dy); }
280 sb.ctm = this->fCTM;
432 SkDrawShadowMetrics::GetLocalBounds(op.path, op.rec, fCTM, &bounds)
    [all...]
SkDevice.h 122 const SkMatrix& ctm() const { return fCTM; }
124 fCTM = ctm;
380 SkMatrix fCTM;

Completed in 171 milliseconds