Searched refs:halfWidth (Results 1 - 9 of 9) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DSimpleCollisionComponent.java62 final float halfWidth = parentObject.width / 2.0f;
65 parentObject.getPosition().x = mHitPoint.x - halfWidth;
H A DInputGameInterface.java99 final float halfWidth = ButtonConstants.MOVEMENT_SLIDER_BAR_WIDTH / 2.0f;
100 final float center = ButtonConstants.MOVEMENT_SLIDER_X + halfWidth;
102 float magnitudeRamp = Math.abs(offset) > halfWidth ? 1.0f : (Math.abs(offset) / halfWidth);
H A DGameRenderer.java214 final float halfWidth = mHalfWidth;
222 x = (x - mCameraX) + halfWidth;
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeControlDRTWin.cpp282 int halfWidth = m_width / 2; local
366 int longOffset = halfWidth - notchLongOffset;
374 int longOffset = halfWidth - notchLongOffset;
397 int longOffset = halfWidth - gripLongIndent;
410 line(m_left + halfWidth, m_top + gripLongIndent,
411 m_left + halfWidth, m_bottom - gripLongIndent, m_fgColor);
439 m_left + halfWidth, m_top + quarterHeight,
448 m_left + halfWidth, m_bottom - quarterHeight, m_fgColor);
467 m_left + halfWidth, m_bottom, m_fgColor);
/external/libyuv/files/source/
H A Dgeneral.cc37 const int halfWidth = (width + 1) >> 1; local
40 for (wind = 0; wind < halfWidth; wind++) {
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp507 float halfWidth = size.width() / 2; local
510 endCorner.set(halfWidth, halfHeight);
512 endCorner.set(-halfWidth, halfHeight);
514 endCorner.set(-halfWidth, -halfHeight);
516 endCorner.set(halfWidth, -halfHeight);
524 secondPoint.set(halfWidth + endX, size.height() - (halfHeight + endY));
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DGLES2Canvas.cpp478 float halfWidth = (kernelWidth - 1.0f) / 2.0f; local
481 kernel[i] = gauss(i - halfWidth, sigma);
821 int halfWidth = static_cast<int>(sigma * 3.0f); local
822 int kernelWidth = halfWidth * 2 + 1;
833 srcRect.inflateX(halfWidth);
842 srcRect.inflateY(halfWidth);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp732 int halfWidth = (kernelWidth - 1) / 2; local
736 float x = static_cast<float>(i - halfWidth);
755 static float adjustSigma(float sigma, int *scaleFactor, int *halfWidth, argument
762 *halfWidth = static_cast<int>(ceilf(sigma * 3.0f));
763 *kernelWidth = *halfWidth * 2 + 1;
833 // Clear out a halfWidth to the right of the srcRect to prevent the
853 // Clear out a halfWidth below the srcRect to prevent the Y
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 215 milliseconds