Home
last modified time | relevance | path

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

/external/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc30 bool IsSameCursorShape(const CURSORINFO& left, const CURSORINFO& right) { in IsSameCursorShape() function
110 if (!IsSameCursorShape(cursor_info, last_cursor_)) { in Capture()