Home
last modified time | relevance | path

Searched defs:Rectangle (Results 1 – 18 of 18) 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/angle/src/libANGLE/
Dangletypes.h33 struct Rectangle struct
35 Rectangle() : x(0), y(0), width(0), height(0) {} in Rectangle() function
36 constexpr Rectangle(int x_in, int y_in, int width_in, int height_in) in Rectangle() function
49 Rectangle flip(bool flipX, bool flipY) const; argument
62 bool operator==(const Rectangle &a, const Rectangle &b); argument
/external/grpc-grpc/examples/ruby/lib/
Droute_guide_pb.rb33Rectangle = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Rectangle").msgclass constant
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp383 struct Rectangle struct
385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) in Rectangle() function
390 GLint x;
391 GLint y;
392 GLint width;
393 GLint height;
/external/tensorflow/tensorflow/core/kernels/
Dsample_distorted_bounding_box_op.cc32 class Rectangle { class
34 Rectangle() { Set(0, 0, 0, 0); } in Rectangle() function in tensorflow::__anon19eb8b1d0111::Rectangle
35 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anon19eb8b1d0111::Rectangle
/external/grpc-grpc/examples/python/multiplex/
Droute_guide_pb2.py249 Rectangle = _reflection.GeneratedProtocolMessageType('Rectangle', (_message.Message,), dict( variable
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_pb2.py249 Rectangle = _reflection.GeneratedProtocolMessageType('Rectangle', (_message.Message,), dict( variable
/external/chromium-trace/catapult/devil/devil/utils/
Dgeometry.py40 class Rectangle( class
/external/grpc-grpc/examples/protos/
Droute_guide.proto66 message Rectangle { message
/external/grpc-grpc-java/examples/src/main/proto/
Droute_guide.proto65 message Rectangle { message
/external/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/
Droute_guide.proto65 message Rectangle { message
/external/swiftshader/src/OpenGL/common/
DImage.cpp1003 struct Rectangle struct
1005 GLsizei bytes;
1006 GLsizei width;
1007 GLsizei height;
1008 GLsizei depth;
1009 int inputPitch;
1010 int inputHeight;
1011 int destPitch;
1012 GLsizei destSlice;
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/
DRouteGuide.cs224 public sealed partial class Rectangle : pb::IMessage<Rectangle> { class
241 public Rectangle() { in Rectangle() method in Routeguide.Rectangle
248 public Rectangle(Rectangle other) : this() { in Rectangle() method in Routeguide.Rectangle
/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;
/external/angle/src/common/
Dpacked_gl_enums.json189 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string
201 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string
DPackedGLEnums_autogen.h511 Rectangle = 6, enumerator
537 Rectangle = 6, enumerator
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_pb.js214 proto.routeguide.Rectangle = function(opt_data) { class in proto.routeguide
/external/python/cpython2/Lib/lib-tk/
DCanvas.py113 class Rectangle(CanvasItem): class