Home
last modified time | relevance | path

Searched defs:Rectangle (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/FixIt/
Dtypo.c11 struct Rectangle { struct
19 struct Rectangle bounds; // expected-note{{'bounds' declared here}} argument
37 typedef struct Rectangle Rectangle; // expected-note{{'Rectangle' declared here}} in test() typedef
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/
Dpy_contour_features.markdown133 ### 7.a. Straight Bounding Rectangle
144 ### 7.b. Rotated Rectangle
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp383 struct Rectangle struct
385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() argument
390 GLint x;
391 GLint y;
392 GLint width;
393 GLint height;
/external/chromium-trace/catapult/devil/devil/utils/
Dgeometry.py40 class Rectangle( class
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp963 struct Rectangle struct
965 Rectangle (int x_, int y_, int width_, int height_) in Rectangle() function
970 int x;
971 int y;
972 int width;
973 int height;