Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp225 double newT = binary_search(cubic, step, pt, t, &iters); in DEF_TEST() local
273 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
DPathOpsTestCommon.cpp71 double newT = start + (index / parts) * (end - start); in addTs() local
/external/skia/include/private/base/
DSkTArray.h206 void* newT = this->push_back_raw(1); in push_back() local
216 T* newT; in push_back() local
233 T* newT; in push_back() local
250 T* newT; in emplace_back() local
699 T* newT = new (TCast(buffer.data()) + fSize) T(std::forward<Args>(args)...); in growAndConstructAtEnd() local
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/jul/
DFluentApiInvocationTest.java127 int newT = 16; in messageWithKeyValuePair() local
/external/skia/src/pathops/
DSkPathOpsCubic.cpp365 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
DSkOpSegment.cpp235 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp622 ObjCObjectPointerTypeLoc newT in actOnObjCTypeParam() local