Home
last modified time | relevance | path

Searched defs:DesktopVector (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_geometry.h22 DesktopVector() : x_(0), y_(0) {} in DesktopVector() function
23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {} in DesktopVector() function