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

  /packages/apps/Gallery2/jni/filters/
vignette.c 24 void JNIFUNCF(ImageFilterVignette, nativeApplyFilter, jobject bitmap, jint width, jint height, jint centerx, jint centery, jfloat radiusx, jfloat radiusy, jfloat strength)
31 float d = centerx;
40 float x = ((p%width)-centerx)*scalex;
  /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;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 615 GLfloat centerx, GLfloat centery, GLfloat centerz,
625 z[0] = eyex - centerx;
  /frameworks/native/opengl/tests/angeles/
demo.c 615 GLfloat centerx, GLfloat centery, GLfloat centerz,
625 z[0] = eyex - centerx;

Completed in 84 milliseconds