Searched defs:hotspot (Results 1 – 6 of 6) sorted by relevance
36 void set_hotspot(const DesktopVector& hotspot ) { hotspot_ = hotspot; } in set_hotspot()37 const DesktopVector& hotspot() const { return hotspot_; } in hotspot() function
21 MouseCursor::MouseCursor(DesktopFrame* image, const DesktopVector& hotspot) in MouseCursor()
102 void SetHotspot(const DesktopVector& hotspot) { in SetHotspot()224 DesktopVector hotspot(tests[i].hotspot_x, tests[i].hotspot_y); in TEST_F() local
204 DesktopVector hotspot(std::min(img->width, img->xhot), in CaptureCursor() local
470 private void queueCommand(int hotspot) { in queueCommand()
121 POINT hotspot; /* -1, -1 if no cursor image set */ member