Searched defs:Area (Results 1 – 2 of 2) sorted by relevance
100 struct Area { struct101 int left, top, right, bottom;102 int weight;103 Area() {} in Area() function104 Area(int left, int top, int right, int bottom, int weight): in Area() function107 bool isEmpty() const { in isEmpty()
2011 public static class Area { class in Camera2018 public Area(Rect rect, int weight) { in Area() method in Camera.Area