OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:centery
(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
111
float
centery
= -(q.s * m_p.x + q.c * m_p.y + tp.y - p.y);
local
113
return centerx * centerx +
centery
*
centery
<= m_radius * m_radius;
120
float
centery
= xfq.s * m_p.x + xfq.c * m_p.y + xf.p.y;
local
122
float dy = p.y -
centery
;
/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);
/external/zxing/core/
core.jar
Completed in 465 milliseconds