Searched refs:fLocalM (Results 1 – 2 of 2) sorted by relevance
115 fLocalM.reset(); in reset()123 fGlobalM.postConcat(fLocalM); in flushLocalM()124 fLocalM.reset(); in flushLocalM()129 if (!fFlinger.evaluateMatrix(&fLocalM)) { in localM()133 return fLocalM; in localM()238 fLocalM.setTranslate(dx, dy); in touchMoved()248 fLocalM.setTranslate(-center(rec0.fStartX, rec1.fStartX), in touchMoved()250 fLocalM.postScale(scale, scale); in touchMoved()251 fLocalM.postTranslate(center(rec0.fLastX, rec1.fLastX), in touchMoved()318 fLocalM.reset(); in handleDblTap()
63 SkMatrix fLocalM, fGlobalM; variable