Searched defs:centerY (Results 1 - 10 of 10) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DOrbitalMagnetComponent.java67 private void applyMagnetism(GameObject target, float centerX, float centerY, float timeDelta) { argument
68 mCenter.set(centerX, centerY);
H A DSphereCollisionVolume.java27 public SphereCollisionVolume(float radius, float centerX, float centerY) { argument
30 mCenter = new Vector2(centerX, centerY);
35 public SphereCollisionVolume(float radius, float centerX, float centerY, int hit) { argument
38 mCenter = new Vector2(centerX, centerY);
110 final float centerY = deltaY / 2.0f;
114 mWorkspaceVector2.y += centerY;
H A DBackgroundCollisionComponent.java325 int left, int right, float centerY, Vector2 hitPoint, Vector2 hitNormal,
333 mTestPointStart.y = (centerY);
324 sweepHorizontal(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta, int left, int right, float centerY, Vector2 hitPoint, Vector2 hitNormal, GameObject parentObject) argument
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
H A DRenderDeviceJme.java258 int centerX, int centerY) {
291 float y0 = centerY + (y - centerY) * scale;
255 renderImage(RenderImage image, int x, int y, int w, int h, int srcX, int srcY, int srcW, int srcH, Color color, float scale, int centerX, int centerY) argument
/external/webkit/Source/WebCore/rendering/
H A DRenderImage.cpp284 int centerY = (usableHeight - image->height()) / 2; local
285 if (centerY < 0)
286 centerY = 0;
288 imageY = topBorder + topPad + centerY + 1;
H A DRenderThemeSafari.cpp818 float centerY = bounds.y() + bounds.height() / 2.0f; local
832 arrow[0] = FloatPoint(leftEdge, centerY - arrowHeight / 2.0f);
833 arrow[1] = FloatPoint(leftEdge + arrowWidth, centerY - arrowHeight / 2.0f);
834 arrow[2] = FloatPoint(leftEdge + arrowWidth / 2.0f, centerY + arrowHeight / 2.0f);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DGraphicsContextWinCE.cpp497 int centerY = origRect.y() + origRect.height() / 2; local
499 m_rotation.m_preShiftY = -centerY;
501 m_rotation.m_postShiftY = centerY;
804 int centerY = stableRound(trRect.y() + b); local
815 startY = centerY - startY;
817 endY = centerY - endY;
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp5382 RefPtr<CSSValue> centerY; local
5384 parseFillPosition(args, centerX, centerY);
5389 if (centerX || centerY) {
5400 ASSERT(!centerY || centerY->isPrimitiveValue());
5405 result->setFirstY(static_cast<CSSPrimitiveValue*>(centerY.get()));
5406 result->setSecondY(static_cast<CSSPrimitiveValue*>(centerY.get()));
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1099 PassRefPtr<NodeList> Document::nodesFromRect(int centerX, int centerY, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping) const argument
1112 IntPoint point = roundedIntPoint(FloatPoint(centerX * zoomFactor + view()->scrollX(), centerY * zoomFactor + view()->scrollY()));
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 8163 milliseconds