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

  /external/chromium_org/ppapi/examples/2d/
paint_manager_example.cc 20 pp::Rect SquareForPoint(int x, int y) {
112 pp::Rect square = SquareForPoint(last_x_, last_y_);
131 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
138 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
  /external/chromium_org/ppapi/examples/input/
pointer_event_input.cc 20 pp::Rect SquareForPoint(int x, int y) {
130 pp::Rect square = SquareForPoint(last_x_, last_y_);
149 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));
156 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_));

Completed in 115 milliseconds