Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/data-formatter/data-formatter-categories/
Dmain.cpp20 struct Rectangle : public Shape { struct
23 Rectangle(int W = 3, int H = 5) : w(W), h(H) {} in Rectangle() argument
/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/jmonkeyengine/engine/src/core/com/jme3/font/
DRectangle.java39 public class Rectangle implements Cloneable { class
50 public Rectangle(float x, float y, float width, float height) { in Rectangle() method in Rectangle
/external/jmonkeyengine/engine/src/core/com/jme3/math/
DRectangle.java49 public final class Rectangle implements Savable, Cloneable, java.io.Serializable { class
60 public Rectangle() { in Rectangle() method in Rectangle
77 public Rectangle(Vector3f a, Vector3f b, Vector3f c) { in Rectangle() method in 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/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp963 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;