Searched defs:Area (Results 1 – 2 of 2) sorted by relevance
95 struct Area { struct96 int left, top, right, bottom;97 int weight;98 Area() {} in Area() argument99 Area(int left, int top, int right, int bottom, int weight): in Area() argument102 bool isEmpty() const { in isEmpty()
1750 public static class Area { class in Camera1757 public Area(Rect rect, int weight) { in Area() method in Camera.Area