Home
last modified time | relevance | path

Searched refs:fGlobalM (Results 1 – 4 of 4) sorted by relevance

/external/skia/gpu/include/
DGrTouchGesture.h21 const SkMatrix& globalM() const { return fGlobalM; } in globalM()
40 SkMatrix fLocalM, fGlobalM; variable
/external/skia/include/views/
DSkTouchGesture.h37 const SkMatrix& globalM() const { return fGlobalM; } in globalM()
56 SkMatrix fLocalM, fGlobalM; variable
/external/skia/gpu/src/
DGrTouchGesture.cpp30 fGlobalM.reset(); in reset()
37 fGlobalM.postConcat(fLocalM); in flushLocalM()
107 const float curr = fGlobalM[0]; in limitTotalZoom()
231 fGlobalM.reset(); in handleDblTap()
/external/skia/src/views/
DSkTouchGesture.cpp123 fGlobalM.reset(); in reset()
130 fGlobalM.postConcat(fLocalM); in flushLocalM()
200 const float curr = fGlobalM[0]; in limitTotalZoom()
324 fGlobalM.reset(); in handleDblTap()