Searched refs:hotspot (Results 1 – 12 of 12) sorted by relevance
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()
1196 CefPoint hotspot = drag_data->GetImageHotspot(); in StartDragging() local1197 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()
70 Many customers switch Contexts frequently. MakeCurrent shows up as a hotspot. A performance test
158 // This came up as a hotspot (creation of NSString *) when accessing a
2258 cef_point_t hotspot; member
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()
654 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()
123 POINT hotspot; /* -1, -1 if no cursor image set */ member
585 global.systemplugin.net.hotspot = {
2011 pub hotspot: i32,
35421 + info.x = custom_cursor_info.hotspot.x;35422 + info.y = custom_cursor_info.hotspot.y;
132805 Speeds up packet parsing by 3% (this is *the* hotspot of mpeg-ts elements).