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

  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 322 const int half_h = h / 2; local
323 wSubdivide(x, y, half_w, half_h);
324 wSubdivide(x + half_w, y, half_w, half_h);
325 wSubdivide(x, y + half_h, half_w, half_h);
326 wSubdivide(x + half_w, y + half_h, half_w, half_h);
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysevents.cc 227 int half_h = (SDL_VideoSurface->h/2); local
229 y -= half_h;
234 center.y += half_h;
  /external/opencv/cvaux/src/
cvlee.cpp 3438 float half_h = (Vector01.y*pDirectrice->direction->x - Vector01.x*pDirectrice->direction->y)\/2; local
3472 float half_h = (Vector01.y*pDirectrice->direction->x - Vector01.x*pDirectrice->direction->y)\/2; local
    [all...]

Completed in 75 milliseconds