Lines Matching refs:deviceMatrix
646 SkMatrix deviceMatrix; in getSingleMatrix() local
647 this->getMatrixFrom2x2(&deviceMatrix); in getSingleMatrix()
648 m->postConcat(deviceMatrix); in getSingleMatrix()
899 const SkMatrix& deviceMatrix, in MakeRecAndEffects() argument
903 SkASSERT(!deviceMatrix.hasPerspective()); in MakeRecAndEffects()
916 const SkMatrix::TypeMask mask = deviceMatrix.getType(); in MakeRecAndEffects()
918 rec->fPost2x2[0][0] = sk_relax(deviceMatrix.getScaleX()); in MakeRecAndEffects()
919 rec->fPost2x2[1][1] = sk_relax(deviceMatrix.getScaleY()); in MakeRecAndEffects()
925 rec->fPost2x2[0][1] = sk_relax(deviceMatrix.getSkewX()); in MakeRecAndEffects()
926 rec->fPost2x2[1][0] = sk_relax(deviceMatrix.getSkewY()); in MakeRecAndEffects()
1103 SkScalerContextFlags scalerContextFlags, const SkMatrix& deviceMatrix, SkAutoDescriptor* ad, in CreateDescriptorAndEffectsUsingPaint() argument
1107 MakeRecAndEffects(font, paint, surfaceProps, scalerContextFlags, deviceMatrix, &rec, effects); in CreateDescriptorAndEffectsUsingPaint()