/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | sad_halfpel.cpp | 228 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cxhyh() local 236 p3 = ref + rx; in SAD_MB_HalfPel_Cxhyh() 237 p4 = ref + rx + 1; in SAD_MB_HalfPel_Cxhyh() 254 p1 += rx; in SAD_MB_HalfPel_Cxhyh() 255 p3 += rx; in SAD_MB_HalfPel_Cxhyh() 256 p2 += rx; in SAD_MB_HalfPel_Cxhyh() 257 p4 += rx; in SAD_MB_HalfPel_Cxhyh() 269 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cyh() local 276 p2 = ref + rx; /* either left/right or top/bottom pixel */ in SAD_MB_HalfPel_Cyh() 292 p1 += rx; in SAD_MB_HalfPel_Cyh() [all …]
|
D | motion_est.cpp | 540 Int rx = video->currVop->pitch; in InitHTFM() local 541 Int rx2 = rx << 1; in InitHTFM() 542 Int rx3 = rx2 + rx; in InitHTFM() 603 offset2[4] = rx + 1; in InitHTFM() 605 offset2[6] = rx + 3; in InitHTFM() 607 offset2[8] = rx; in InitHTFM() 610 offset2[11] = rx + 2 ; in InitHTFM()
|
D | mp4lib_int.h | 239 …Int(*SAD_Blk_HalfPel)(UChar *ref, UChar *blk, Int dmin, Int lx, Int rx, Int xh, Int yh, void *extr…
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 715 const GLfixed rx = rhs->x; in point2__generic() local 717 lhs->x = mla2a(rx, m[ 0], ry, m[ 4], m[12]); in point2__generic() 718 lhs->y = mla2a(rx, m[ 1], ry, m[ 5], m[13]); in point2__generic() 719 lhs->z = mla2a(rx, m[ 2], ry, m[ 6], m[14]); in point2__generic() 720 lhs->w = mla2a(rx, m[ 3], ry, m[ 7], m[15]); in point2__generic() 725 const GLfixed rx = rhs->x; in point3__generic() local 728 lhs->x = mla3a(rx, m[ 0], ry, m[ 4], rz, m[ 8], m[12]); in point3__generic() 729 lhs->y = mla3a(rx, m[ 1], ry, m[ 5], rz, m[ 9], m[13]); in point3__generic() 730 lhs->z = mla3a(rx, m[ 2], ry, m[ 6], rz, m[10], m[14]); in point3__generic() 731 lhs->w = mla3a(rx, m[ 3], ry, m[ 7], rz, m[11], m[15]); in point3__generic() [all …]
|
/frameworks/base/core/java/android/bluetooth/ |
D | UidTraffic.java | 35 public UidTraffic(int appUid, long rx, long tx) { in UidTraffic() argument 37 mRxBytes = rx; in UidTraffic()
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | AnimatedDrawables.h | 34 uirenderer::CanvasPropertyPrimitive* rx, in AnimatedRoundRect() argument 36 : mLeft(left), mTop(top), mRight(right), mBottom(bottom), mRx(rx), mRy(ry), mPaint(p) {} in AnimatedRoundRect()
|
D | SkiaRecordingCanvas.cpp | 69 uirenderer::CanvasPropertyPrimitive* rx, in drawRoundRect() argument 73 drawDrawable(mDisplayList->allocateDrawable<AnimatedRoundRect>(left, top, right, bottom, rx, ry, in drawRoundRect()
|
D | SkiaRecordingCanvas.h | 62 uirenderer::CanvasPropertyPrimitive* rx,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonRipple.java | 121 final float rx = horizontal ? radius : cx; in drawSoftware() local 126 canvas.drawRoundRect(cx - rx, cy - ry, cx + rx, cy + ry, corner, corner, p); in drawSoftware() 130 float r = Math.min(rx, ry); in drawSoftware()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 632 public void addRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Direction dir) { in addRoundRect() argument 633 addRoundRect(rect.left, rect.top, rect.right, rect.bottom, rx, ry, dir); in addRoundRect() 643 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() argument 646 nAddRoundRect(mNativePath, left, top, right, bottom, rx, ry, dir.nativeInt); in addRoundRect() 852 float right, float bottom, float rx, float ry, int dir); in nAddRoundRect() argument
|
D | RecordingCanvas.java | 266 CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx, in drawRoundRect() argument 270 rx.getNativeContainer(), ry.getNativeContainer(), in drawRoundRect()
|
D | BaseCanvas.java | 387 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() argument 390 nDrawRoundRect(mNativeCanvasWrapper, left, top, right, bottom, rx, ry, in drawRoundRect() 394 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect() argument 396 drawRoundRect(rect.left, rect.top, rect.right, rect.bottom, rx, ry, paint); in drawRoundRect() 706 float bottom, float rx, float ry, long nativePaint); in nDrawRoundRect() argument
|
D | BaseRecordingCanvas.java | 383 float rx, float ry, @NonNull Paint paint) { in drawRoundRect() argument 384 nDrawRoundRect(mNativeCanvasWrapper, left, top, right, bottom, rx, ry, in drawRoundRect() 389 public final void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect() argument 390 drawRoundRect(rect.left, rect.top, rect.right, rect.bottom, rx, ry, paint); in drawRoundRect() 637 float bottom, float rx, float ry, long nativePaint); in nDrawRoundRect() argument
|
D | Canvas.java | 1975 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect() argument 1976 super.drawRoundRect(rect, rx, ry, paint); in drawRoundRect() 1987 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() argument 1989 super.drawRoundRect(left, top, right, bottom, rx, ry, paint); in drawRoundRect()
|
/frameworks/base/core/java/android/view/ |
D | DisplayListCanvas.java | 44 CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx, in drawRoundRect() argument
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
D | NopCanvas.java | 192 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect() argument 196 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() argument
|
/frameworks/base/services/tests/servicestests/res/raw/ |
D | backup_file_with_long_name | 6 h�"%l�2i���P�����bܼ9��yws9�3Ưoo�������?���ˍ��9�ف����O&V�@�g�ʇ3:|{{�w�rx��Ǐ�HG�#>�X� Iԧ�-�
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 169 uirenderer::CanvasPropertyPrimitive* rx, 242 virtual void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry,
|
/frameworks/base/libs/hwui/ |
D | SkiaCanvas.h | 110 virtual void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, 144 uirenderer::CanvasPropertyPrimitive* rx,
|
D | SkiaCanvas.cpp | 498 void SkiaCanvas::drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() argument 502 mCanvas->drawRoundRect(rect, rx, ry, *filterPaint(paint)); in drawRoundRect() 764 uirenderer::CanvasPropertyPrimitive* rx, in drawRoundRect() argument 768 new uirenderer::skiapipeline::AnimatedRoundRect(left, top, right, bottom, rx, ry, in drawRoundRect()
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 267 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc() local 272 NetworkStats.TAG_NONE, rx, 0, tx, 0, 0); in fetchDataFromProc()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationSwipeHelper.java | 429 final int rx = (int) ev.getRawX(); in isTouchInView() local 436 boolean ret = rect.contains(rx, ry); in isTouchInView()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | BaseCanvas_Delegate.java | 303 final float rx, final float ry, long paint) { in nDrawRoundRect() argument 314 2 * (int)rx, 2 * (int)ry); in nDrawRoundRect() 322 2 * (int)rx, 2 * (int)ry); in nDrawRoundRect()
|
D | Path_Delegate.java | 383 float bottom, float rx, float ry, int dir) { in nAddRoundRect() argument 391 left, top, right - left, bottom - top, rx * 2, ry * 2), false); in nAddRoundRect()
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 251 static jboolean android_view_RenderNode_setRotationX(jlong renderNodePtr, float rx) { in android_view_RenderNode_setRotationX() argument 252 return SET_AND_DIRTY(setRotationX, rx, RenderNode::ROTATION_X); in android_view_RenderNode_setRotationX()
|