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()236 fLocalM.setTranslate(dx, dy); in touchMoved()246 fLocalM.setTranslate(-center(rec0.fStartX, rec1.fStartX), in touchMoved()248 fLocalM.postScale(scale, scale); in touchMoved()249 fLocalM.postTranslate(center(rec0.fLastX, rec1.fLastX), in touchMoved()316 fLocalM.reset(); in handleDblTap()
63 SkMatrix fLocalM, fGlobalM; variable