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

  /external/libvncserver/x11vnc/
scrollevent_t.h 43 int win_x, win_y, win_w, win_h; member in struct:scroll_event
xrecord.c 811 scr_ev[i].win_h = attr.height;
1308 scr_ev[i].win_h = attr.height;
    [all...]
userinput.c 1366 win_y = scr_ev[0].win_y + scr_ev[0].win_h;
    [all...]
  /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 205 milliseconds