Home
last modified time | relevance | path

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

12

/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsReferenceToClassInstanceCrossFile.ts7 class Rectangle { class
15 const {Rectangle} = require('./rectangle'); constant
/third_party/typescript/tests/baselines/reference/
DjsDeclarationsReferenceToClassInstanceCrossFile.js4 class Rectangle { class
10 module.exports = { Rectangle }; field
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.h33 struct Rectangle struct
35 Rectangle() : x(0), y(0), width(0), height(0) {} in Rectangle() argument
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
/third_party/typescript/tests/cases/compiler/
DdiscriminatedUnionErrorMessage.ts2 type Rectangle = { kind: "rt", x: number, y: number } alias
DtypeGuardNarrowsIndexedAccessOfKnownProperty.ts6 interface Rectangle { interface
/third_party/grpc/examples/ruby/lib/
Droute_guide_pb.rb33Rectangle = Google::Protobuf::DescriptorPool.generated_pool.lookup("routeguide.Rectangle").msgclass constant
/third_party/ffmpeg/libavcodec/
Dmss2.c466 struct Rectangle { struct
487 struct Rectangle wmv9rects[MAX_WMV9_RECTANGLES], *r; in mss2_decode_frame() argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DCommonDataType.h105 struct Rectangle { struct
115 Rectangle location; argument
/third_party/vk-gl-cts/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;
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp231 TEST(Rectangle, Clip) in TEST() argument
291 TEST(Rectangle, Combine) in TEST() argument
329 TEST(Rectangle, Extend) in TEST() argument
/third_party/grpc/examples/python/multiplex/
Droute_guide_pb2.py249 Rectangle = _reflection.GeneratedProtocolMessageType('Rectangle', (_message.Message,), dict( variable
/third_party/grpc/examples/python/route_guide/
Droute_guide_pb2.py249 Rectangle = _reflection.GeneratedProtocolMessageType('Rectangle', (_message.Message,), dict( variable
/third_party/vk-gl-cts/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;
/third_party/jerryscript/tests/jerry/es2015/
Dregression-test-issue-2671.js25 class Rectangle extends Shape { class
/third_party/typescript/tests/cases/conformance/types/union/
DdiscriminatedUnionTypes1.ts6 interface Rectangle { interface
/third_party/grpc/examples/protos/
Droute_guide.proto66 message Rectangle { message
/third_party/skia/third_party/externals/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;
/third_party/jerryscript/tests/jerry/
Dobject-create.js60 function Rectangle() { class
/third_party/vk-gl-cts/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;
/third_party/typescript/tests/cases/conformance/controlFlow/
DexhaustiveSwitchStatements1.ts61 interface Rectangle { kind: "rectangle"; width: number; height: number; } interface
/third_party/skia/experimental/skrive/include/
DSkRive.h231 Rectangle() : INHERITED(Type::kRectangle) {} in Rectangle() function
/third_party/boost/boost/polygon/detail/
Dmax_cover.hpp15 typedef rectangle_data<Unit> Rectangle; typedef
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json189 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string
200 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string
DPackedGLEnums_autogen.h509 Rectangle = 6, enumerator
534 Rectangle = 6, enumerator
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json193 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string
207 "Rectangle": "GL_TEXTURE_RECTANGLE_ANGLE", string

12