Home
last modified time | relevance | path

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

12345678

/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))
DdiscriminatedUnionTypes1.symbols12 interface Rectangle {
13 >Rectangle : Symbol(Rectangle, Decl(discriminatedUnionTypes1.ts, 3, 1))
16 >kind : Symbol(Rectangle.kind, Decl(discriminatedUnionTypes1.ts, 5, 21))
19 >width : Symbol(Rectangle.width, Decl(discriminatedUnionTypes1.ts, 6, 22))
22 >height : Symbol(Rectangle.height, Decl(discriminatedUnionTypes1.ts, 7, 18))
35 type Shape = Square | Rectangle | Circle;
38 >Rectangle : Symbol(Rectangle, Decl(discriminatedUnionTypes1.ts, 3, 1))
76 >s.kind : Symbol(Rectangle.kind, Decl(discriminatedUnionTypes1.ts, 5, 21))
78 >kind : Symbol(Rectangle.kind, Decl(discriminatedUnionTypes1.ts, 5, 21))
81 >s.width : Symbol(Rectangle.width, Decl(discriminatedUnionTypes1.ts, 6, 22))
[all …]
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.symbols13 interface Rectangle {
14 >Rectangle : Symbol(Rectangle, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 3, 1))
17 >["dash-ok"] : Symbol(Rectangle["dash-ok"], Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, …
18 >"dash-ok" : Symbol(Rectangle["dash-ok"], Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 4,…
21 >width : Symbol(Rectangle.width, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 5, 29))
24 >height : Symbol(Rectangle.height, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 6, 18))
36 type Shape = Square | Rectangle | Circle;
39 >Rectangle : Symbol(Rectangle, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 3, 1))
77 >s.width : Symbol(Rectangle.width, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 5, 29))
79 >width : Symbol(Rectangle.width, Decl(typeGuardNarrowsIndexedAccessOfKnownProperty1.ts, 5, 29))
[all …]
DdiscriminatedUnionErrorMessage.types7 type Rectangle = { kind: "rt", x: number, y: number }
8 >Rectangle : { kind: "rt"; x: number; y: number; }
19 >Shape : Square | Rectangle | Circle
22 | Rectangle
DdiscriminatedUnionTypes1.types10 interface Rectangle {
29 type Shape = Square | Rectangle | Circle;
30 >Shape : Square | Rectangle | Circle
55 >s : Rectangle | Circle
75 >s : Rectangle
82 >s : Rectangle
85 >s : Rectangle
117 >s : Rectangle
120 >s : Rectangle
174 >s : Rectangle
[all …]
/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 …]
Dangletypes.inc12 inline bool operator==(const Rectangle &a, const Rectangle &b)
20 inline bool operator!=(const Rectangle &a, const Rectangle &b)
/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 …]
DFramebufferGL.cpp43 gl::Rectangle sourceBounds;
44 gl::Rectangle sourceRegion;
46 gl::Rectangle destBounds;
47 gl::Rectangle destRegion;
54 const gl::Rectangle &sourceArea, in GetBlitFramebufferBounds()
55 const gl::Rectangle &destArea) in GetBlitFramebufferBounds()
65 bounds.sourceBounds = gl::Rectangle(0, 0, readSize.width, readSize.height); in GetBlitFramebufferBounds()
68 bounds.destBounds = gl::Rectangle(0, 0, drawSize.width, drawSize.height); in GetBlitFramebufferBounds()
90 texture->getType() == TextureType::Rectangle || in BindFramebufferAttachment()
274 const gl::Rectangle &area, in Initialize()
[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/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/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/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/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/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/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,
DStateManager9.h46 void setScissorState(const gl::Rectangle &scissor, bool enabled);
47 void setViewportState(const gl::Rectangle &viewport,
120 void setScissorRect(const gl::Rectangle &scissor, bool enabled);
184 gl::Rectangle mCurScissorRect;
191 gl::Rectangle mCurViewport;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.h36 const gl::Rectangle &area) override;
69 const gl::Rectangle &area,
78 const gl::Rectangle &sourceArea,
79 const gl::Rectangle &destArea,
80 const gl::Rectangle *scissor,
DBlit11.h45 const gl::Rectangle *scissor,
62 const gl::Rectangle *scissor);
71 const gl::Rectangle *scissor);
82 const gl::Rectangle *scissor);
95 const gl::Rectangle &clipRect,
191 const gl::Rectangle *scissor,
202 const gl::Rectangle *scissor,
219 const gl::Rectangle *scissor,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DFramebufferNULL.cpp42 const gl::Rectangle &area) in invalidateSub()
86 const gl::Rectangle &origArea, in readPixels()
108 const gl::Rectangle fbRect(0, 0, fbSize.width, fbSize.height); in readPixels()
109 gl::Rectangle area; in readPixels()
146 const gl::Rectangle &sourceArea, in blit()
147 const gl::Rectangle &destArea, in blit()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFramebufferImpl_mock.h29 angle::Result(const gl::Context *, size_t, const GLenum *, const gl::Rectangle &));
39 const gl::Rectangle &,
50 const gl::Rectangle &,
51 const gl::Rectangle &,

12345678