Searched refs:SetPoint (Results 1 - 25 of 45) sorted by path

12

/external/chromium_org/ash/display/
H A Dcursor_window_controller.cc235 hot_point_.SetPoint(
242 hot_point_.SetPoint(
249 hot_point_.SetPoint(
H A Ddisplay_controller_unittest.cc326 mouse_location_.SetPoint(0, 0);
1050 point.SetPoint(0, 0);
H A Droot_window_transformers_unittest.cc83 mouse_location_.SetPoint(0, 0);
/external/chromium_org/ash/
H A Dextended_desktop_unittest.cc110 location_.SetPoint(-999, -999);
111 root_location_.SetPoint(-999, -999);
724 p.SetPoint(0, 0);
729 p.SetPoint(0, 0);
732 p.SetPoint(0, 0);
743 p.SetPoint(0, 0);
746 p.SetPoint(0, 0);
751 p.SetPoint(0, 0);
754 p.SetPoint(0, 0);
/external/chromium_org/ash/rotator/
H A Dscreen_rotation.cc71 new_origin_.SetPoint(width, height);
/external/chromium_org/ash/touch/
H A Dtouch_uma.cc115 position.SetPoint(static_cast<int>(device_event->event_x),
/external/chromium_org/ash/wm/
H A Dash_native_cursor_manager_unittest.cc43 mouse_event_location_.SetPoint(-100, -100);
/external/chromium_org/cc/quads/
H A Ddraw_polygon.cc173 intersection->SetPoint(line_start.x(), line_start.y(), line_start.z());
186 intersection->SetPoint(line_start.x() + (v.x() * lerp_factor),
/external/chromium_org/chrome/browser/ui/panels/
H A Ddetached_panel_collection.cc277 default_panel_origin_.SetPoint(kPanelTilePixels + work_area.x(),
288 default_panel_origin_.SetPoint(kPanelTilePixels + work_area.x(),
H A Dpanel_resize_browsertest.cc43 mouse_location.SetPoint(bounds.x() + bounds.width() / 2, bounds.y());
46 mouse_location.SetPoint(bounds.right(), bounds.y());
49 mouse_location.SetPoint(bounds.x(), bounds.y() + bounds.height() / 2);
52 mouse_location.SetPoint(bounds.right(),
56 mouse_location.SetPoint(bounds.x(), bounds.bottom());
59 mouse_location.SetPoint(bounds.x() + bounds.width() / 2,
63 mouse_location.SetPoint(bounds.right(), bounds.bottom());
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_item_view.cc1019 point.SetPoint(drop_down_x_left_, box_y_);
/external/chromium_org/chrome/browser/ui/views/
H A Dstatus_bubble_views.cc620 original_position_.SetPoint(x, y);
621 position_.SetPoint(base_view_->GetMirroredXWithWidthInView(x, w), y);
/external/chromium_org/content/browser/renderer_host/input/
H A Dsynthetic_gesture_controller_unittest.cc164 start_.SetPoint(touch_event.touches[0].position.x,
561 params.anchor.SetPoint(89, 32);
582 params.anchor.SetPoint(12, -23);
623 params.anchor.SetPoint(0, 7);
647 params.anchor.SetPoint(-98, -23);
675 params.anchor.SetPoint(-89, 78);
700 params.anchor.SetPoint(-32, 43);
720 params.anchor.SetPoint(432, 89);
740 params.anchor.SetPoint(90, 12);
760 params.anchor.SetPoint(9
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc2345 global_mouse_position_.SetPoint(event->globalX, event->globalY);
2356 global_mouse_position_.SetPoint(event->globalX, event->globalY);
2368 unlocked_mouse_position_.SetPoint(event->windowX, event->windowY);
2369 unlocked_global_mouse_position_.SetPoint(event->globalX, event->globalY);
/external/chromium_org/content/common/input/
H A Dinput_param_traits_unittest.cc194 gesture_params->anchor.SetPoint(234, 345);
212 gesture_params->anchor.SetPoint(234, 345);
226 gesture_params->position.SetPoint(798, 233);
/external/chromium_org/content/renderer/gpu/
H A Dgpu_benchmarking_extension.cc516 anchor.SetPoint(rect.width / 2, rect.height / 2);
518 anchor.SetPoint(args[6]->IntegerValue() * page_scale_factor,
595 start.SetPoint(rect.width / 2, rect.height / 2);
597 start.SetPoint(args[6]->IntegerValue() * page_scale_factor,
674 gesture_params->anchor.SetPoint(
723 gesture_params->position.SetPoint(
/external/chromium_org/content/renderer/
H A Drender_widget.cc295 offset_.SetPoint(params_.offset.x, params_.offset.y);
/external/chromium_org/tools/ipc_fuzzer/mutate/
H A Dgenerate.cc940 p->SetPoint(x, y);
954 p->SetPoint(x, y);
H A Dmutate.cc426 p->SetPoint(x, y);
/external/chromium_org/ui/aura/gestures/
H A Dgesture_recognizer_unittest.cc126 scroll_begin_position_.SetPoint(0, 0);
127 tap_location_.SetPoint(0, 0);
128 gesture_end_location_.SetPoint(0, 0);
/external/chromium_org/ui/base/cursor/
H A Dcursor_util.cc26 hotpoint->SetPoint(bitmap->height() - hotpoint->y(), hotpoint->x());
31 hotpoint->SetPoint(
37 hotpoint->SetPoint(hotpoint->y(), bitmap->width() - hotpoint->x());
/external/chromium_org/ui/display/chromeos/x11/
H A Dnative_display_delegate_x11.cc338 origin.SetPoint(crtc_info->x, crtc_info->y);
/external/chromium_org/ui/gfx/
H A Ddisplay.cc156 origin.SetPoint(origin_f.x(), origin_f.y());
/external/chromium_org/ui/gfx/geometry/
H A Dbox_f.cc40 origin_.SetPoint(min_x, min_y, min_z);
H A Dpoint3_f.h33 SetPoint(x() * x_scale, y() * y_scale, z() * z_scale);
44 void SetPoint(float x, float y, float z) { function in class:gfx::Point3F

Completed in 671 milliseconds

12