Searched refs:ToPOINT (Results 1 – 5 of 5) sorted by relevance
96 MoveMouse(screen_location.ToPOINT()); in Run()185 POINT temp = drag_path[0].ToPOINT(); in WindowSimulateDrag()191 temp = drag_path[i].ToPOINT(); in WindowSimulateDrag()197 POINT end = drag_path[drag_path.size() - 1].ToPOINT(); in WindowSimulateDrag()
37 POINT Point::ToPOINT() const { in ToPOINT() function in gfx::Point
92 POINT ToPOINT() const;
75 if (!GetWindowRect(hwnd, &r) || !PtInRect(&r, screen_loc_.ToPOINT())) { in ShouldStopIterating()161 PtInRect(&r, screen_loc_.ToPOINT())) { in ShouldStopIterating()
960 location_entry_->HandleExternalMsg(msg, flags, screen_point.ToPOINT()); in OnMouseEvent()