Home
last modified time | relevance | path

Searched refs:hotspot (Results 1 – 12 of 12) sorted by relevance

/third_party/cef/libcef/browser/native/
Dcursor_util.cc27 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/cef/tests/ceftests/
Dos_rendering_unittest.cc1196 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/
DStarter-Projects.md70 Many customers switch Contexts frequently. MakeCurrent shows up as a hotspot. A performance test
/third_party/protobuf/objectivec/
DGPBRootObject.m158 // This came up as a hotspot (creation of NSString *) when accessing a
/third_party/cef/include/internal/
Dcef_types.h2258 cef_point_t hotspot; member
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c407 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()
Dswapchain9.c654 blit.dst.box.x = MAX2(device->cursor.pos.x, 0) - device->cursor.hotspot.x; in handle_draw_cursor_and_hud()
655 blit.dst.box.y = MAX2(device->cursor.pos.y, 0) - device->cursor.hotspot.y; in handle_draw_cursor_and_hud()
Ddevice9.h123 POINT hotspot; /* -1, -1 if no cursor image set */ member
/third_party/jsframework/runtime/main/extend/systemplugin/
Dnet.js585 global.systemplugin.net.hotspot = {
/third_party/rust/crates/libc/src/
Dpsp.rs2011 pub hotspot: i32,
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch35421 + info.x = custom_cursor_info.hotspot.x;
35422 + info.y = custom_cursor_info.hotspot.y;
/third_party/gstreamer/gstplugins_bad/
DChangeLog132805 Speeds up packet parsing by 3% (this is *the* hotspot of mpeg-ts elements).