Home
last modified time | relevance | path

Searched defs:ry (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/libs/hwui/
DTessellationCache.h67 float ry; member
125 float width, float height, float rx, float ry) { in precacheRoundRect()
DTessellationCache.cpp448 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()
DDisplayListRenderer.cpp275 float rx, float ry, const SkPaint* paint) { in drawRoundRect()
284 CanvasPropertyPrimitive* rx, CanvasPropertyPrimitive* ry, in drawRoundRect()
DPathCache.cpp505 float rx, float ry, const SkPaint* paint) { in getRoundRect()
DDisplayListOp.h1077 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/
DHardwareCanvas.java115 CanvasProperty<Float> rx, CanvasProperty<Float> ry, in drawRoundRect()
DGLES20Canvas.java729 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/
Dmatrix.cpp727 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/
DKeyButtonRipple.java96 final float ry = horizontal ? cy : radius; in drawSoftware() local
/frameworks/base/graphics/java/android/graphics/
DPath.java599 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()
DCanvas.java1249 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/
DPath_Delegate.java372 float bottom, float rx, float ry, int dir) { in native_addRoundRect()
DCanvas_Delegate.java665 final float rx, final float ry, long paint) { in native_drawRoundRect()
/frameworks/base/core/jni/android/graphics/
DSkiaCanvas.cpp521 float rx, float ry, const SkPaint& paint) { in drawRoundRect()
DPath.cpp197 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint dirHandle) { in addRoundRectXY()
/frameworks/base/core/jni/
Dandroid_view_RenderNode.cpp242 jobject clazz, jlong renderNodePtr, float ry) { in android_view_RenderNode_setRotationY()
Dandroid_graphics_Canvas.cpp249 jfloat right, jfloat bottom, jfloat rx, jfloat ry, jlong paintHandle) { in drawRoundRect()
Dandroid_view_GLES20Canvas.cpp465 jfloat rx, jfloat ry, jlong paintPtr) { in android_view_GLES20Canvas_drawRoundRect()