/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyButtonView.java | 164 final float ry = (h * (GLOW_MAX_SCALE_FACTOR - 1.0f)) / 2.0f + 1.0f; in setGlowScale() local
|
/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/graphics/java/android/graphics/ |
D | Path.java | 480 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect() 652 float rx, float ry, int dir); in native_addRoundRect()
|
D | Canvas.java | 1037 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect() 1727 float ry, int paint); in native_drawRoundRect()
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 487 float rx, float ry, SkPaint* paint) { in getRoundRect()
|
D | DisplayListRenderer.cpp | 346 float rx, float ry, SkPaint* paint) { in drawRoundRect()
|
D | DisplayListOp.h | 1039 float rx, float ry, SkPaint* paint) in DrawRoundRectOp()
|
D | OpenGLRenderer.cpp | 2557 float rx, float ry, SkPaint* p) { in drawRoundRect()
|
/frameworks/base/core/java/android/view/ |
D | GLES20RecordingCanvas.java | 226 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect()
|
D | GLES20Canvas.java | 1145 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect()
|
/frameworks/base/core/jni/ |
D | android_view_GLES20DisplayList.cpp | 123 jobject clazz, DisplayList* displayList, float ry) { in android_view_GLES20DisplayList_setRotationY()
|
D | android_view_GLES20Canvas.cpp | 452 jfloat rx, jfloat ry, SkPaint* paint) { in android_view_GLES20Canvas_drawRoundRect()
|
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 203 jfloat rx, jfloat ry, SkPath::Direction dir) { in addRoundRectXY()
|
D | Canvas.cpp | 453 jobject jrect, jfloat rx, jfloat ry, in drawRoundRect()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 373 int nPath, RectF rect, float rx, float ry, int dir) { in native_addRoundRect()
|
D | Canvas_Delegate.java | 763 final RectF rect, final float rx, final float ry, int paint) { in native_drawRoundRect()
|