Searched defs:invM (Results 1 - 3 of 3) sorted by last modified time

/external/skia/src/effects/
H A DSkPerlinNoiseShader.cpp947 SkMatrix invM; local
948 if (!m.invert(&invM)) {
949 invM.reset();
951 invM.postConcat(invM); // Square the matrix
953 uman.setSkMatrix(fInvMatrixUni, invM);
/external/skia/src/gpu/
H A DGrContext.cpp817 SkMatrix invM; local
818 if (!combinedMatrix.invert(&invM)) {
823 invM.mapRectToQuad(srcSpaceRTQuad, rtRect);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp830 SkMatrix invM; local
831 if (!matrix.invert(&invM)) {
836 invM.mapRectToQuad(srcSpaceRTQuad, rtRect);

Completed in 401 milliseconds