Searched defs:newT (Results 1 – 7 of 7) sorted by relevance
/external/skia/tests/ |
D | PathOpsCubicLineIntersectionIdeas.cpp | 225 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
|
D | PathOpsTestCommon.cpp | 71 double newT = start + (index / parts) * (end - start); in addTs() local
|
/external/skia/include/private/base/ |
D | SkTArray.h | 206 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/ |
D | FluentApiInvocationTest.java | 127 int newT = 16; in messageWithKeyValuePair() local
|
/external/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 365 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
|