Home
last modified time | relevance | path

Searched refs:newC (Results 1 - 2 of 2) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DimplicitAnyFunctionInvocationWithAnyArguements.js33 var newC = new C([], undefined);
69 var newC = new C([], undefined);
/third_party/skia/src/gpu/geometry/
H A 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()

Completed in 2 milliseconds