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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
vignette.rs 23 float centery;
68 float rady = (y - 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];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 261 int centery = ch / 2; local
270 centery - rad,
272 centery + rad);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glu.h 30 void APIENTRY gluLookAt(GLdouble eyex,GLdouble eyey,GLdouble eyez,GLdouble centerx,GLdouble centery,GLdouble centerz,GLdouble upx,GLdouble upy,GLdouble upz);
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 861 GLfloat centerx, GLfloat centery, GLfloat centerz,
876 z[1] = eyey - centery;
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 615 GLfloat centerx, GLfloat centery, GLfloat centerz,
626 z[1] = eyey - centery;
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DIMath.js 678 J3DIMatrix4.prototype.lookat = function(eyex, eyey, eyez, centerx, centery, centerz, upx, upy, upz)
688 centery = t[1];
703 var zy = eyey - centery;
    [all...]
  /external/zxing/core/
core.jar 

Completed in 237 milliseconds