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

  /external/webrtc/webrtc/modules/desktop_capture/
mouse_cursor_monitor.h 29 INSIDE,
desktop_and_cursor_composer_unittest.cc 150 if (state == MouseCursorMonitor::INSIDE && image_rect.Contains(p)) {
190 fake_cursor_->SetState(MouseCursorMonitor::INSIDE, DesktopVector());
202 bool inside; member in struct:webrtc::__anon49920::__anon49921
227 MouseCursorMonitor::CursorState state = tests[i].inside
228 ? MouseCursorMonitor::INSIDE
mouse_cursor_monitor_unittest.cc 82 EXPECT_EQ(MouseCursorMonitor::INSIDE, state_);
desktop_and_cursor_composer.cc 154 if (frame && cursor_.get() && cursor_state_ == MouseCursorMonitor::INSIDE) {
mouse_cursor_monitor_mac.mm 97 CursorState state = INSIDE;
221 if (state == INSIDE) {
mouse_cursor_monitor_win.cc 106 bool inside = cursor_info.flags == CURSOR_SHOWING; local
113 inside = false;
115 if (inside) {
117 inside = windowUnderCursor ?
125 if (inside)
126 inside = rect.Contains(position);
130 callback_->OnMouseCursorPosition(inside ? INSIDE : OUTSIDE, position);
mouse_cursor_monitor_x11.cc 157 // In screen mode (window_ == root_window) the mouse is always inside.
161 (window_ == root_window || child_window != None) ? INSIDE : OUTSIDE;
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 56 INSIDE='inside'
  /external/python/cpython3/Lib/tkinter/
constants.py 56 INSIDE='inside'
  /external/libpng/contrib/tools/
genpng.c 64 * inside or outside each shape and 'close' points do not contribute to the
161 /* A function to determine if (x,y) is inside the shape.
165 * inside_fn: returns true if the point is inside
168 * 0: the point may be inside the shape
169 * +1: the point is inside the shape by more than the filter width
172 #define INSIDE (1)
298 * which tells us whether a point is inside or outside the shape. First
306 case INSIDE:
307 return 1; /* all samples inside the shape */
349 /* Is x,y inside the square (x1,y1)..(x2,y2)? *
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderSpanTest.java 164 if (startStyle == SpanSet.INSIDE && endStyle == SpanSet.INSIDE &&
179 case SpanSet.INSIDE:
213 case SpanSet.INSIDE:
339 static final int INSIDE = 1;
362 else if (position <= replaceEnd) return INSIDE;
480 // TODO previous range is not correctly sent in case a bound was inside the

Completed in 277 milliseconds