Searched defs:Rectangle (Results 1 – 5 of 5) sorted by relevance
11 struct Rectangle { struct19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} argument37 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}} in test() typedef
133 ### 7.a. Straight Bounding Rectangle144 ### 7.b. Rotated Rectangle
383 struct Rectangle struct385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() argument390 GLint x;391 GLint y;392 GLint width;393 GLint height;
40 class Rectangle( class
963 struct Rectangle struct965 Rectangle (int x_, int y_, int width_, int height_) in Rectangle() function970 int x;971 int y;972 int width;973 int height;