Searched defs:newT (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/tests/ |
D | PathOpsCubicLineIntersectionIdeas.cpp | 221 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
|
D | PathOpsTestCommon.cpp | 59 double newT = start + (index / parts) * (end - start); in addTs() local
|
/third_party/skia/tests/ |
D | PathOpsCubicLineIntersectionIdeas.cpp | 221 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
|
D | PathOpsTestCommon.cpp | 60 double newT = start + (index / parts) * (end - start); in addTs() local
|
/third_party/skia/include/private/ |
D | SkTArray.h | 212 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/flutter/skia/include/private/ |
D | SkTArray.h | 184 void* newT = this->push_back_raw(1); in push_back() local 192 void* newT = this->push_back_raw(1); in push_back() local 200 void* newT = this->push_back_raw(1); in push_back() local 208 void* newT = this->push_back_raw(1); in emplace_back() local
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 354 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
|
D | SkOpSegment.cpp | 229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 356 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
|
D | SkOpSegment.cpp | 229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded()
|