Lines Matching refs:deviceMatrix
714 SkMatrix deviceMatrix; in getSingleMatrix() local
715 this->getMatrixFrom2x2(&deviceMatrix); in getSingleMatrix()
716 m->postConcat(deviceMatrix); in getSingleMatrix()
922 const SkMatrix& deviceMatrix, in MakeRecAndEffects() argument
925 SkASSERT(!deviceMatrix.hasPerspective()); in MakeRecAndEffects()
938 const SkMatrix::TypeMask mask = deviceMatrix.getType(); in MakeRecAndEffects()
940 rec->fPost2x2[0][0] = sk_relax(deviceMatrix.getScaleX()); in MakeRecAndEffects()
941 rec->fPost2x2[1][1] = sk_relax(deviceMatrix.getScaleY()); in MakeRecAndEffects()
947 rec->fPost2x2[0][1] = sk_relax(deviceMatrix.getSkewX()); in MakeRecAndEffects()
948 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()