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

1 2

  /external/libvpx/libvpx/third_party/libyuv/source/
rotate.cc 359 int halfheight = (height + 1) >> 1; local
368 halfheight = (height + 1) >> 1;
370 src_u = src_u + (halfheight - 1) * src_stride_u;
371 src_v = src_v + (halfheight - 1) * src_stride_v;
393 halfwidth, halfheight);
396 halfwidth, halfheight);
404 halfwidth, halfheight);
407 halfwidth, halfheight);
415 halfwidth, halfheight);
418 halfwidth, halfheight);
435 int halfheight = (height + 1) >> 1; local
    [all...]
convert_to_argb.cc 185 int halfheight = (abs_src_height + 1) / 2; local
190 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
195 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
210 int halfheight = (abs_src_height + 1) / 2; local
214 halfwidth * (halfheight + crop_y / 2) + crop_x / 2;
convert.cc 71 int halfheight = (height + 1) >> 1; local
80 halfheight = (height + 1) >> 1;
82 src_u = src_u + (halfheight - 1) * src_stride_u;
83 src_v = src_v + (halfheight - 1) * src_stride_v;
93 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
94 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
168 int halfheight = (height + 1) >> 1; local
176 halfheight = (height + 1) >> 1;
181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128);
182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128)
247 int halfheight = (height + 1) >> 1; local
    [all...]
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;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
AvatarGroupRequestDescriptor.java 76 final float halfHeight = height / 2F;
140 destArray[1] = new RectF(0, halfHeight, halfWidth, height);
141 destArray[2] = new RectF(halfWidth, halfHeight, width, height);
151 destArray[0] = new RectF(0, 0, halfWidth, halfHeight);
152 destArray[1] = new RectF(halfWidth, 0, width, halfHeight);
153 destArray[2] = new RectF(0, halfHeight, halfWidth, height);
154 destArray[3] = new RectF(halfWidth, halfHeight, width, height);
SimSelectorAvatarRequest.java 72 final float halfHeight = height / 2;
90 halfHeight - sRegularSimIcon.getHeight() / 2, paint);
106 final float yOffset = halfHeight - textBound.centerY();
AvatarRequest.java 158 final float halfHeight = height / 2;
175 final float yOffset = halfHeight - textBound.centerY();
  /external/skia/src/effects/
SkDashPathEffect.cpp 279 SkScalar halfWidth, halfHeight;
282 halfHeight = SkScalarHalf(rec.getWidth());
285 halfHeight = SkScalarHalf(clampedInitialDashLength);
289 results->fFirst.addRect(x - halfWidth, y - halfHeight,
290 x + halfWidth, y + halfHeight);
330 SkScalar halfWidth, halfHeight;
333 halfHeight = SkScalarHalf(rec.getWidth());
336 halfHeight = SkScalarHalf(temp);
338 results->fLast.addRect(x - halfWidth, y - halfHeight,
339 x + halfWidth, y + halfHeight);
    [all...]
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
CustomArrayAdapter.java 128 int halfHeight = bitmap.getHeight() / 2;
130 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java 121 int halfHeight = bitmap.getHeight()/2;
123 canvas.drawCircle(halfWidth, halfHeight, Math.max(halfWidth, halfHeight), paint);
  /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);
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleComponent.java 90 final float halfHeight = bounds.height() / 2.0f;
91 return (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
263 final float halfHeight = mBounds.height() / 2.0f;
265 + halfHeight * halfHeight);
  /external/replicaisland/src/com/replica/replicaisland/
SimpleCollisionComponent.java 63 final float halfHeight = parentObject.height / 2.0f;
69 parentObject.getPosition().y = mHitPoint.y - halfHeight;
  /external/chromium-trace/catapult/tracing/tracing/ui/tracks/
letter_dot_track.html 98 var halfHeight = height * 0.5;
131 ctx.arc(xView, halfHeight, dumpRadiusView + 0.5, 0, twoPi);
139 ctx.arc(xView, halfHeight, dumpRadiusView, 0, twoPi);
150 ctx.fillText(item.dotLetter, xView, halfHeight);
object_instance_track.html 108 var halfHeight = height * 0.5;
160 ctx.arc(xView, halfHeight, snapshotRadiusView, 0, twoPi);
168 ctx.arc(xView, halfHeight, snapshotRadiusView - 1, 0, twoPi);
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateVPTests.cpp 290 const float halfHeight = (float)HEIGHT / 2;
296 { 0.0f, 0.0f, (float)halfWidth, (float)halfHeight, 0.0f, 0.0f },
297 { halfWidth, 0.0f, (float)halfWidth, (float)halfHeight, 0.0f, 0.0f },
298 { halfWidth, halfHeight, (float)halfWidth, (float)halfHeight, 0.0f, 0.0f },
299 { 0.0f, halfHeight, (float)halfWidth, (float)halfHeight, 0.0f, 0.0f }
306 { { (deInt32)halfWidth, (deInt32)halfHeight }, { quarterWidth, quarterHeight } },
307 { { quarterWidth, (deInt32)halfHeight }, { quarterWidth, quarterHeight } },
  /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...]
  /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

Completed in 170 milliseconds

1 2