Home
last modified time | relevance | path

Searched refs:newC (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/tests/cases/fourslash/
DreferencesForExpressionKeywords.ts24 newC, constant
43 …ofKeyword, asKeyword], [{ definition: "class C", ranges: [classDecl_name, newC, voidC, typeofC, de…
/third_party/typescript/tests/baselines/reference/
DimplicitAnyFunctionInvocationWithAnyArguements.js33 var newC = new C([], undefined); variable
69 var newC = new C([], undefined); variable
DimplicitAnyFunctionInvocationWithAnyArguements.symbols104 var newC = new C([], undefined);
105 >newC : Symbol(newC, Decl(implicitAnyFunctionInvocationWithAnyArguements.ts, 31, 3))
DimplicitAnyFunctionInvocationWithAnyArguements.types127 var newC = new C([], undefined);
128 >newC : C
DimplicitAnyFunctionInvocationWithAnyArguements.errors.txt53 var newC = new C([], undefined);
/third_party/typescript/tests/cases/compiler/
DimplicitAnyFunctionInvocationWithAnyArguements.ts33 var newC = new C([], undefined); variable
/third_party/skia/src/gpu/geometry/
DGrPathUtils.cpp354 SkPoint newC; in convert_noninflect_cubic_to_quads() local
361 newC = (c0 + c1) * 0.5f; in convert_noninflect_cubic_to_quads()
363 newC = c0; in convert_noninflect_cubic_to_quads()
365 newC = c1; in convert_noninflect_cubic_to_quads()
370 pts[1] = newC; in convert_noninflect_cubic_to_quads()
/third_party/flutter/skia/src/gpu/geometry/
DGrPathUtils.cpp435 SkPoint newC; in convert_noninflect_cubic_to_quads() local
442 newC = (c0 + c1) * 0.5f; in convert_noninflect_cubic_to_quads()
444 newC = c0; in convert_noninflect_cubic_to_quads()
446 newC = c1; in convert_noninflect_cubic_to_quads()
451 pts[1] = newC; in convert_noninflect_cubic_to_quads()