Home
last modified time | relevance | path

Searched refs:Shapes (Results 1 - 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DsourceMap-FileWithComments.js8 module Shapes {
35 var p: IPoint = new Shapes.Point(3, 4);
40 var Shapes; variable
41 (function (Shapes) {
55 Shapes.Point = Point;
60 Shapes.foo = foo;
65 })(Shapes || (Shapes = {}));
67 var p = new Shapes.Point(3, 4);
H A DparserErrorRecovery_IncompleteMemberVariable1.js8 module Shapes {
27 var p: IPoint = new Shapes.Point(3, 4);
33 var Shapes; variable
34 (function (Shapes) {
48 Shapes.Point = Point;
49 })(Shapes || (Shapes = {}));
51 var p = new Shapes.Point(3, 4);
H A DparserErrorRecovery_IncompleteMemberVariable2.js8 module Shapes {
27 var p: IPoint = new Shapes.Point(3, 4);
33 var Shapes; variable
34 (function (Shapes) {
48 Shapes.Point = Point;
49 })(Shapes || (Shapes = {}));
51 var p = new Shapes.Point(3, 4);
H A DpartiallyDiscriminantedUnions.js35 type Shapes = Shape | Array<Shape>;
37 function isShape(s : Shapes): s is Shape {
41 function fail(s: Shapes) {
/third_party/skia/gm/
H A Dnested.cpp49 enum Shapes { enum in skiagm::NestedGM
56 static void AddShape(SkPathBuilder* b, const SkRect& rect, Shapes shape, SkPathDirection dir) { in AddShape()
108 AddShape(&builder, outerRect, (Shapes) outerShape, SkPathDirection::kCW);
109 AddShape(&builder, innerRects[innerRect], (Shapes) innerShape,
/third_party/skia/src/sfnt/
H A DSkPanose.h441 Shapes = 4, member in SkPanose::Data::Pictoral::Kind

Completed in 3 milliseconds