Searched defs:Box (Results 1 – 6 of 6) sorted by relevance
30 struct Box { struct31 Box() : left(), top(), right(), bottom() {} in Box() function40 fprintf(stderr, "Could not parse Box.\n"); in Read() argument52 void Union(int x, int y) { in Union()59 int width() const { return right - left; } in width()60 int height() const { return bottom - top; } in height()62 int left;63 int top;64 int right;65 int bottom;
18 public class Box { class24 public Box(String id, String name) { in Box() method in Box
30 public interface Box { interface
7 class Box { class
216 public static class Box { class in TypeSafeSetImplementationsTest
181 static double Box(const double magick_unused(x), in Box() function