Home
last modified time | relevance | path

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

12

/external/webrtc/modules/desktop_capture/
Dmouse_cursor.h28 MouseCursor(DesktopFrame* image, const DesktopVector& hotspot);
37 void set_hotspot(const DesktopVector& hotspot) { hotspot_ = hotspot; } in set_hotspot() argument
38 const DesktopVector& hotspot() const { return hotspot_; } in hotspot() function
Dmouse_cursor.cc21 MouseCursor::MouseCursor(DesktopFrame* image, const DesktopVector& hotspot) in MouseCursor() argument
22 : image_(image), hotspot_(hotspot) { in MouseCursor()
33 cursor.hotspot()) in CopyOf()
Ddesktop_and_cursor_composer_unittest.cc88 MouseCursor* CreateTestCursor(DesktopVector hotspot) { in CreateTestCursor() argument
95 data[(hotspot.y() + y) * kCursorWidth + (hotspot.x() + x)] = in CreateTestCursor()
99 return new MouseCursor(image.release(), hotspot); in CreateTestCursor()
138 void SetHotspot(const DesktopVector& hotspot) { in SetHotspot() argument
139 if (!hotspot_.equals(hotspot)) in SetHotspot()
141 hotspot_ = hotspot; in SetHotspot()
233 DesktopVector hotspot(tests[i].hotspot_x, tests[i].hotspot_y); in TEST_F() local
234 fake_cursor_->SetHotspot(hotspot); in TEST_F()
Dmouse_cursor_monitor_unittest.cc73 EXPECT_GE(cursor_image_->hotspot().x(), 0); in TEST_F()
74 EXPECT_LE(cursor_image_->hotspot().x(), in TEST_F()
76 EXPECT_GE(cursor_image_->hotspot().y(), 0); in TEST_F()
77 EXPECT_LE(cursor_image_->hotspot().y(), in TEST_F()
Dmouse_cursor_monitor_mac.mm143 DesktopVector hotspot(
192 new MouseCursor(image.release(), hotspot));
Ddesktop_and_cursor_composer.cc100 DesktopVector image_pos = position.subtract(cursor.hotspot()); in DesktopFrameWithCursor()
/external/webrtc/modules/desktop_capture/linux/
Dmouse_cursor_monitor_x11.cc95 DesktopVector hotspot(2, 2); in MouseCursorMonitorX11() local
96 cursor_shape_.reset(new MouseCursor(default_cursor.release(), hotspot)); in MouseCursorMonitorX11()
218 DesktopVector hotspot(std::min(img->width, img->xhot), in CaptureCursor() local
223 cursor_shape_.reset(new MouseCursor(image.release(), hotspot)); in CaptureCursor()
/external/wpa_supplicant_8/hs20/server/ca/
Dhs20.oid3 1.3.6.1.4.1.40808.1.1.1 id-wfa-hotspot-friendlyName
/external/cpuinfo/test/build.prop/
Dgalaxy-tab-3-lite.log100 # hotspot development
101 ro.hotspot.enabled=1
Dgalaxy-grand-prime.log114 # hotspot development
115 ro.hotspot.enabled=1
Dgalaxy-j1-2016.log111 # hotspot development
112 #ro.hotspot.enabled=1
Dgalaxy-grand-prime-value-edition.log114 # hotspot development
115 ro.hotspot.enabled=1
Datm7029b-tablet.log140 ro.settings.hotspot=true
Dgalaxy-s3-us.log144 # System prop for sending transmit power request to RIL during WiFi hotspot on/off
Dgalaxy-s4-us.log142 # System prop for sending transmit power request to RIL during WiFi hotspot on/off
Dalcatel-revvl.log80 persist.radio.hotspot.support=0
Dleagoo-t5c.log234 ro.hotspot.enabled=1
Dhuawei-mate-20.log234 ro.hotspot.enabled=1
/external/grpc-grpc/src/objective-c/
DNetworkTransitionBehavior.md19 another hotspot, cellular data switched from LTE to 4G, etc;
51 like WiFi connects to another hotspot, the socket neither return an error nor
/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java470 private void queueCommand(int hotspot) { in queueCommand() argument
473 mQueuedCommands[mQueueBottom] = hotspot; in queueCommand()
/external/freetype/
DAndroid.bp45 // compile in ARM mode, since the glyph loader/renderer is a hotspot
/external/angle/doc/
DStarter-Projects.md70 Many customers switch Contexts frequently. MakeCurrent shows up as a hotspot. A performance test
/external/protobuf/objectivec/
DGPBRootObject.m158 // This came up as a hotspot (creation of NSString *) when accessing a
/external/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c651 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()
Ddevice9.c365 This->cursor.hotspot.x = -1; in NineDevice9_ctor()
366 This->cursor.hotspot.y = -1; in NineDevice9_ctor()
796 This->cursor.hotspot.x = XHotSpot; in NineDevice9_SetCursorProperties()
797 This->cursor.hotspot.y = YHotSpot; in NineDevice9_SetCursorProperties()
827 &This->cursor.hotspot, in NineDevice9_SetCursorProperties()
875 if (This->cursor.hotspot.x == -1) in NineDevice9_ShowCursor()

12