HomeSort by relevance Sort by last modified time
    Searched full:halfheight (Results 26 - 50 of 58) sorted by null

12 3

  /external/libyuv/files/source/
convert_to_i420.cc 221 int halfheight = (abs_src_height + 1) / 2; local
226 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
231 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
convert_from.cc 374 int halfheight = (height + 1) >> 1; local
382 halfheight = (height + 1) >> 1;
384 dst_uv = dst_uv + (halfheight - 1) * dst_stride_uv;
398 halfwidth *= halfheight;
399 halfheight = 1;
428 for (y = 0; y < halfheight; ++y) {
1082 int halfheight = (height + 1) \/ 2; local
    [all...]
planar_functions.cc 448 int halfheight = (height + 1) >> 1; local
456 halfheight = (height + 1) >> 1;
458 src_u = src_u + (halfheight - 1) * src_stride_u;
459 src_v = src_v + (halfheight - 1) * src_stride_v;
468 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
469 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
1202 int halfheight = (height + 1) >> 1; local
1953 int halfheight = (height + 1) >> 1; local
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
OBBViewportTransform.java 72 public void setExtents(float halfWidth, float halfHeight) {
73 box.extents.set(halfWidth, halfHeight);
IViewportTransform.java 60 void setExtents(float halfWidth, float halfHeight);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.h 39 virtual void drawCapsule(btScalar radius, btScalar halfHeight, int upAxis, btTransform const &transform, btVector3 const &color);
40 virtual void drawCylinder(btScalar radius, btScalar halfHeight, int upAxis, btTransform const &transform, btVector3 const &color);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
AvatarRequest.java 158 final float halfHeight = height / 2;
175 final float yOffset = halfHeight - textBound.centerY();
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_from.cc 374 int halfheight = (height + 1) >> 1; local
382 halfheight = (height + 1) >> 1;
384 dst_uv = dst_uv + (halfheight - 1) * dst_stride_uv;
398 halfwidth *= halfheight;
399 halfheight = 1;
428 for (y = 0; y < halfheight; ++y) {
1264 int halfheight = (height + 1) \/ 2; local
    [all...]
convert_to_i420.cc 223 int halfheight = (abs_src_height + 1) / 2; local
228 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
233 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
planar_functions.cc 455 int halfheight = (height + 1) >> 1; local
463 halfheight = (height + 1) >> 1;
465 src_u = src_u + (halfheight - 1) * src_stride_u;
466 src_v = src_v + (halfheight - 1) * src_stride_v;
475 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
476 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
1163 int halfheight = (height + 1) >> 1; local
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
ImageUtils.java 281 int halfHeight = sourceHeight / 2;
282 scaled = new BufferedImage(halfWidth, halfHeight, imageType);
285 g2.drawImage(source, 0, 0, halfWidth, halfHeight, 0, 0, sourceWidth, sourceHeight,
290 sourceHeight = halfHeight;
  /external/chromium-trace/catapult/dashboard/dashboard/static/
debug_alert.html 169 var halfHeight = Math.round(div.offsetHeight / 2);
171 div.style.top = topPos - halfHeight + 'px';
  /frameworks/base/docs/html/training/displaying-bitmaps/
load-bitmap.jd 113 final int halfHeight = height / 2;
118 while ((halfHeight / inSampleSize) &gt;= reqHeight
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
Box2DTest.java 304 private void renderBox (Body body, float halfWidth, float halfHeight) {
317 renderer.rect(-halfWidth, -halfHeight, halfWidth * 2, halfHeight * 2);
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 241 final int halfHeight = height / 2;
246 while ((halfHeight / inSampleSize) > reqHeight
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
ImageResizer.java 241 final int halfHeight = height / 2;
246 while ((halfHeight / inSampleSize) > reqHeight
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
ImageResizer.java 241 final int halfHeight = height / 2;
246 while ((halfHeight / inSampleSize) > reqHeight
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 215 final float halfHeight = mHalfHeight;
223 y = (y - mCameraY) + halfHeight;
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 491 final int halfHeight = (finalHeight + mOriginalHeight) / 2;
495 halfWidth, halfHeight);
496 mStartExitAnimation.initialize(halfWidth, halfHeight,
499 halfWidth, halfHeight);
500 mFinishExitAnimation.initialize(halfWidth, halfHeight,
    [all...]
AppTransition.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 489 final int halfHeight = height / 2;
491 final float distance = halfHeight + halfHeight *
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorld.cpp     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 753 int halfHeight = display.getHeight() /2;
756 new LinearLayout.LayoutParams(halfWidth, halfHeight);
768 assertEquals(rect.top + halfHeight, rect.bottom);
810 int halfHeight = display.getHeight() /2;
813 new LinearLayout.LayoutParams(halfWidth, halfHeight);
825 assertEquals(rect.top + halfHeight, rect.bottom);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMathJNI.java     [all...]

Completed in 602 milliseconds

12 3