Searched defs:Rectangle (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/FixIt/ |
D | typo.c | 11 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/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 383 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/tensorflow/tensorflow/core/kernels/ |
D | sample_distorted_bounding_box_op.cc | 31 class Rectangle { class 33 Rectangle() { Set(0, 0, 0, 0); } in Rectangle() function in tensorflow::__anon99f2dc0f0111::Rectangle 34 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anon99f2dc0f0111::Rectangle
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | geometry.py | 40 class Rectangle( class
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | geometry.py | 40 class Rectangle( class
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 1131 struct Rectangle struct 1133 GLsizei bytes; 1134 GLsizei width; 1135 GLsizei height; 1136 GLsizei depth; 1137 int inputPitch; 1138 int inputHeight; 1139 int destPitch; 1140 GLsizei destSlice;
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 963 struct Rectangle struct 965 Rectangle (int x_, int y_, int width_, int height_) in Rectangle() argument 970 int x; 971 int y; 972 int width; 973 int height;
|
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 113 class Rectangle(CanvasItem): class
|
/external/pdfium/xfa/fxfa/ |
D | fxfa_basic.h | 844 Rectangle, enumerator
|