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

  /external/webkit/WebCore/platform/
ScrollView.h 197 IntPoint newPoint = point;
199 newPoint = point - scrollOffset();
200 newPoint.move(child->x(), child->y());
201 return newPoint;
206 IntPoint newPoint = point;
208 newPoint = point + scrollOffset();
209 newPoint.move(-child->x(), -child->y());
210 return newPoint;
ScrollView.cpp 867 IntPoint newPoint = localPoint;
868 newPoint.move(scrollbar->x(), scrollbar->y());
869 return newPoint;
874 IntPoint newPoint = parentPoint;
876 newPoint.move(-scrollbar->x(), -scrollbar->y());
877 return newPoint;
    [all...]

Completed in 18 milliseconds