/frameworks/base/libs/hwui/ |
D | TessellationCache.h | 73 float ry; member 158 float width, float height, float rx, float ry) { in precacheRoundRect()
|
D | TessellationCache.cpp | 442 float ry = description.shape.roundRect.ry; in tessellateRoundRect() local 456 float width, float height, float rx, float ry) { in getRoundRectBuffer() 465 float width, float height, float rx, float ry) { in getRoundRect()
|
D | SkiaCanvas.cpp | 590 float rx, float ry, const SkPaint& paint) { in drawRoundRect() 781 uirenderer::CanvasPropertyPrimitive* ry, uirenderer::CanvasPropertyPaint* p) : in AnimatedRoundRect() 830 uirenderer::CanvasPropertyPrimitive* ry, uirenderer::CanvasPropertyPaint* paint) { in drawRoundRect()
|
D | RecordedOp.h | 329 const float ry; member 347 const float* ry; member
|
D | RecordingCanvas.cpp | 358 float rx, float ry, const SkPaint& paint) { in drawRoundRect() 373 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, in drawRoundRect()
|
D | DisplayListCanvas.cpp | 351 float rx, float ry, const SkPaint& paint) { in drawRoundRect() 358 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, in drawRoundRect()
|
D | PathCache.cpp | 462 float rx, float ry, const SkPaint* paint) { in getRoundRect()
|
D | DisplayListOp.h | 1012 float rx, float ry, const SkPaint* paint) in DrawRoundRectOp() 1043 float *rx, float *ry, const SkPaint* paint) in DrawRoundRectPropsOp()
|
/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 | 95 final float ry = horizontal ? cy : radius; in drawSoftware() local
|
/frameworks/base/core/java/android/view/ |
D | DisplayListCanvas.java | 245 CanvasProperty<Float> ry, CanvasProperty<Paint> paint) { in drawRoundRect()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 614 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect() 625 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 842 float rx, float ry, int dir); in native_addRoundRect()
|
D | Canvas.java | 1234 public void drawRoundRect(@NonNull RectF rect, float rx, float ry, @NonNull Paint paint) { in drawRoundRect() 1246 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect() 2079 float rx, float ry, long nativePaint); in native_drawRoundRect()
|
/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() 192 public void drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, in drawRoundRect()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 377 float bottom, float rx, float ry, int dir) { in native_addRoundRect()
|
D | Canvas_Delegate.java | 679 final float rx, final float ry, long paint) { in native_drawRoundRect()
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 195 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) { in addRoundRectXY()
|
/frameworks/base/core/jni/ |
D | android_view_RenderNode.cpp | 304 jobject clazz, jlong renderNodePtr, float ry) { in android_view_RenderNode_setRotationY()
|
D | android_graphics_Canvas.cpp | 277 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) { in drawRoundRect()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 4078 final int ry = (int) ev.getRawY(); in closeControlsIfOutsideTouch() local
|