Home | History | Annotate | Download | only in hwui

Lines Matching defs:ry

75     return lRect.ry == rRect.ry;
416 float ry = description.shape.roundRect.ry;
421 ry += outset;
424 path.addRoundRect(rect, rx, ry);
430 float height, float rx, float ry) {
435 entry.shape.roundRect.ry = ry;
439 float width, float height, float rx, float ry) {
440 return getRoundRectBuffer(transform, paint, width, height, rx, ry)->getVertexBuffer();