Searched defs:ry (Results 1 – 15 of 15) sorted by relevance
/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 | KeyButtonView.java | 190 final float ry = (h * (GLOW_MAX_SCALE_FACTOR - 1.0f)) / 2.0f + 1.0f; in setGlowScale() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 569 public void addRoundRect(RectF rect, float rx, float ry, Direction dir) { in addRoundRect() 740 float rx, float ry, int dir); in native_addRoundRect()
|
D | Canvas.java | 1060 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect() 1780 float ry, int paint); in native_drawRoundRect()
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 510 float rx, float ry, SkPaint* paint) { in getRoundRect()
|
D | DisplayListRenderer.cpp | 344 float rx, float ry, SkPaint* paint) { in drawRoundRect()
|
D | DisplayListOp.h | 1195 float rx, float ry, SkPaint* paint) in DrawRoundRectOp()
|
D | OpenGLRenderer.cpp | 2657 float rx, float ry, SkPaint* p) { 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 | 471 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 | 451 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 | 761 final RectF rect, final float rx, final float ry, int paint) { in native_drawRoundRect()
|
/frameworks/base/core/java/android/view/ |
D | GLES20Canvas.java | 1219 public void drawRoundRect(RectF rect, float rx, float ry, Paint paint) { in drawRoundRect()
|