Searched refs:winHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_stipple.c53 invert_stipple(GLuint dest[32], const GLuint src[32], GLuint winHeight) argument
58 dest[i] = src[(winHeight - 1 - i) & 0x1f];
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_stipple.c53 invert_stipple(GLuint dest[32], const GLuint src[32], GLuint winHeight) argument
58 dest[i] = src[(winHeight - 1 - i) & 0x1f];
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc142 unsigned int winWidth, winHeight, borderwidth, depth; local
145 &winHeight, &borderwidth, &depth) == 0)
151 _yPos = (int32_t) (winHeight * top);
153 _outHeight = (int32_t) (winHeight * (bottom - top));
166 if (CreateLocalRenderer(winWidth, winHeight) == -1)
186 unsigned int winWidth, winHeight, borderwidth, depth; local
189 &winHeight, &borderwidth, &depth) == -1)
194 _yPos = (int) (winHeight * _top);
196 _outHeight = (int) (winHeight * (_bottom - _top));
/external/opencv/cv/src/
H A Dcvoptflowlk.cpp108 int winHeight = winSize.height; local
114 int VerRadius = (winHeight - 1) >> 1;
156 if( imageHeight < winHeight )
161 if( winHeight >= 16 )
166 if( !(winHeight & 1) )
171 BufferHeight = winHeight;
187 for( i = 1; i < winHeight; i++ )

Completed in 210 milliseconds