Home
last modified time | relevance | path

Searched defs:newT (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp221 double newT = binary_search(cubic, step, pt, t, &iters); in DEF_TEST() local
269 double newT = binary_search(cubic, 0.1, pt, t, &iters); in testOneFailure() local
277 double newT = testOneFailure(failure); in DEF_TEST() local
285 double newT = testOneFailure(failure); in DEF_TEST() local
DPathOpsTestCommon.cpp60 double newT = start + (index / parts) * (end - start); in addTs() local
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.1/better_inference_for_literal_types/
Dbetter_inference_for_literal_types_2.ts39 let newT: ReturnType<typeof test> = false; variable
/third_party/skia/include/private/
DSkTArray.h212 void* newT = this->push_back_raw(1); in push_back() local
220 void* newT = this->push_back_raw(1); in push_back() local
228 void* newT = this->push_back_raw(1); in push_back() local
236 void* newT = this->push_back_raw(1); in emplace_back() local
/third_party/skia/src/pathops/
DSkPathOpsCubic.cpp356 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
DSkOpSegment.cpp229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded()