HomeSort by relevance Sort by last modified time
    Searched full:half_w (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
voronoi.cc 321 const int half_w = w / 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 226 int half_w = (SDL_VideoSurface->w/2); local
228 x -= half_w;
233 center.x += half_w;

Completed in 289 milliseconds