Home
last modified time | relevance | path

Searched defs:Rectangle (Results 1 – 23 of 23) 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/rust/crates/plotters/src/element/
Dbasic_shapes.rs135 pub struct Rectangle<Coord> { struct
141 impl<Coord> Rectangle<Coord> { impl
165 impl<'a, Coord> PointCollection<'a, Coord> for &'a Rectangle<Coord> { implementation
173 impl<Coord, DB: DrawingBackend> Drawable<DB> for Rectangle<Coord> { implementation
/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/grpc-grpc/examples/ruby/lib/
Droute_guide_pb.rb33Rectangle = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Rectangle").msgclass constant
/external/angle/src/libANGLE/
DBlendStateExt_unittest.cpp311 TEST(Rectangle, Clip) in TEST() argument
371 TEST(Rectangle, Combine) in TEST() argument
409 TEST(Rectangle, Extend) in TEST() argument
Dangletypes.h132 using Rectangle = RectangleImpl<int>; variable
/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::__anona1b449690111::Rectangle
39 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anona1b449690111::Rectangle
/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/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.py39 class Rectangle( class
/external/grpc-grpc/examples/protos/
Droute_guide.proto66 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/grpc-grpc-java/examples/android/routeguide/app/src/main/proto/
Droute_guide.proto65 message Rectangle { message
/external/grpc-grpc-java/examples/src/main/proto/
Droute_guide.proto65 message Rectangle { message
/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/angle/src/common/
Dpacked_gl_enums.json203 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string
217 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string
DPackedGLEnums_autogen.h575 Rectangle = 6, enumerator
603 Rectangle = 6, enumerator
/external/ComputeLibrary/arm_compute/core/
DTypes.h428 struct Rectangle struct
430 uint16_t x; /**< Top-left x coordinate */
431 uint16_t y; /**< Top-left y coordinate */
432 uint16_t width; /**< Width of the rectangle */
433 uint16_t height; /**< Height of the rectangle */
/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_pb.js214 proto.routeguide.Rectangle = function(opt_data) { class in proto.routeguide
/external/rust/crates/plotters-svg/src/
Dsvg.rs54 Rectangle, enumerator
/external/python/cpython2/Lib/lib-tk/
DCanvas.py113 class Rectangle(CanvasItem): class
/external/cronet/testing/libfuzzer/proto/
Dskia_image_filter.proto260 message Rectangle { message