Searched defs:Area (Results 1 – 3 of 3) sorted by relevance
100 struct Area { struct101 int left, top, right, bottom;102 int weight;103 Area() {} in Area() argument104 Area(int left, int top, int right, int bottom, int weight): in Area() argument107 bool isEmpty() const { in isEmpty()
54 } Area; typedef
2025 public static class Area { class in Camera2032 public Area(Rect rect, int weight) { in Area() method in Camera.Area