Home | History | Annotate | Download | only in ports

Lines Matching refs:GA

665     // G is the Given's Matrix for A (rotational matrix such that GA[0][1] == 0).
671 // GA is the matrix A with rotation removed.
672 SkMatrix GA(G);
673 GA.preConcat(A);
677 SkScalar textSize = SkScalarAbs(SkScalarRoundToScalar(GA.get(SkMatrix::kMScaleY)));
690 SkMatrix GsA(GA);