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

/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
H A Dvoronoi.cc325 const int half_h = h / 2; local
326 wSubdivide(x, y, half_w, half_h);
327 wSubdivide(x + half_w, y, half_w, half_h);
328 wSubdivide(x, y + half_h, half_w, half_h);
329 wSubdivide(x + half_w, y + half_h, half_w, half_h);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc314 const int half_h = h / 2; local
315 wSubdivide(x, y, half_w, half_h);
316 wSubdivide(x + half_w, y, w - half_w, half_h);
317 wSubdivide(x, y + half_h, half_w, h - half_h);
318 wSubdivide(x + half_w, y + half_h, w - half_w, h - half_h);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysevents.cc227 int half_h = (SDL_VideoSurface->h/2); local
229 y -= half_h;
234 center.y += half_h;
/external/opencv/cvaux/src/
H A Dcvlee.cpp3438 float half_h = (Vector01.y*pDirectrice->direction->x - Vector01.x*pDirectrice->direction->y)/2; local
3440 if(half_h < LEE_CONST_ZERO)
3453 map[2] = pPoint0->x - Normal.x*half_h;
3454 map[5] = pPoint0->y - Normal.y*half_h;
3456 pParabola->a = 1/(4*half_h);
3472 float half_h = (Vector01.y*pDirectrice->direction->x - Vector01.x*pDirectrice->direction->y)/2; local
3474 if(half_h < LEE_CONST_ZERO)
3487 map[2] = pPoint0->x - Normal.x*half_h;
3488 map[5] = pPoint0->y - Normal.y*half_h;
3490 pParabola->a = 1/(4*half_h);
[all...]

Completed in 204 milliseconds