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

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
CircleShape.java 110 float centerx = -(q.c * m_p.x - q.s * m_p.y + tp.x - p.x); local
113 return centerx * centerx + centery * centery <= m_radius * m_radius;
119 float centerx = xfq.c * m_p.x - xfq.s * m_p.y + xf.p.x; local
121 float dx = p.x - centerx;
  /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];
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageDraw.java 260 int centerx = cw / 2; local
269 rec.set(centerx - rad,
271 centerx + rad,
  /external/zxing/core/
core.jar 

Completed in 357 milliseconds