Searched defs:newT (Results 1 – 6 of 6) 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | QuantityFormatter.java | 65 SimplePatternFormatter newT = SimplePatternFormatter.compile(template); in add() local
|
/external/skia/include/core/ |
D | SkTArray.h | 181 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local 190 T* newT = reinterpret_cast<T*>(this->push_back_raw(1)); in push_back() local
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 324 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
|