Lines Matching refs:deviceMatrix
674 SkMatrix deviceMatrix; in getSingleMatrix() local
675 this->getMatrixFrom2x2(&deviceMatrix); in getSingleMatrix()
676 m->postConcat(deviceMatrix); in getSingleMatrix()
927 const SkMatrix& deviceMatrix, in MakeRecAndEffects() argument
930 SkASSERT(!deviceMatrix.hasPerspective()); in MakeRecAndEffects()
943 const SkMatrix::TypeMask mask = deviceMatrix.getType(); in MakeRecAndEffects()
945 rec->fPost2x2[0][0] = sk_relax(deviceMatrix.getScaleX()); in MakeRecAndEffects()
946 rec->fPost2x2[1][1] = sk_relax(deviceMatrix.getScaleY()); in MakeRecAndEffects()
952 rec->fPost2x2[0][1] = sk_relax(deviceMatrix.getSkewX()); in MakeRecAndEffects()
953 rec->fPost2x2[1][0] = sk_relax(deviceMatrix.getSkewY()); in MakeRecAndEffects()
1086 SkScalerContextFlags scalerContextFlags, const SkMatrix& deviceMatrix, SkAutoDescriptor* ad, in CreateDescriptorAndEffectsUsingPaint() argument
1090 MakeRecAndEffects(font, paint, surfaceProps, scalerContextFlags, deviceMatrix, &rec, effects); in CreateDescriptorAndEffectsUsingPaint()