/external/webrtc/modules/desktop_capture/ |
D | mouse_cursor.h | 28 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
|
D | mouse_cursor.cc | 21 MouseCursor::MouseCursor(DesktopFrame* image, const DesktopVector& hotspot) in MouseCursor() argument 22 : image_(image), hotspot_(hotspot) { in MouseCursor() 33 cursor.hotspot()) in CopyOf()
|
D | desktop_and_cursor_composer_unittest.cc | 88 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()
|
D | mouse_cursor_monitor_unittest.cc | 73 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()
|
D | mouse_cursor_monitor_mac.mm | 143 DesktopVector hotspot( 192 new MouseCursor(image.release(), hotspot));
|
D | desktop_and_cursor_composer.cc | 100 DesktopVector image_pos = position.subtract(cursor.hotspot()); in DesktopFrameWithCursor()
|
/external/webrtc/modules/desktop_capture/linux/ |
D | mouse_cursor_monitor_x11.cc | 95 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/ |
D | hs20.oid | 3 1.3.6.1.4.1.40808.1.1.1 id-wfa-hotspot-friendlyName
|
/external/cpuinfo/test/build.prop/ |
D | galaxy-tab-3-lite.log | 100 # hotspot development 101 ro.hotspot.enabled=1
|
D | galaxy-grand-prime.log | 114 # hotspot development 115 ro.hotspot.enabled=1
|
D | galaxy-j1-2016.log | 111 # hotspot development 112 #ro.hotspot.enabled=1
|
D | galaxy-grand-prime-value-edition.log | 114 # hotspot development 115 ro.hotspot.enabled=1
|
D | atm7029b-tablet.log | 140 ro.settings.hotspot=true
|
D | galaxy-s3-us.log | 144 # System prop for sending transmit power request to RIL during WiFi hotspot on/off
|
D | galaxy-s4-us.log | 142 # System prop for sending transmit power request to RIL during WiFi hotspot on/off
|
D | alcatel-revvl.log | 80 persist.radio.hotspot.support=0
|
D | leagoo-t5c.log | 234 ro.hotspot.enabled=1
|
D | huawei-mate-20.log | 234 ro.hotspot.enabled=1
|
/external/grpc-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
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | NPCComponent.java | 470 private void queueCommand(int hotspot) { in queueCommand() argument 473 mQueuedCommands[mQueueBottom] = hotspot; in queueCommand()
|
/external/freetype/ |
D | Android.bp | 45 // compile in ARM mode, since the glyph loader/renderer is a hotspot
|
/external/angle/doc/ |
D | Starter-Projects.md | 70 Many customers switch Contexts frequently. MakeCurrent shows up as a hotspot. A performance test
|
/external/protobuf/objectivec/ |
D | GPBRootObject.m | 158 // This came up as a hotspot (creation of NSString *) when accessing a
|
/external/mesa3d/src/gallium/frontends/nine/ |
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.c | 365 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()
|