Home
last modified time | relevance | path

Searched defs:newT (Results 1 – 6 of 6) 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.cpp69 double newT = start + (index / parts) * (end - start); in addTs() local
/external/skia/include/private/base/
DSkTArray.h194 void* newT = this->push_back_raw(1); in push_back() local
202 void* newT = this->push_back_raw(1); in push_back() local
210 void* newT = this->push_back_raw(1); in push_back() local
218 void* newT = this->push_back_raw(1); in emplace_back() local
/external/skia/src/pathops/
DSkPathOpsCubic.cpp364 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