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

  /external/chromium_org/third_party/skia/debugger/QT/
SkCanvasWidget.cpp 37 fPreviousPoint.set(0,0);
60 SkIPoint eventOffset = eventPoint - fPreviousPoint;
61 fPreviousPoint = eventPoint;
68 fPreviousPoint.set(event->globalX(), event->globalY());
SkCanvasWidget.h 71 SkIPoint fPreviousPoint;

Completed in 2276 milliseconds