Lines Matching defs:sA
651 // When GDI hinting, remove the entire Y scale from sA and GsA. (Prevents 'linear' metrics.)
652 // When not hinting, remove only the integer Y scale from sA and GsA. (Applied by GDI.)
658 SkMatrix sA;
661 fRec.computeMatrices(scaleConstraints, &scale, &sA, &GsA, &fG_inv, &A);
669 // The sA and GsA transforms will be used to create 'linear' metrics.
672 // non-integer scales. This is done so that sA and GsA are computed without any 'residual'
675 // removed from sA and GsA, so GDI will be handling the scale completely.
722 xform.eM11 = SkScalarToFloat(sA.get(SkMatrix::kMScaleX));
723 xform.eM12 = SkScalarToFloat(sA.get(SkMatrix::kMSkewY));
724 xform.eM21 = SkScalarToFloat(sA.get(SkMatrix::kMSkewX));
725 xform.eM22 = SkScalarToFloat(sA.get(SkMatrix::kMScaleY));