HomeSort by relevance Sort by last modified time
    Searched full:halfheight (Results 1 - 25 of 28) sorted by null

1 2

  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupStartIndicatorView.java 102 final float halfHeight = height / 2.0f;
108 path.lineTo(0.0f, halfHeight);
113 path.lineTo(width, halfHeight);
  /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;
  /external/skia/src/effects/
SkDashPathEffect.cpp 460 SkScalar halfWidth, halfHeight;
463 halfHeight = SkScalarHalf(rec.getWidth());
466 halfHeight = SkScalarHalf(clampedInitialDashLength);
470 results->fFirst.addRect(x - halfWidth, y - halfHeight,
471 x + halfWidth, y + halfHeight);
511 SkScalar halfWidth, halfHeight;
514 halfHeight = SkScalarHalf(rec.getWidth());
517 halfHeight = SkScalarHalf(temp);
519 results->fLast.addRect(x - halfWidth, y - halfHeight,
520 x + halfWidth, y + halfHeight);
    [all...]
  /external/libyuv/files/source/
format_conversion.cc 362 int halfheight = (height + 1) >> 1; local
364 dst_u = dst_u + (halfheight - 1) * dst_stride_u;
365 dst_v = dst_v + (halfheight - 1) * dst_stride_v;
445 int halfheight = (height + 1) >> 1; local
447 src_u = src_u + (halfheight - 1) * src_stride_u;
448 src_v = src_v + (halfheight - 1) * src_stride_v;
rotate.cc 1053 int halfheight = (height + 1) >> 1; local
1129 int halfheight = (height + 1) >> 1; local
    [all...]
convert.cc 46 int halfheight = (height + 1) >> 1; local
48 src_u = src_u + (halfheight - 1) * src_stride_u;
49 src_v = src_v + (halfheight - 1) * src_stride_v;
56 int halfheight = (height + 1) >> 1; local
60 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
61 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
313 int halfheight = (height + 1) >> 1; local
318 halfwidth, halfheight, // to 1/2 width, 1/2 height
325 halfwidth, halfheight, // to 1/2 width, 1/2 height
350 int halfheight = (height + 1) >> 1 local
415 int halfheight = (height + 1) >> 1; local
446 int halfheight = (height + 1) >> 1; local
505 int halfheight = (height + 1) >> 1; local
1965 int halfheight = (abs_src_height + 1) \/ 2; local
    [all...]
convert_from.cc 137 int halfheight = (height + 1) >> 1; local
140 ScalePlaneBilinear(halfwidth, halfheight,
147 ScalePlaneBilinear(halfwidth, halfheight,
187 int halfheight = (height + 1) >> 1; local
191 ScalePlaneBilinear(halfwidth, halfheight, // from 1/2 width, 1/2 height
198 ScalePlaneBilinear(halfwidth, halfheight, // from 1/2 width, 1/2 height
1341 int halfheight = (height + 1) \/ 2; local
    [all...]
planar_functions.cc 248 int halfheight = (height + 1) >> 1; local
250 src_u = src_u + (halfheight - 1) * src_stride_u;
251 src_v = src_v + (halfheight - 1) * src_stride_v;
258 int halfheight = (height + 1) >> 1; local
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
263 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
964 int halfheight = (height + 1) >> 1; local
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);
    [all...]
convert_argb.cc 1198 int halfheight = (abs_src_height + 1) \/ 2; local
    [all...]
scale.cc 2936 int halfheight = (src_height + 1) >> 1; local
2999 int halfheight = (src_height + 1) >> 1; local
    [all...]
  /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/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
Cylinder.java 246 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/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...]
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 441 final int halfHeight = (finalHeight + mOriginalHeight) / 2;
445 halfWidth, halfHeight);
446 mStartExitAnimation.initialize(halfWidth, halfHeight,
449 halfWidth, halfHeight);
450 mFinishExitAnimation.initialize(halfWidth, halfHeight,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
SlidingChallengeLayout.java 403 final int halfHeight = childHeight / 2;
405 final float distance = halfHeight + halfHeight *
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 573 int halfHeight = display.getHeight() /2;
576 new LinearLayout.LayoutParams(halfWidth, halfHeight);
587 assertEquals(rect.top + halfHeight, rect.bottom);
627 int halfHeight = display.getHeight() /2;
630 new LinearLayout.LayoutParams(halfWidth, halfHeight);
641 assertEquals(rect.top + halfHeight, rect.bottom);
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 241 'Get','Gets','Global','Group','Grow','Halfheight',
  /external/libvpx/libvpx/third_party/libyuv/source/
scale.c 3777 int halfheight; local
3820 int halfheight; local
    [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...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 142 double halfheight = height / 2.0; local
    [all...]
  /frameworks/base/services/input/
InputReader.cpp     [all...]

Completed in 4190 milliseconds

1 2