Home
last modified time | relevance | path

Searched refs:Rectangle (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/third_party/typescript/tests/baselines/reference/
DjsDeclarationsReferenceToClassInstanceCrossFile.types14 >render.addRectangle() : import("tests/cases/conformance/jsdoc/declarations/rectangle").Rectangle
15 …ender.addRectangle : () => import("tests/cases/conformance/jsdoc/declarations/rectangle").Rectangle
17 >addRectangle : () => import("tests/cases/conformance/jsdoc/declarations/rectangle").Rectangle
25 >render.objects : import("tests/cases/conformance/jsdoc/declarations/rectangle").Rectangle[]
27 >objects : import("tests/cases/conformance/jsdoc/declarations/rectangle").Rectangle[]
30 class Rectangle {
31 >Rectangle : Rectangle
43 module.exports = { Rectangle };
44 >module.exports = { Rectangle } : typeof module.exports
48 >{ Rectangle } : { Rectangle: typeof Rectangle; }
[all …]
DjsDeclarationsReferenceToClassInstanceCrossFile.js4 class Rectangle { class
10 module.exports = { Rectangle }; field
12 const {Rectangle} = require('./rectangle');
28 const obj = new Rectangle();
45 export class Rectangle {
53 objects: Rectangle[];
59 addRectangle(): Rectangle;
61 import { Rectangle } from "./rectangle";
DjsDeclarationsReferenceToClassInstanceCrossFile.symbols25 class Rectangle {
26 >Rectangle : Symbol(Rectangle, Decl(rectangle.js, 0, 0))
36 module.exports = { Rectangle };
40 >Rectangle : Symbol(Rectangle, Decl(rectangle.js, 6, 18))
43 const {Rectangle} = require('./rectangle');
44 >Rectangle : Symbol(Rectangle, Decl(index.js, 0, 7))
54 * @type {Rectangle[]}
64 * @returns {Rectangle} the rect
69 const obj = new Rectangle();
71 >Rectangle : Symbol(Rectangle, Decl(index.js, 0, 7))
DdiscriminatedUnionErrorMessage.symbols7 type Rectangle = { kind: "rt", x: number, y: number }
8 >Rectangle : Symbol(Rectangle, Decl(discriminatedUnionErrorMessage.ts, 0, 42))
24 | Rectangle
25 >Rectangle : Symbol(Rectangle, Decl(discriminatedUnionErrorMessage.ts, 0, 42))
DdiscriminatedUnionErrorMessage.types7 type Rectangle = { kind: "rt", x: number, y: number }
8 >Rectangle : Rectangle
22 | Rectangle
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes_unittest.cpp231 TEST(Rectangle, Clip) in TEST() argument
233 const gl::Rectangle source(0, 0, 100, 200); in TEST()
234 const gl::Rectangle clip1(0, 0, 50, 100); in TEST()
235 gl::Rectangle result; in TEST()
243 gl::Rectangle clip2(10, 20, 30, 40); in TEST()
251 gl::Rectangle clip3(-20, -30, 10000, 400000); in TEST()
259 gl::Rectangle clip4(50, 100, -20, -30); in TEST()
268 gl::Rectangle clip5(-100, 0, 99, 200); in TEST()
271 gl::Rectangle clip6(0, -100, 100, 99); in TEST()
274 gl::Rectangle clip7(101, 0, 99, 200); in TEST()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.h40 const gl::Rectangle &area) override;
65 const gl::Rectangle &area,
71 const gl::Rectangle &sourceArea,
72 const gl::Rectangle &destArea,
103 const gl::Rectangle &area,
110 const gl::Rectangle &area,
121 const gl::Rectangle &sourceArea,
122 const gl::Rectangle &destArea,
123 gl::Rectangle *newSourceArea,
124 gl::Rectangle *newDestArea);
[all …]
DBlitGL.h53 const gl::Rectangle &sourceArea,
64 const gl::Rectangle &sourceArea,
70 const gl::Rectangle &sourceArea,
71 const gl::Rectangle &destArea,
83 const gl::Rectangle &sourceArea,
102 const gl::Rectangle &sourceArea,
115 const gl::Rectangle &sourceArea,
DFramebufferGL.cpp42 gl::Rectangle sourceBounds;
43 gl::Rectangle sourceRegion;
45 gl::Rectangle destBounds;
46 gl::Rectangle destRegion;
53 const gl::Rectangle &sourceArea, in GetBlitFramebufferBounds()
54 const gl::Rectangle &destArea) in GetBlitFramebufferBounds()
64 bounds.sourceBounds = gl::Rectangle(0, 0, readSize.width, readSize.height); in GetBlitFramebufferBounds()
67 bounds.destBounds = gl::Rectangle(0, 0, drawSize.width, drawSize.height); in GetBlitFramebufferBounds()
89 texture->getType() == TextureType::Rectangle) in BindFramebufferAttachment()
301 const gl::Rectangle &area) in invalidateSub()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.h40 const gl::Rectangle &area) override;
62 const gl::Rectangle &area,
70 const gl::Rectangle &sourceArea,
71 const gl::Rectangle &destArea,
105 const gl::Rectangle &area,
113 const gl::Rectangle &area,
125 const gl::Rectangle &sourceArea,
126 const gl::Rectangle &destArea,
127 gl::Rectangle *newSourceArea,
128 gl::Rectangle *newDestArea);
[all …]
DBlitGL.h55 const gl::Rectangle &sourceArea,
66 const gl::Rectangle &sourceArea,
72 const gl::Rectangle &sourceArea,
73 const gl::Rectangle &destArea,
80 const gl::Rectangle &sourceArea,
81 const gl::Rectangle &destArea,
90 const gl::Rectangle &sourceArea,
91 const gl::Rectangle &destArea,
104 const gl::Rectangle &sourceArea,
123 const gl::Rectangle &sourceArea,
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.h51 const gl::Rectangle &area) override;
75 const gl::Rectangle &area,
81 const gl::Rectangle &sourceArea,
82 const gl::Rectangle &destArea,
98 const gl::Rectangle &area,
105 gl::Rectangle getCompleteRenderArea() const;
106 gl::Rectangle getScissoredRenderArea(ContextVk *contextVk) const;
115 const gl::Rectangle &renderArea, in appendToStartedRenderPass()
125 const gl::Rectangle &renderArea,
140 const gl::Rectangle &sourceArea,
[all …]
/third_party/boost/boost/polygon/detail/
Dmax_cover.hpp15 typedef rectangle_data<Unit> Rectangle; typedef
22 Rectangle rect;
24 Node(const Rectangle rectIn) : children_(), tracedPaths_(), rect(rectIn) {} in Node()
61 outputContainer.push_back(copy_construct<typename cT::value_type, Rectangle>(node->rect)); in getMaxCover()
72 outputContainer.push_back(copy_construct<typename cT::value_type, Rectangle>(node->rect)); in getMaxCover()
80 const Rectangle& r, in stack_element()
84 Rectangle rect;
90 Rectangle rect) { in getMaxCover()
102 Rectangle nextRect1 = Rectangle(rectIvl, rectIvl); in getMaxCover()
116 Rectangle nextRect2 = Rectangle(rectIvl, rectIvl); in getMaxCover()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.h73 const gl::Rectangle &area) override;
97 const gl::Rectangle &area,
105 const gl::Rectangle &sourceArea,
106 const gl::Rectangle &destArea,
124 const gl::Rectangle &area,
131 gl::Rectangle getNonRotatedCompleteRenderArea() const;
132 gl::Rectangle getRotatedCompleteRenderArea(ContextVk *contextVk) const;
133 gl::Rectangle getRotatedScissoredRenderArea(ContextVk *contextVk) const;
140 const gl::Rectangle &scissoredRenderArea,
171 const gl::Rectangle &sourceArea,
[all …]
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsReferenceToClassInstanceCrossFile.ts7 class Rectangle { class
13 module.exports = { Rectangle };
15 const {Rectangle} = require('./rectangle'); constant
31 const obj = new Rectangle();
/third_party/jerryscript/tests/jerry/
Dobject-create.js60 function Rectangle() { class
65 Rectangle.prototype = Object.create(Shape.prototype);
66 Rectangle.prototype.constructor = Rectangle;
68 var rect = new Rectangle();
70 assert (rect instanceof Rectangle);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.h53 gl::Rectangle scissor;
82 const gl::Rectangle &area,
90 const gl::Rectangle &sourceArea,
91 const gl::Rectangle &destArea,
116 const gl::Rectangle &area,
125 const gl::Rectangle &sourceArea,
126 const gl::Rectangle &destArea,
127 const gl::Rectangle *scissor,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.h56 gl::Rectangle scissor;
87 const gl::Rectangle &area,
93 const gl::Rectangle &sourceArea,
94 const gl::Rectangle &destArea,
112 const gl::Rectangle &area,
120 const gl::Rectangle &sourceArea,
121 const gl::Rectangle &destArea,
122 const gl::Rectangle *scissor,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DFrameBufferMtl.h46 const gl::Rectangle &area) override;
70 const gl::Rectangle &area,
78 const gl::Rectangle &sourceArea,
79 const gl::Rectangle &destArea,
100 gl::Rectangle getCompleteRenderArea() const;
112 gl::Rectangle getCorrectFlippedReadArea(const gl::Context *context,
113 const gl::Rectangle &glArea) const;
118 const gl::Rectangle &area,
185 const gl::Rectangle &readArea,
190 gl::Rectangle *readableViewArea);
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dangletypes.cpp140 if (type == TextureType::External || type == TextureType::Rectangle) in CreateDefaultForTarget()
244 Rectangle Rectangle::flip(bool flipX, bool flipY) const in flip()
246 Rectangle flipped = *this; in flip()
260 Rectangle Rectangle::removeReversal() const in removeReversal()
265 bool Rectangle::encloses(const gl::Rectangle &inside) const in encloses()
270 bool ClipRectangle(const Rectangle &source, const Rectangle &clip, Rectangle *intersection) in ClipRectangle()
306 Rectangle Box::toRect() const in toRect()
309 return Rectangle(x, y, width, height); in toRect()
/third_party/grpc/examples/node/static_codegen/route_guide/
Droute_guide_pb.js214 proto.routeguide.Rectangle = function(opt_data) { class in proto.routeguide
217 goog.inherits(proto.routeguide.Rectangle, jspb.Message);
219 proto.routeguide.Rectangle.displayName = 'proto.routeguide.Rectangle';
234 proto.routeguide.Rectangle.prototype.toObject = function(opt_includeInstance) {
235 return proto.routeguide.Rectangle.toObject(opt_includeInstance, this);
247 proto.routeguide.Rectangle.toObject = function(includeInstance, msg) {
266 proto.routeguide.Rectangle.deserializeBinary = function(bytes) {
268 var msg = new proto.routeguide.Rectangle;
269 return proto.routeguide.Rectangle.deserializeBinaryFromReader(msg, reader);
280 proto.routeguide.Rectangle.deserializeBinaryFromReader = function(msg, reader) {
[all …]
/third_party/skia/experimental/skrive/src/
DRectangle.cpp20 size_t parse_node<Rectangle>(StreamReader* sr, Rectangle* node) { in parse_node()
32 void Rectangle::onRevalidate() { in onRevalidate()
36 void Rectangle::onDraw(SkCanvas* canvas, const SkPaint& paint, SkPathFillType) const { in onDraw()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h35 const gl::Rectangle &area) override;
59 const gl::Rectangle &area,
67 const gl::Rectangle &sourceArea,
68 const gl::Rectangle &destArea,
69 const gl::Rectangle *scissor,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h35 const gl::Rectangle &area) override;
64 const gl::Rectangle &area,
73 const gl::Rectangle &sourceArea,
74 const gl::Rectangle &destArea,
75 const gl::Rectangle *scissor,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.h36 const gl::Rectangle &area) override;
64 const gl::Rectangle &area,
72 const gl::Rectangle &sourceArea,
73 const gl::Rectangle &destArea,
74 const gl::Rectangle *scissor,

12345678910>>...13