HomeSort by relevance Sort by last modified time
    Searched defs:win_h (Results 1 - 2 of 2) sorted by null

  /external/libvncserver/x11vnc/
scrollevent_t.h 43 int win_x, win_y, win_w, win_h; member in struct:scroll_event
  /external/opencv/cv/src/
cvcornersubpix.cpp 63 int win_w = win.width * 2 + 1, win_h = win.height * 2 + 1; local
64 int win_rect_size = (win_w + 4) * (win_h + 4);
91 if( size.width < win_w + 4 || size.height < win_h + 4 )
121 buffer_size = (win_rect_size * 5 + win_w + win_h + 32) * sizeof(float);
127 mask = maskY + win_h + 4;
128 src_buffer = mask + win_w * win_h;
153 for( i = 0; i < win_h; i++ )
164 zeroZone.width * 2 + 1 < win_w && zeroZone.height * 2 + 1 < win_h )
177 src_buf_size.height = win_h + 2;
193 cvSize( win_w + 2, win_h + 2 ), cI ))
    [all...]

Completed in 40 milliseconds