OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:win_h
(Results
1 - 2
of
2
) sorted by null
/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
...]
/external/qemu/android/skin/
window.c
1209
int
win_h
= slayout->size.h;
local
1256
int win_x, win_y, win_w,
win_h
;
local
[
all
...]
Completed in 87 milliseconds