Lines Matching refs:deviceMatrix
1327 const SkMatrix* deviceMatrix, in MakeRec() argument
1329 SkASSERT(deviceMatrix == nullptr || !deviceMatrix->hasPerspective()); in MakeRec()
1342 if (deviceMatrix) { in MakeRec()
1343 const SkMatrix::TypeMask mask = deviceMatrix->getType(); in MakeRec()
1345 rec->fPost2x2[0][0] = sk_relax(deviceMatrix->getScaleX()); in MakeRec()
1346 rec->fPost2x2[1][1] = sk_relax(deviceMatrix->getScaleY()); in MakeRec()
1352 rec->fPost2x2[0][1] = sk_relax(deviceMatrix->getSkewX()); in MakeRec()
1353 rec->fPost2x2[1][0] = sk_relax(deviceMatrix->getSkewY()); in MakeRec()
1590 const SkMatrix* deviceMatrix, in fill_out_rec() argument
1594 SkScalerContext::MakeRec(paint, surfaceProps, deviceMatrix, rec); in fill_out_rec()
1686 const SkMatrix* deviceMatrix) const { in getScalerContextDescriptor()
1695 &surfaceProps, FakeGamma::On == fakeGamma, deviceMatrix, in getScalerContextDescriptor()
1717 const SkMatrix* deviceMatrix, in descriptorProc() argument
1728 surfaceProps, FakeGamma::On == fakeGamma, deviceMatrix, in descriptorProc()
1747 const SkMatrix* deviceMatrix) const { in detachCache()
1749 this->descriptorProc(surfaceProps, fakeGamma, deviceMatrix, DetachDescProc, &cache); in detachCache()