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 325 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/
voronoi.cc 314 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/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 1408 milliseconds