Searched refs:halfHeight (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebThemeControlDRTWin.cpp283 int halfHeight = m_height / 2; local
336 nestedBoxes(checkIndent, halfHeight, checkIndent, halfHeight, m_bgColor, m_fgColor);
340 circle(SkIntToScalar(halfHeight), m_bgColor);
344 circle(SkIntToScalar(halfHeight), m_bgColor);
345 circle(SkIntToScalar(halfHeight - checkIndent), m_fgColor);
350 int longOffset = halfHeight - notchLongOffset;
358 int longOffset = halfHeight - notchLongOffset;
398 line(m_left + gripLongIndent, m_top + halfHeight,
399 m_right - gripLongIndent, m_top + halfHeight, m_fgColo
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DSimpleCollisionComponent.java63 final float halfHeight = parentObject.height / 2.0f;
69 parentObject.getPosition().y = mHitPoint.y - halfHeight;
H A DGameRenderer.java215 final float halfHeight = mHalfHeight;
223 y = (y - mCameraY) + halfHeight;
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DCylinder.java246 float halfHeight = 0.5f * height;
309 float z = -halfHeight + height * axisFraction;
349 pb.put(0).put(0).put(-halfHeight); // bottom center
352 pb.put(0).put(0).put(halfHeight); // top center
/external/libyuv/files/source/
H A Dgeneral.cc50 const int halfHeight = (height + 1) >> 1; local
55 for (hind = 0; hind < halfHeight; hind++) {
/external/webkit/Source/WebCore/css/
H A DCSSGradientValue.cpp506 float halfHeight = size.height() / 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/qt/
H A DGraphicsContext3DQt.cpp564 const int halfHeight = height / 2; local
565 for (int row = 0; row < halfHeight; ++row) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 214 milliseconds