Searched refs:hotspot (Results 1 – 11 of 11) sorted by relevance
/third_party/cef/libcef/browser/native/ |
D | cursor_util.cc | 27 custom_cursor_info.hotspot.x = ui_cursor.custom_hotspot().x(); in OnCursorChange() 28 custom_cursor_info.hotspot.y = ui_cursor.custom_hotspot().y(); in OnCursorChange()
|
/third_party/grpc/src/objective-c/ |
D | NetworkTransitionBehavior.md | 19 another hotspot, cellular data switched from LTE to 4G, etc; 51 like WiFi connects to another hotspot, the socket neither return an error nor
|
/third_party/cef/tests/ceftests/ |
D | os_rendering_unittest.cc | 1196 CefPoint hotspot = drag_data->GetImageHotspot(); in StartDragging() local 1197 EXPECT_GT(hotspot.x, 0); in StartDragging() 1198 EXPECT_LT(hotspot.x, GetScaledInt(dragdiv.width)); in StartDragging() 1199 EXPECT_GT(hotspot.y, 0); in StartDragging() 1200 EXPECT_LT(hotspot.y, GetScaledInt(dragdiv.height)); in StartDragging()
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | Starter-Projects.md | 70 Many customers switch Contexts frequently. MakeCurrent shows up as a hotspot. A performance test
|
/third_party/cef/include/internal/ |
D | cef_types.h | 2258 cef_point_t hotspot; member
|
/third_party/protobuf/objectivec/ |
D | GPBRootObject.m | 158 // This came up as a hotspot (creation of NSString *) when accessing a
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | device9.c | 407 This->cursor.hotspot.x = -1; in NineDevice9_ctor() 408 This->cursor.hotspot.y = -1; in NineDevice9_ctor() 844 This->cursor.hotspot.x = XHotSpot; in NineDevice9_SetCursorProperties() 845 This->cursor.hotspot.y = YHotSpot; in NineDevice9_SetCursorProperties() 873 &This->cursor.hotspot, in NineDevice9_SetCursorProperties() 921 if (This->cursor.hotspot.x == -1) in NineDevice9_ShowCursor()
|
D | swapchain9.c | 651 blit.dst.box.x = MAX2(device->cursor.pos.x, 0) - device->cursor.hotspot.x; in handle_draw_cursor_and_hud() 652 blit.dst.box.y = MAX2(device->cursor.pos.y, 0) - device->cursor.hotspot.y; in handle_draw_cursor_and_hud()
|
D | device9.h | 123 POINT hotspot; /* -1, -1 if no cursor image set */ member
|
/third_party/jsframework/runtime/main/extend/systemplugin/ |
D | net.js | 585 global.systemplugin.net.hotspot = {
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 132805 Speeds up packet parsing by 3% (this is *the* hotspot of mpeg-ts elements).
|