Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-categories/
Dmain.cpp11 struct Rectangle : public Shape { struct
14 Rectangle(int W = 3, int H = 5) : w(W), h(H) {} in Rectangle() function
/external/llvm-project/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/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/rust/crates/plotters/src/element/
Dbasic_shapes.rs125 pub struct Rectangle<Coord> { struct
131 impl<Coord> Rectangle<Coord> { argument
155 impl<'a, Coord> PointCollection<'a, Coord> for &'a Rectangle<Coord> { implementation
163 impl<Coord, DB: DrawingBackend> Drawable<DB> for Rectangle<Coord> { implementation
/external/llvm-project/clang/test/Refactor/Extract/
DExtractionSemicolonPolicy.cpp3 struct Rectangle { int width, height; }; argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-magic-numbers.cpp171 struct Rectangle { struct
176Rectangle(Point<T> origin_, Dimension<T> size_, T rotation_ = 0) noexcept : origin{origin_}, size{… in Rectangle() function
184 const geometry::Rectangle<double> mandelbrotCanvas{geometry::Point<double>{-2.5, -1}, geometry::Dim…
/external/angle/src/libANGLE/
Dangletypes.h52 struct Rectangle struct
54 Rectangle() : x(0), y(0), width(0), height(0) {} in Rectangle() function
55 constexpr Rectangle(int x_in, int y_in, int width_in, int height_in) in Rectangle() function
68 Rectangle flip(bool flipX, bool flipY) const; argument
83 bool operator==(const Rectangle &a, const Rectangle &b); argument
Dangletypes_unittest.cpp231 TEST(Rectangle, Clip) in TEST() argument
291 TEST(Rectangle, Combine) in TEST() argument
329 TEST(Rectangle, Extend) in TEST() 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() argument
390 GLint x;
391 GLint y;
392 GLint width;
393 GLint height;
/external/tensorflow/tensorflow/core/kernels/image/
Dsample_distorted_bounding_box_op.cc36 class Rectangle { class
38 Rectangle() { Set(0, 0, 0, 0); } in Rectangle() function in tensorflow::__anon8c810d0b0111::Rectangle
39 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anon8c810d0b0111::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/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp75 struct Rectangle struct
77 Vec3 xyz; // Before viewport transformation
78 deInt32 r8g8b8; // (8-bit) red << 16 | green << 8 | blue
79 Vec2 widthHeight; // positive; before viewport transformation
80 deInt32 viewportIndex;
/external/swiftshader/src/OpenGL/common/
DImage.cpp934 struct Rectangle struct
936 GLsizei bytes;
937 GLsizei width;
938 GLsizei height;
939 GLsizei depth;
940 int inputPitch;
941 int inputHeight;
942 int destPitch;
943 GLsizei destSlice;
/external/chromium-trace/catapult/devil/devil/utils/
Dgeometry.py39 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/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/llvm-project/clang/test/Analysis/
Dcast-value-notes.cpp16 class Rectangle : public Shape {}; class
Dcast-value-logic.cpp22 class Rectangle : public Shape {}; 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;
/external/llvm-project/clang/test/SemaObjC/
Dunsafe-perform-selector.m21 typedef struct { int x; int y; int width; int height; } Rectangle; typedef
/external/skia/experimental/skrive/include/
DSkRive.h231 Rectangle() : INHERITED(Type::kRectangle) {} in Rectangle() function

12