Home | History | Annotate | Download | only in effects

Lines Matching refs:invM

1274     SkMatrix invM;
1275 if (!m.invert(&invM)) {
1276 invM.reset();
1278 invM.postConcat(invM); // Square the matrix
1280 uman.setSkMatrix(fInvMatrixUni, invM);