Home | History | Annotate | Download | only in ports

Lines Matching refs:fG_inv

586     /** fG_inv is the inverse of the rotational part of the total matrix.
589 SkMatrix fG_inv;
679 // fG_inv is G inverse, which is fairly simple since G is 2x2 rotational.
680 fG_inv.setAll(G.get(SkMatrix::kMScaleX), -G.get(SkMatrix::kMSkewX), G.get(SkMatrix::kMTransX),
973 fG_inv.mapXY(SkIntToScalar(gm.gmCellIncX), SkIntToScalar(gm.gmCellIncY), &advance);