Searched defs:bottomLeft (Results 1 – 2 of 2) sorted by relevance
163 public PointF bottomLeft() { in bottomLeft() method in Quad190 PointF bottomLeft = rotatePoint(bottomLeft(), center, cosa, sina); in rotated() local319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles()