Searched refs:screen_pt (Results 1 – 6 of 6) sorted by relevance
/third_party/cef/libcef/browser/osr/ |
D | browser_platform_delegate_osr.cc | 314 const gfx::Point& screen_pt = GetScreenPoint(client_pt); in DragTargetDragEnter() local 329 gfx::PointF(screen_pt), ops, in DragTargetDragEnter() 345 const gfx::Point& screen_pt = GetScreenPoint(client_pt); in DragTargetDragOver() local 356 gfx::PointF transformed_screen_point(screen_pt); in DragTargetDragOver() 367 gfx::PointF(screen_pt), in DragTargetDragOver() 384 target_rwh->DragTargetDragOver(transformed_pt, gfx::PointF(screen_pt), ops, in DragTargetDragOver() 412 const gfx::Point& screen_pt = GetScreenPoint(client_pt); in DragTargetDrop() local 423 gfx::PointF transformed_screen_point(screen_pt); in DragTargetDrop() 434 gfx::PointF(screen_pt), in DragTargetDrop() 455 gfx::PointF(screen_pt), modifiers, in DragTargetDrop()
|
/third_party/cef/libcef/browser/native/ |
D | browser_platform_delegate_native_win.cc | 369 POINT screen_pt = {device_pt.x(), device_pt.y()}; in GetScreenPoint() local 370 ClientToScreen(window_info_.window, &screen_pt); in GetScreenPoint() 372 return gfx::Point(screen_pt.x, screen_pt.y); in GetScreenPoint()
|
D | browser_platform_delegate_native_mac.mm | 338 NSPoint screen_pt = 340 return gfx::Point(screen_pt.x, screen_pt.y); 552 const gfx::Point& screen_pt = 554 result.SetPositionInScreen(screen_pt.x(), screen_pt.y());
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_window_win.cc | 973 POINT screen_pt = {LogicalToDevice(viewX, device_scale_factor_), in GetScreenPoint() local 975 ClientToScreen(hwnd_, &screen_pt); in GetScreenPoint() 976 screenX = screen_pt.x; in GetScreenPoint() 977 screenY = screen_pt.y; in GetScreenPoint()
|
D | browser_window_osr_mac.mm | 1560 NSPoint screen_pt = 1563 screenX = screen_pt.x; 1564 screenY = screen_pt.y;
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 30593 gfx::PointF screen_pt) 30628 gfx::PointF screen_pt(display::Screen::GetScreen()->GetCursorScreenPoint()); 30630 *current_drop_data_, transformed_pt.value(), screen_pt, op_mask, 30662 - gfx::PointF screen_pt = event.root_location_f(); 30663 + gfx::PointF screen_pt = drop_metadata.root_location; 30665 screen_position_client->ConvertPointToScreen(root_window, &screen_pt); 30680 screen_pt); 30695 transformed_pt.value(), screen_pt, op_mask, 30750 screen_pt);
|