Searched defs:newT (Results  1 – 6 of 6) sorted by relevance
| /external/skia/tests/ | 
| D | PathOpsCubicLineIntersectionIdeas.cpp | 225             double newT = binary_search(cubic, step, pt, t, &iters);  in DEF_TEST()  local273     double newT = binary_search(cubic, 0.1, pt, t, &iters);  in testOneFailure()  local
 281             double newT = testOneFailure(failure);  in DEF_TEST()  local
 290         double newT = testOneFailure(failure);  in DEF_TEST()  local
 
 | 
| D | PathOpsTestCommon.cpp | 69         double newT = start + (index / parts) * (end - start);  in addTs()  local
 | 
| /external/skia/include/private/base/ | 
| D | SkTArray.h | 194         void* newT = this->push_back_raw(1);  in push_back()  local202         void* newT = this->push_back_raw(1);  in push_back()  local
 210         void* newT = this->push_back_raw(1);  in push_back()  local
 218         void* newT = this->push_back_raw(1);  in emplace_back()  local
 
 | 
| /external/skia/src/pathops/ | 
| D | SkPathOpsCubic.cpp | 364         double newT = binarySearch(min, max, axisIntercept, xAxis);  in searchRoots()  local
 | 
| D | SkOpSegment.cpp | 235 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
 |