Home
last modified time | relevance | path

Searched refs:globalM (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/views/
DSkTouchGesture.h44 const SkMatrix& globalM() const { return fGlobalM; } in globalM() function
/external/skia/tools/viewer/
DViewer.cpp681 m.preConcat(fGesture.globalM()); in computeMatrix()
/external/skia/samplecode/
DSampleApp.cpp1567 m.preConcat(fGesture.globalM()); in updateMatrix()