HomeSort by relevance Sort by last modified time
    Searched refs:SetPoint (Results 1 - 25 of 45) sorted by null

1 2

  /external/chromium_org/ui/views/widget/
aero_tooltip_manager.cc 35 last_mouse_pos_.SetPoint(-1, -1);
50 mouse_pos_in_pixels.SetPoint(temp.x, temp.y);
  /external/chromium/chrome/browser/tab_contents/
web_drag_source_win.cc 23 screen->SetPoint(cursor_pos.x, cursor_pos.y);
25 client->SetPoint(cursor_pos.x, cursor_pos.y);
  /external/chromium_org/content/browser/web_contents/
web_drag_source_win.cc 25 screen->SetPoint(cursor_pos.x, cursor_pos.y);
27 client->SetPoint(cursor_pos.x, cursor_pos.y);
  /external/chromium_org/mojo/examples/sample_app/
gles2_client_impl.cc 38 capture_point_.SetPoint(event.location().x(), event.location().y());
53 last_drag_point_.SetPoint(event.location().x(), event.location().y());
  /external/chromium_org/ui/gfx/
point3_f.h 32 SetPoint(x() * x_scale, y() * y_scale, z() * z_scale);
43 void SetPoint(float x, float y, float z) {
point_f.h 28 SetPoint(x() * x_scale, y() * y_scale);
box_f.cc 40 origin_.SetPoint(min_x, min_y, min_z);
point_base.h 23 void SetPoint(Type x, Type y) {
display.cc 119 origin.SetPoint(origin_f.x(), origin_f.y());
transform_unittest.cc 327 p1.SetPoint(value.x1, 0, 0);
328 p2.SetPoint(value.x2, 0, 0);
332 p1.SetPoint(0, value.y1, 0);
333 p2.SetPoint(0, value.y2, 0);
337 p1.SetPoint(value.x1, value.y1, 0);
338 p2.SetPoint(value.x2, value.y2, 0);
374 p1.SetPoint(value.before, 0, 0);
375 p2.SetPoint(value.after, 0, 0);
379 p1.SetPoint(0, value.before, 0);
380 p2.SetPoint(0, value.after, 0)
    [all...]
transform.cc 508 point->SetPoint(p[0] * w_inverse, p[1] * w_inverse, p[2] * w_inverse);
510 point->SetPoint(p[0], p[1], p[2]);
524 point->SetPoint(ToRoundedInt(p[0]), ToRoundedInt(p[1]));
  /external/chromium_org/ui/views/controls/button/
menu_button.h 49 void set_menu_offset(int x, int y) { menu_offset_.SetPoint(x, y); }
  /external/chromium_org/content/browser/renderer_host/input/
synthetic_gesture_controller_unittest.cc 173 anchor_.SetPoint(touch_event->touches[0].position.x,
489 params.anchor.SetPoint(89, 32);
510 params.anchor.SetPoint(12, -23);
550 params.anchor.SetPoint(0, 7);
575 params.anchor.SetPoint(-98, -23);
603 params.anchor.SetPoint(-89, 78);
627 params.anchor.SetPoint(-32, 43);
647 params.anchor.SetPoint(432, 89);
667 params.anchor.SetPoint(90, 12);
687 params.anchor.SetPoint(90, 12)
    [all...]
  /external/chromium/ui/gfx/
point.h 44 void SetPoint(int x, int y) {
  /external/chromium_org/ash/display/
mirror_window_controller.cc 286 hot_point_.SetPoint(
293 hot_point_.SetPoint(
300 hot_point_.SetPoint(
  /external/chromium_org/content/common/input/
input_param_traits_unittest.cc 194 gesture_params->anchor.SetPoint(234, 345);
211 gesture_params->anchor.SetPoint(234, 345);
225 gesture_params->position.SetPoint(798, 233);
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.cc 270 hotpoint->SetPoint(bitmap->height() - hotpoint->y(), hotpoint->x());
275 hotpoint->SetPoint(
281 hotpoint->SetPoint(hotpoint->y(), bitmap->width() - hotpoint->x());
  /external/chromium_org/ash/
extended_desktop_unittest.cc 110 location_.SetPoint(-999, -999);
111 root_location_.SetPoint(-999, -999);
632 p.SetPoint(0, 0);
637 p.SetPoint(0, 0);
640 p.SetPoint(0, 0);
651 p.SetPoint(0, 0);
654 p.SetPoint(0, 0);
659 p.SetPoint(0, 0);
662 p.SetPoint(0, 0);
    [all...]
  /external/chromium_org/ash/rotator/
screen_rotation.cc 71 new_origin_.SetPoint(width, height);
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_collection.cc 277 default_panel_origin_.SetPoint(kPanelTilePixels + work_area.x(),
288 default_panel_origin_.SetPoint(kPanelTilePixels + work_area.x(),
panel_resize_browsertest.cc 42 mouse_location.SetPoint(bounds.x() + bounds.width() / 2, bounds.y());
45 mouse_location.SetPoint(bounds.right(), bounds.y());
48 mouse_location.SetPoint(bounds.x(), bounds.y() + bounds.height() / 2);
51 mouse_location.SetPoint(bounds.right(),
55 mouse_location.SetPoint(bounds.x(), bounds.bottom());
58 mouse_location.SetPoint(bounds.x() + bounds.width() / 2,
62 mouse_location.SetPoint(bounds.right(), bounds.bottom());
  /external/chromium_org/ui/views/controls/
label.cc 119 shadow_offset_.SetPoint(x, y);
387 shadow_offset_.SetPoint(1, 1);
  /external/chromium/chrome/browser/ui/tabs/
dock_info.cc 264 hot_spot_.SetPoint(x, y);
  /external/chromium_org/ash/wm/
ash_native_cursor_manager_unittest.cc 37 mouse_event_location_.SetPoint(-100, -100);
  /external/chromium_org/chrome/browser/ui/tabs/
dock_info.cc 254 hot_spot_.SetPoint(x, y);

Completed in 2382 milliseconds

1 2