/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | sad_halfpel.cpp | 77 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cxhyh() local 83 p3 = ref + rx; in AVCSAD_MB_HalfPel_Cxhyh() 84 p4 = ref + rx + 1; in AVCSAD_MB_HalfPel_Cxhyh() 101 p1 += rx; in AVCSAD_MB_HalfPel_Cxhyh() 102 p3 += rx; in AVCSAD_MB_HalfPel_Cxhyh() 103 p2 += rx; in AVCSAD_MB_HalfPel_Cxhyh() 104 p4 += rx; in AVCSAD_MB_HalfPel_Cxhyh() 118 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cyh() local 123 p2 = ref + rx; /* either left/right or top/bottom pixel */ in AVCSAD_MB_HalfPel_Cyh() 139 p1 += rx; in AVCSAD_MB_HalfPel_Cyh() [all …]
|
D | motion_est.cpp | 608 int rx = video->currPic->pitch; in InitHTFM() local 609 int rx2 = rx << 1; in InitHTFM() 610 int rx3 = rx2 + rx; in InitHTFM() 671 offset2[4] = rx + 1; in InitHTFM() 673 offset2[6] = rx + 3; in InitHTFM() 675 offset2[8] = rx; in InitHTFM() 678 offset2[11] = rx + 2 ; in InitHTFM()
|
/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()
|
/frameworks/base/libs/hwui/ |
D | TessellationCache.cpp | 74 if (lRect.rx != rRect.rx) return false; in operator ==() 441 float rx = description.shape.roundRect.rx; in tessellateRoundRect() local 446 rx += outset; in tessellateRoundRect() 450 path.addRoundRect(rect, rx, ry); in tessellateRoundRect() 456 float width, float height, float rx, float ry) { in getRoundRectBuffer() argument 460 entry.shape.roundRect.rx = rx; in getRoundRectBuffer() 465 float width, float height, float rx, float ry) { in getRoundRect() argument 466 return getRoundRectBuffer(transform, paint, width, height, rx, ry)->getVertexBuffer(); in getRoundRect()
|
D | TessellationCache.h | 72 float rx; member 158 float width, float height, float rx, float ry) { in precacheRoundRect() argument 159 getRoundRectBuffer(transform, paint, width, height, rx, ry); in precacheRoundRect() 162 float width, float height, float rx, float ry); 190 float width, float height, float rx, float ry);
|
D | RecordedOp.h | 324 RoundRectOp(BASE_PARAMS, float rx, float ry) in RoundRectOp() 326 , rx(rx) in RoundRectOp() 328 const float rx; member 334 float* left, float* top, float* right, float* bottom, float *rx, float *ry) in RoundRectPropsOp() 340 , rx(rx) in RoundRectPropsOp() 346 const float* rx; member
|
D | SkiaCanvas.cpp | 126 float rx, float ry, const SkPaint& paint) override; 155 uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx, 590 float rx, float ry, const SkPaint& paint) { in drawRoundRect() argument 592 mCanvas->drawRoundRect(rect, rx, ry, paint); in drawRoundRect() 780 uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx, in AnimatedRoundRect() argument 782 mLeft(left), mTop(top), mRight(right), mBottom(bottom), mRx(rx), mRy(ry), mPaint(p) {} in AnimatedRoundRect() 829 uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx, in drawRoundRect() argument 832 new AnimatedRoundRect(left, top, right, bottom, rx, ry, paint)); in drawRoundRect()
|
D | RecordingCanvas.cpp | 358 float rx, float ry, const SkPaint& paint) { in drawRoundRect() argument 359 if (CC_LIKELY(MathUtils::isPositive(rx) || MathUtils::isPositive(ry))) { in drawRoundRect() 364 refPaint(&paint), rx, ry)); in drawRoundRect() 373 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, in drawRoundRect() argument 379 mDisplayList->ref(rx); in drawRoundRect() 388 &rx->value, &ry->value)); in drawRoundRect()
|
D | DisplayListCanvas.cpp | 351 float rx, float ry, const SkPaint& paint) { in drawRoundRect() argument 352 addDrawOp(new (alloc()) DrawRoundRectOp(left, top, right, bottom, rx, ry, refPaint(&paint))); in drawRoundRect() 358 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, in drawRoundRect() argument 364 mDisplayList->ref(rx); in drawRoundRect() 369 &right->value, &bottom->value, &rx->value, &ry->value, &paint->value)); in drawRoundRect()
|
D | PathCache.cpp | 462 float rx, float ry, const SkPaint* paint) { in getRoundRect() argument 466 entry.shape.roundRect.mRx = rx; in getRoundRect() 475 path.addRoundRect(r, rx, ry, SkPath::kCW_Direction); in getRoundRect()
|
D | DisplayListCanvas.h | 86 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, 186 float rx, float ry, const SkPaint& paint) override;
|
D | RecordingCanvas.h | 78 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, 165 float rx, float ry, const SkPaint& paint) override;
|
D | PathCache.h | 195 PathTexture* getRoundRect(float width, float height, float rx, float ry, const SkPaint* paint);
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 726 const GLfixed rx = rhs->x; in point2__generic() local 728 lhs->x = mla2a(rx, m[ 0], ry, m[ 4], m[12]); in point2__generic() 729 lhs->y = mla2a(rx, m[ 1], ry, m[ 5], m[13]); in point2__generic() 730 lhs->z = mla2a(rx, m[ 2], ry, m[ 6], m[14]); in point2__generic() 731 lhs->w = mla2a(rx, m[ 3], ry, m[ 7], m[15]); in point2__generic() 736 const GLfixed rx = rhs->x; in point3__generic() local 739 lhs->x = mla3a(rx, m[ 0], ry, m[ 4], rz, m[ 8], m[12]); in point3__generic() 740 lhs->y = mla3a(rx, m[ 1], ry, m[ 5], rz, m[ 9], m[13]); in point3__generic() 741 lhs->z = mla3a(rx, m[ 2], ry, m[ 6], rz, m[10], m[14]); in point3__generic() 742 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 | 34 public UidTraffic(int appUid, long rx, long tx) { in UidTraffic() argument 36 mRxBytes = rx; in UidTraffic()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 614 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect() argument 615 addRoundRect(rect.left, rect.top, rect.right, rect.bottom, rx, ry, dir); in addRoundRect() 625 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() argument 628 native_addRoundRect(mNativePath, left, top, right, bottom, rx, ry, dir.nativeInt); in addRoundRect() 842 float rx, float ry, int dir); in native_addRoundRect() argument
|
D | Canvas.java | 1234 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect() argument 1235 drawRoundRect(rect.left, rect.top, rect.right, rect.bottom, rx, ry, paint); in drawRoundRect() 1246 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() argument 1248 …native_drawRoundRect(mNativeCanvasWrapper, left, top, right, bottom, rx, ry, paint.getNativeInstan… in drawRoundRect() 2079 float rx, float ry, long nativePaint); in native_drawRoundRect() argument
|
/frameworks/base/core/java/android/view/ |
D | DisplayListCanvas.java | 244 CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx, in drawRoundRect() argument 248 rx.getNativeContainer(), ry.getNativeContainer(), in drawRoundRect()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonRipple.java | 94 final float rx = horizontal ? radius : cx; in drawSoftware() local 98 canvas.drawRoundRect(cx - rx, cy - ry, in drawSoftware() 99 cx + rx, cy + ry, in drawSoftware()
|
/frameworks/base/libs/hwui/hwui/ |
D | Canvas.h | 120 uirenderer::CanvasPropertyPrimitive* bottom, uirenderer::CanvasPropertyPrimitive* rx, 186 float rx, float ry, const SkPaint& paint) = 0;
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/graphics/ |
D | NopCanvas.java | 188 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect() argument 192 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() argument
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 260 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc() local 265 NetworkStats.TAG_NONE, rx, 0, tx, 0, 0); in fetchDataFromProc()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 377 float bottom, float rx, float ry, int dir) { in native_addRoundRect() argument 385 left, top, right - left, bottom - top, rx * 2, ry * 2), false); in native_addRoundRect()
|
D | Canvas_Delegate.java | 679 final float rx, final float ry, long paint) { in native_drawRoundRect() argument 692 2 * (int)rx, 2 * (int)ry); in native_drawRoundRect() 700 2 * (int)rx, 2 * (int)ry); in native_drawRoundRect()
|