Searched defs:newT (Results 1 – 11 of 11) sorted by relevance
/external/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
|
/external/skqp/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
|
/external/skia/include/private/ |
D | SkTArray.h | 180 void* newT = this->push_back_raw(1); in push_back() local 188 void* newT = this->push_back_raw(1); in push_back() local 196 void* newT = this->push_back_raw(1); in push_back() local 204 void* newT = this->push_back_raw(1); in emplace_back() local
|
/external/skqp/include/private/ |
D | SkTArray.h | 180 void* newT = this->push_back_raw(1); in push_back() local 188 void* newT = this->push_back_raw(1); in push_back() local 196 void* newT = this->push_back_raw(1); in push_back() local 204 void* newT = this->push_back_raw(1); in emplace_back() local
|
/external/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()
|
/external/skqp/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()
|
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 622 ObjCObjectPointerTypeLoc newT in actOnObjCTypeParam() local
|