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

  /external/skia/debugger/QT/
SkCanvasWidget.cpp 38 fPreviousPoint.set(0,0);
63 SkIPoint eventOffset = eventPoint - fPreviousPoint;
64 fPreviousPoint = eventPoint;
71 fPreviousPoint.set(event->globalX(), event->globalY());
SkCanvasWidget.h 71 SkIPoint fPreviousPoint;

Completed in 38 milliseconds