/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
D | sad_halfpel.cpp | 77 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cxhyh() local 118 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cyh() local 153 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HalfPel_Cxh() local 186 int rx = dmin_rx & 0xFFFF; in AVCAVCSAD_MB_HP_HTFM_Collectxhyh() local 268 int rx = dmin_rx & 0xFFFF; in AVCAVCSAD_MB_HP_HTFM_Collectyh() local 349 int rx = dmin_rx & 0xFFFF; in AVCAVCSAD_MB_HP_HTFM_Collectxh() local 429 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HP_HTFMxhyh() local 497 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HP_HTFMyh() local 563 int rx = dmin_rx & 0xFFFF; in AVCSAD_MB_HP_HTFMxh() local
|
D | motion_est.cpp | 608 int rx = video->currPic->pitch; in InitHTFM() local
|
/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 269 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cyh() local 305 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HalfPel_Cxh() local 340 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectxhyh() local 419 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectyh() local 497 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFM_Collectxh() local 574 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMxhyh() local 642 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMyh() local 708 Int rx = dmin_rx & 0xFFFF; in SAD_MB_HP_HTFMxh() local 780 …Int SAD_Blk_HalfPel_C(UChar *ref, UChar *blk, Int dmin, Int width, Int rx, Int xh, Int yh, void *e… in SAD_Blk_HalfPel_C()
|
D | motion_est.cpp | 540 Int rx = video->currVop->pitch; in InitHTFM() local
|
/frameworks/base/libs/hwui/ |
D | TessellationCache.h | 66 float rx; member 125 float width, float height, float rx, float ry) { in precacheRoundRect()
|
D | TessellationCache.cpp | 447 float rx = description.shape.roundRect.rx; in tessellateRoundRect() local 462 float width, float height, float rx, float ry) { in getRoundRectBuffer() 471 float width, float height, float rx, float ry) { in getRoundRect()
|
D | DisplayListRenderer.cpp | 272 float rx, float ry, const SkPaint* paint) { in drawRoundRect() 281 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, in drawRoundRect()
|
D | PathCache.cpp | 505 float rx, float ry, const SkPaint* paint) { in getRoundRect()
|
D | DisplayListOp.h | 1080 float rx, float ry, const SkPaint* paint) in DrawRoundRectOp() 1111 float *rx, float *ry, const SkPaint* paint) in DrawRoundRectPropsOp()
|
/frameworks/base/core/java/android/view/ |
D | HardwareCanvas.java | 118 CanvasProperty<Float> rx, CanvasProperty<Float> ry, in drawRoundRect()
|
D | GLES20Canvas.java | 729 CanvasProperty<Float> right, CanvasProperty<Float> bottom, CanvasProperty<Float> rx, in drawRoundRect() 865 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() 871 float right, float bottom, float rx, float y, long paint); in nDrawRoundRect()
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 726 const GLfixed rx = rhs->x; in point2__generic() local 736 const GLfixed rx = rhs->x; in point3__generic() local 747 const GLfixed rx = rhs->x; in point4__generic() local 762 const GLfixed rx = rhs->x; in point3__mvui() local 776 const GLfixed rx = rhs->x; in point4__mvui() local
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/ |
D | BandwidthTest.java | 260 int rx = BandwidthTestUtil.parseIntValueFromFile(rcv_stat); in fetchDataFromProc() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonRipple.java | 95 final float rx = horizontal ? radius : cx; in drawSoftware() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 599 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect() 610 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 818 float rx, float ry, int dir); in native_addRoundRect()
|
D | Canvas.java | 1192 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect() 1204 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() 1986 float rx, float ry, long nativePaint); in native_drawRoundRect()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 372 float bottom, float rx, float ry, int dir) { in native_addRoundRect()
|
D | Canvas_Delegate.java | 665 final float rx, final float ry, long paint) { in native_drawRoundRect()
|
/frameworks/base/core/jni/android/graphics/ |
D | SkiaCanvas.cpp | 521 float rx, float ry, const SkPaint& paint) { in drawRoundRect()
|
D | Path.cpp | 197 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) { in addRoundRectXY()
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 237 jobject clazz, jlong renderNodePtr, float rx) { in android_view_RenderNode_setRotationX()
|
D | android_graphics_Canvas.cpp | 249 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) { in drawRoundRect()
|
D | android_view_GLES20Canvas.cpp | 477 jfloat rx, jfloat ry, jlong paintPtr) { in android_view_GLES20Canvas_drawRoundRect()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiStateMachine.java | 1605 int rx = mRxTime - mRxTimeLastReport; in reportOnTime() local
|