Home
last modified time | relevance | path

Searched defs:newT (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp219 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
DPathOpsTestCommon.cpp56 double newT = start + (index / parts) * (end - start); in addTs() local
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
DSweepSphere.java154 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/
DQuantityFormatter.java65 SimplePatternFormatter newT = SimplePatternFormatter.compile(template); in add() local
/external/skia/include/core/
DSkTArray.h181 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/
DSkPathOpsCubic.cpp324 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local