HomeSort by relevance Sort by last modified time
    Searched refs:OUTSIDE (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor.h 31 // Cursor is outside of the window.
32 OUTSIDE,
mouse_cursor_monitor_mac.mm 179 state = OUTSIDE;
185 state = OUTSIDE;
195 // pretend that the cursor is outside the window. This can happen, e.g. if
197 state = OUTSIDE;
210 state = OUTSIDE;
214 state = OUTSIDE;
mouse_cursor_monitor_x11.cc 155 state = OUTSIDE;
158 // XQueryPointer() sets |child_window| to None if the cursor is outside
161 (window_ == root_window || child_window != None) ? INSIDE : OUTSIDE;
desktop_and_cursor_composer_unittest.cc 229 : MouseCursorMonitor::OUTSIDE;
244 VerifyFrame(*frame, MouseCursorMonitor::OUTSIDE, DesktopVector());
mouse_cursor_monitor_win.cc 130 callback_->OnMouseCursorPosition(inside ? INSIDE : OUTSIDE, position);
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 57 OUTSIDE='outside'
  /external/python/cpython3/Lib/tkinter/
constants.py 57 OUTSIDE='outside'
  /external/libpng/contrib/tools/
genpng.c 64 * inside or outside each shape and 'close' points do not contribute to the
69 * joins are mitres; the outside of the lines are continued to the point of
167 * -1: the point is outside the shape by more than the filter width (2)
171 #define OUTSIDE (-1)
188 * '1' while leaving every point outside the shape with value '0' then
222 * 0 or 1, depending on whether the sub-pixel is within or outside the shape.
298 * which tells us whether a point is inside or outside the shape. First
303 case OUTSIDE:
304 return 0; /* all samples outside the shape */
352 * 'outside' are
    [all...]

Completed in 293 milliseconds