Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsCubicLineIntersectionIdeas.cpp221 double newT = binary_search(cubic, step, pt, t, &iters); in DEF_TEST() local
269 double newT = binary_search(cubic, 0.1, pt, t, &iters); in testOneFailure() local
277 double newT = testOneFailure(failure); in DEF_TEST() local
285 double newT = testOneFailure(failure); in DEF_TEST() local
DPathOpsTestCommon.cpp59 double newT = start + (index / parts) * (end - start); in addTs() local
/external/skqp/tests/
DPathOpsCubicLineIntersectionIdeas.cpp221 double newT = binary_search(cubic, step, pt, t, &iters); in DEF_TEST() local
269 double newT = binary_search(cubic, 0.1, pt, t, &iters); in testOneFailure() local
277 double newT = testOneFailure(failure); in DEF_TEST() local
285 double newT = testOneFailure(failure); in DEF_TEST() local
DPathOpsTestCommon.cpp59 double newT = start + (index / parts) * (end - start); in addTs() local
/external/skia/include/private/
DSkTArray.h180 void* newT = this->push_back_raw(1); in push_back() local
188 void* newT = this->push_back_raw(1); in push_back() local
196 void* newT = this->push_back_raw(1); in push_back() local
204 void* newT = this->push_back_raw(1); in emplace_back() local
/external/skqp/include/private/
DSkTArray.h180 void* newT = this->push_back_raw(1); in push_back() local
188 void* newT = this->push_back_raw(1); in push_back() local
196 void* newT = this->push_back_raw(1); in push_back() local
204 void* newT = this->push_back_raw(1); in emplace_back() local
/external/skia/src/pathops/
DSkPathOpsCubic.cpp354 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
DSkOpSegment.cpp229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded()
/external/skqp/src/pathops/
DSkPathOpsCubic.cpp354 double newT = binarySearch(min, max, axisIntercept, xAxis); in searchRoots() local
DSkOpSegment.cpp229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp622 ObjCObjectPointerTypeLoc newT in actOnObjCTypeParam() local