Home
last modified time | relevance | path

Searched defs:centery (Results 1 – 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
DCircleShape.java111 float centery = -(q.s * m_p.x + q.c * m_p.y + tp.y - p.y); in testPoint() local
120 float centery = xfq.s * m_p.x + xfq.c * m_p.y + xf.p.y; in computeDistanceToOut() local
/external/opencv/cv/src/
Dcvsnakes.cpp85 int centery = win.height >> 1; in icvSnake8uC1R() local
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js678 J3DIMatrix4.prototype.lookat = function(eyex, eyey, eyez, centerx, centery, centerz, upx, upy, upz) argument
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c861 GLfloat centerx, GLfloat centery, GLfloat centerz, in gluLookAt()