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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.cpp 283 int halfHeight = m_height / 2;
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_fgColor)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
SimpleCollisionComponent.java 63 final float halfHeight = parentObject.height / 2.0f;
69 parentObject.getPosition().y = mHitPoint.y - halfHeight;
GameRenderer.java 215 final float halfHeight = mHalfHeight;
223 y = (y - mCameraY) + halfHeight;
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ZoomControl.java 126 final int halfHeight = mThumb.getIntrinsicHeight() / 2;
127 mThumb.setBounds(mThumbX - halfWidth, mThumbY - halfHeight, mThumbX + halfWidth,
128 mThumbY + halfHeight);
AudioTrackView.java 239 final int halfHeight =
257 mNormalizedGains[i] = value * value * halfHeight;
  /external/libyuv/files/source/
general.cc 50 const int halfHeight = (height + 1) >> 1;
55 for (hind = 0; hind < halfHeight; hind++) {
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 506 float halfHeight = size.height() / 2;
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));
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 770 int halfHeight = display.getHeight() /2;
773 new LinearLayout.LayoutParams(halfWidth, halfHeight);
784 assertEquals(rect.top + halfHeight, rect.bottom);
829 int halfHeight = display.getHeight() /2;
832 new LinearLayout.LayoutParams(halfWidth, halfHeight);
843 assertEquals(rect.top + halfHeight, rect.bottom);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp 564 const int halfHeight = height / 2;
565 for (int row = 0; row < halfHeight; ++row) {
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 2934 milliseconds