/frameworks/base/libs/hwui/ |
D | TessellationCache.h | 67 float ry; member 125 float width, float height, float rx, float ry) { in precacheRoundRect()
|
D | TessellationCache.cpp | 448 float ry = description.shape.roundRect.ry; 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 | 275 float rx, float ry, const SkPaint* paint) { in drawRoundRect() 284 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, in drawRoundRect()
|
D | PathCache.cpp | 505 float rx, float ry, const SkPaint* paint) { in getRoundRect()
|
D | DisplayListOp.h | 1077 float rx, float ry, const SkPaint* paint) in DrawRoundRectOp() 1108 float *rx, float *ry, const SkPaint* paint) in DrawRoundRectPropsOp()
|
/frameworks/base/core/java/android/view/ |
D | HardwareCanvas.java | 115 CanvasProperty<Float> rx, CanvasProperty<Float> ry, in drawRoundRect()
|
D | GLES20Canvas.java | 729 CanvasProperty<Float> ry, CanvasProperty<Paint> paint) { in drawRoundRect() 864 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 727 const GLfixed ry = rhs->y; in point2__generic() local 737 const GLfixed ry = rhs->y; in point3__generic() local 748 const GLfixed ry = rhs->y; in point4__generic() local 763 const GLfixed ry = rhs->y; in point3__mvui() local 777 const GLfixed ry = rhs->y; in point4__mvui() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonRipple.java | 96 final float ry = horizontal ? cy : radius; 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 | 1249 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect() 1261 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() 2046 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 | 242 jobject clazz, jlong renderNodePtr, float ry) { in android_view_RenderNode_setRotationY()
|
D | android_graphics_Canvas.cpp | 249 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) { in drawRoundRect()
|
D | android_view_GLES20Canvas.cpp | 465 jfloat rx, jfloat ry, jlong paintPtr) { in android_view_GLES20Canvas_drawRoundRect()
|