Searched defs:Area (Results 1 – 2 of 2) sorted by relevance
98 struct Area { struct99 int left, top, right, bottom;100 int weight;101 Area() {} in Area() argument102 Area(int left, int top, int right, int bottom, int weight): in Area() function105 bool isEmpty() const { in isEmpty()
2003 public static class Area { class in Camera2010 public Area(Rect rect, int weight) { in Area() method in Camera.Area