Searched defs:newT (Results 1 – 8 of 8) sorted by relevance
| /external/skia/tests/ |
| D | PathOpsCubicLineIntersectionIdeas.cpp | 219 double newT = binary_search(cubic, step, pt, t, &iters); in DEF_TEST() local 265 double newT = binary_search(cubic, 0.1, pt, t, &iters); in testOneFailure() local 273 double newT = testOneFailure(failure); in DEF_TEST() local 281 double newT = testOneFailure(failure); in DEF_TEST() local
|
| D | PathOpsTestCommon.cpp | 56 double newT = start + (index / parts) * (end - start); in addTs() local
|
| /external/jmonkeyengine/engine/src/core/com/jme3/collision/ |
| D | SweepSphere.java | 154 float newT = getLowestRoot(a, b, c, t); in collideWithVertex() local 187 float newT = getLowestRoot(a, b, c, t); in collideWithSegment() local 296 float newT; in collideWithTriangle() local
|
| /external/skia/include/private/ |
| D | SkTArray.h | 144 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local 153 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local 162 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in emplace_back() local
|
| /external/skia/src/pathops/ |
| D | SkOpCoincidence.cpp | 111 double newT = oStartPtT->fT + oStartRange * startPart; in addExpanded() local 119 double newT = startPtT->fT + startRange * oStartPart; in addExpanded() local
|
| D | SkPathOpsDebug.cpp | 1149 double newT = oStartPtT->fT + oStartRange * startPart; in debugAddExpanded() local 1153 double newT = startPtT->fT + startRange * oStartPart; in debugAddExpanded() local
|
| D | SkPathOpsCubic.cpp | 321 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
|
| /external/clang/lib/Sema/ |
| D | SemaDeclObjC.cpp | 623 ObjCObjectPointerTypeLoc newT in actOnObjCTypeParam() local
|