Home
last modified time | relevance | path

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

/external/skia/include/views/
DSkTouchGesture.h44 const SkMatrix& globalM() const { return fGlobalM; } in globalM() function
/external/skia/samplecode/
DSampleApp.cpp1507 m.preConcat(fGesture.globalM()); in updateMatrix()