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

  /external/opencv/cv/src/
cvsnakes.cpp 84 int centerx = win.width >> 1; local
228 Econt[(j + centery) * win.width + k + centerx] = energy =
268 Ecurv[(j + centery) * win.width + k + centerx] = energy =
324 Eimg[(j + centery) * win.width + k + centerx] = energy =
329 Eimg[(j + centery) * win.width + k + centerx] = energy =
371 if( E[(j + centery) * win.width + k + centerx] < Emin )
373 Emin = E[(j + centery) * win.width + k + centerx];
  /external/quake/quake/src/WinQuake/
in_dos.cpp 501 int centerx, centery; local
522 centerx = joystickx;
529 joyxl = (centerx + joystickx)/2;
530 joyyl = (centerx + joysticky)/2;
536 joyxh = (centerx + joystickx)/2;
  /external/mesa3d/test/
m_matrix.h 123 GLfloat centerx, GLfloat centery, GLfloat centerz,
m_matrix.c     [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 615 GLfloat centerx, GLfloat centery, GLfloat centerz,
625 z[0] = eyex - centerx;
  /frameworks/base/opengl/tests/angeles/
demo.c 615 GLfloat centerx, GLfloat centery, GLfloat centerz,
625 z[0] = eyex - centerx;

Completed in 2001 milliseconds