Searched refs:localM (Results 1 – 2 of 2) sorted by relevance
83 public boolean getLocalMatrix(@NonNull Matrix localM) { in getLocalMatrix() argument85 localM.set(mLocalMatrix); in getLocalMatrix()98 public void setLocalMatrix(@Nullable Matrix localM) { in setLocalMatrix() argument99 if (localM == null || localM.isIdentity()) { in setLocalMatrix()106 mLocalMatrix = new Matrix(localM); in setLocalMatrix()108 } else if (!mLocalMatrix.equals(localM)) { in setLocalMatrix()109 mLocalMatrix.set(localM); in setLocalMatrix()
406 SkMatrix localM, currM, origM; in onDrawTextRSXform() local410 localM.setRSXform(*xform++); in onDrawTextRSXform()411 currM.setConcat(origM, localM); in onDrawTextRSXform()