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

  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 147 final float centerOffsetY = ((mHeight) / 2.0f) + bottom;
153 mPreviousCenter.set(centerOffsetX, centerOffsetY);
170 right, centerOffsetY, mHorizontalHitPoint, mHorizontalHitNormal,
181 right, centerOffsetY, mHorizontalHitPoint, mHorizontalHitNormal,
258 mRayStart.set(xStart, centerOffsetY);
261 mRayEnd.set(xEnd, centerOffsetY);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 580 float centerOffsetY = (0.5 - anchorPoint.y()) * bounds.height();
588 layerLocalTransform.translate3d(centerOffsetX, centerOffsetY, -drawLayer->anchorPointZ());
    [all...]

Completed in 99 milliseconds