Home
last modified time | relevance | path

Searched defs:Rectangle (Results 1 – 25 of 25) 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/deqp/external/openglcts/modules/common/
DglcFramebufferBlitTests.hpp45 struct Rectangle struct
47Rectangle(glw::GLint x_, glw::GLint y_, glw::GLint width_, glw::GLint height_) : x(x_), y(y_), w(w… in Rectangle() argument
51 Rectangle() : x(0), y(0), w(0), h(0) in Rectangle() argument
55 glw::GLint x;
56 glw::GLint y;
57 glw::GLint w;
58 glw::GLint h;
/external/rust/android-crates-io/crates/plotters/src/element/
Dbasic_shapes.rs393 pub struct Rectangle<Coord> { struct
399 impl<Coord> Rectangle<Coord> { implementation
437 impl<'a, Coord> PointCollection<'a, Coord> for &'a Rectangle<Coord> { implementation
445 impl<Coord, DB: DrawingBackend> Drawable<DB> for Rectangle<Coord> { implementation
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp540 struct Rectangle struct
542Rectangle(GLint x_, GLint y_, GLint width_, GLint height_) : x(x_), y(y_), width(width_), height(h… in Rectangle() function
545 GLint x;
546 GLint y;
547 GLint width;
548 GLint height;
/external/grpc-grpc/examples/ruby/lib/
Droute_guide_pb.rb33Rectangle = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Rectangle").msgclass constant
/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/
D_rectangle.py13 class Rectangle(object): class
/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::__anoncbaf1d3a0111::Rectangle
39 Rectangle(int xmin, int ymin, int xmax, int ymax) { in Rectangle() function in tensorflow::__anoncbaf1d3a0111::Rectangle
/external/angle/src/libANGLE/
DBlendStateExt_unittest.cpp313 TEST(Rectangle, Clip) in TEST() argument
373 TEST(Rectangle, Combine) in TEST() argument
411 TEST(Rectangle, Extend) in TEST() argument
Dangletypes.h192 using Rectangle = RectangleImpl<int>; variable
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp75 struct Rectangle struct
77 Vec3 xyz; // Before viewport transformation
78 int32_t r8g8b8; // (8-bit) red << 16 | green << 8 | blue
79 Vec2 widthHeight; // positive; before viewport transformation
80 int32_t viewportIndex;
/external/grpc-grpc/examples/php/route_guide/Routeguide/
DRectangle.php17 class Rectangle extends \Google\Protobuf\Internal\Message class
/external/moshi/examples/src/main/java/com/squareup/moshi/recipes/
DCustomQualifier.java48 static class Rectangle { class in CustomQualifier
/external/grpc-grpc/examples/python/route_guide/
Dasyncio_route_guide_server.py80 self, request: route_guide_pb2.Rectangle, unused_context
/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/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp999 struct Rectangle struct
1001Rectangle(int x_, int y_, int width_, int height_) : x(x_), y(y_), width(width_), height(height_) in Rectangle() function
1004 int x;
1005 int y;
1006 int width;
1007 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/rust/android-crates-io/crates/plotters-svg/src/
Dsvg.rs47 Rectangle, enumerator
/external/cronet/stable/testing/libfuzzer/proto/
Dskia_image_filter.proto260 message Rectangle { message
/external/cronet/tot/testing/libfuzzer/proto/
Dskia_image_filter.proto260 message Rectangle { message
/external/aws-sdk-java-v2/services/mediaconvert/src/main/resources/codegen-resources/
Dservice-2.json11070 "Rectangle": { object