Searched refs:Shapes (Results 1 - 6 of 6) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | sourceMap-FileWithComments.js | 8 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 D | parserErrorRecovery_IncompleteMemberVariable1.js | 8 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 D | parserErrorRecovery_IncompleteMemberVariable2.js | 8 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 D | partiallyDiscriminantedUnions.js | 35 type Shapes = Shape | Array<Shape>; 37 function isShape(s : Shapes): s is Shape { 41 function fail(s: Shapes) {
|
/third_party/skia/gm/ |
H A D | nested.cpp | 49 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 D | SkPanose.h | 441 Shapes = 4, member in SkPanose::Data::Pictoral::Kind
|
Completed in 4 milliseconds