HomeSort by relevance Sort by last modified time
    Searched refs:centery (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)
41 float y = ((p/width)-centery)*scaley;
  /external/opencv/cv/src/
cvsnakes.cpp 85 int centery = win.height >> 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
523 centery = joysticky;
537 joyyh = (centery + joysticky)/2;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 615 GLfloat centerx, GLfloat centery, GLfloat centerz,
626 z[1] = eyey - centery;
  /frameworks/native/opengl/tests/angeles/
demo.c 615 GLfloat centerx, GLfloat centery, GLfloat centerz,
626 z[1] = eyey - centery;

Completed in 194 milliseconds