HomeSort by relevance Sort by last modified time
    Searched refs:fGesture (Results 1 - 4 of 4) sorted by null

  /external/skia/tools/viewer/
Viewer.h 96 SkTouchGesture fGesture;
Viewer.cpp 617 fGesture.reset();
635 fGesture.setTransLimit(SkRect::MakeWH(SkIntToScalar(slideSize.width()),
680 m.preConcat(fGesture.localM());
681 m.preConcat(fGesture.globalM());
854 fGesture.touchEnd(castedOwner);
858 fGesture.touchBegin(castedOwner, touchPoint.fX, touchPoint.fY);
862 fGesture.touchMoved(castedOwner, touchPoint.fX, touchPoint.fY);
    [all...]
  /external/skia/samplecode/
SampleApp.h 191 SkTouchGesture fGesture;
SampleApp.cpp     [all...]

Completed in 160 milliseconds