Home | History | Annotate | Download | only in core

Lines Matching refs:SkMatrix

33     virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix)
49 if ((this->getTotalInverse().getType() & ~SkMatrix::kTranslate_Mask) == 0)
58 const SkMatrix& inv = this->getUnitInverse();
59 SkMatrix::MapPtProc invProc = this->getUnitInverseProc();
61 const SkMatrix& inv = this->getTotalInverse();
62 SkMatrix::MapPtProc invProc = this->getInverseMapPtProc();
194 if ((this->getTotalInverse().getType() & ~SkMatrix::kTranslate_Mask) == 0)
202 const SkMatrix& inv = this->getUnitInverse();
203 SkMatrix::MapPtProc invProc = this->getUnitInverseProc();
205 const SkMatrix& inv = this->getTotalInverse();
206 SkMatrix::MapPtProc invProc = this->getInverseMapPtProc();