Home | History | Annotate | Download | only in ports

Lines Matching defs:sA

619     // When GDI hinting, remove the entire Y scale from sA and GsA. (Prevents 'linear' metrics.)
620 // When not hinting, remove only the integer Y scale from sA and GsA. (Applied by GDI.)
626 SkMatrix sA;
629 fRec.computeMatrices(scaleConstraints, &scale, &sA, &GsA, &fG_inv, &A);
637 // The sA and GsA transforms will be used to create 'linear' metrics.
640 // non-integer scales. This is done so that sA and GsA are computed without any 'residual'
643 // removed from sA and GsA, so GDI will be handling the scale completely.
690 xform.eM11 = SkScalarToFloat(sA.get(SkMatrix::kMScaleX));
691 xform.eM12 = SkScalarToFloat(sA.get(SkMatrix::kMSkewY));
692 xform.eM21 = SkScalarToFloat(sA.get(SkMatrix::kMSkewX));
693 xform.eM22 = SkScalarToFloat(sA.get(SkMatrix::kMScaleY));