Searched refs:INSIDE (Results 1 - 10 of 10) sorted by relevance

/external/opencv/cv/src/
H A Dcvinpaint.cpp65 #define INSIDE 2 //unknown macro
217 if( CV_MAT_ELEM(*f,uchar,i1,j1) != INSIDE )
218 if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )
225 else if( CV_MAT_ELEM(*f,uchar,i2,j2) != INSIDE )
254 if (CV_MAT_ELEM(*f,uchar,i,j)==INSIDE) {
296 if (CV_MAT_ELEM(*f,uchar,i,j)==INSIDE) {
307 if (CV_MAT_ELEM(*f,uchar,i,j+1)!=INSIDE) {
308 if (CV_MAT_ELEM(*f,uchar,i,j-1)!=INSIDE) {
314 if (CV_MAT_ELEM(*f,uchar,i,j-1)!=INSIDE) {
320 if (CV_MAT_ELEM(*f,uchar,i+1,j)!=INSIDE) {
[all...]
/external/python/cpython2/Lib/lib-tk/
H A DTkconstants.py56 INSIDE='inside' variable
/external/webrtc/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor.h29 INSIDE, enumerator in enum:webrtc::MouseCursorMonitor::CursorState
H A Ddesktop_and_cursor_composer_unittest.cc150 if (state == MouseCursorMonitor::INSIDE && image_rect.Contains(p)) {
190 fake_cursor_->SetState(MouseCursorMonitor::INSIDE, DesktopVector());
228 ? MouseCursorMonitor::INSIDE
H A Dmouse_cursor_monitor_unittest.cc82 EXPECT_EQ(MouseCursorMonitor::INSIDE, state_);
H A Ddesktop_and_cursor_composer.cc154 if (frame && cursor_.get() && cursor_state_ == MouseCursorMonitor::INSIDE) {
H A Dmouse_cursor_monitor_mac.mm97 CursorState state = INSIDE;
221 if (state == INSIDE) {
H A Dmouse_cursor_monitor_win.cc130 callback_->OnMouseCursorPosition(inside ? INSIDE : OUTSIDE, position);
H A Dmouse_cursor_monitor_x11.cc161 (window_ == root_window || child_window != None) ? INSIDE : OUTSIDE;
/external/libpng/contrib/tools/
H A Dgenpng.c171 #define INSIDE (1) macro
305 case INSIDE:
374 * 'check' INSIDE/OUTSIDE/0 result but note the semantics:
378 * | INSIDE |
398 return INSIDE; /* between (inside) the boundary lines. */
412 * to be run, OUTSIDE means alpha==0, INSIDE means alpha==1.
421 * INSIDE vs OUTSIDE here:
429 /* So for this function a result of 'INSIDE' means inside the actual lines.
436 * them then we can return INSIDE:
441 return INSIDE;
[all...]

Completed in 341 milliseconds