Home
last modified time | relevance | path

Searched defs:newT (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tests/
H A DPathOpsCubicLineIntersectionIdeas.cpp221 double newT = binary_search(cubic, step, pt, t, &iters); in DEF_TEST() local
H A DPathOpsTestCommon.cpp60 double newT = start + (index / parts) * (end - start); in addTs() local
/third_party/skia/include/private/
H A DSkTArray.h212 void* newT = this->push_back_raw(1); in push_back() local
220 void* newT = this->push_back_raw(1); in push_back() local
228 void* newT = this->push_back_raw(1); in push_back() local
236 void* newT = this->push_back_raw(1); in emplace_back() local
/third_party/skia/src/pathops/
H A DSkOpSegment.cpp229 bool SkOpSegment::addExpanded(double newT, const SkOpSpanBase* test, bool* startOver) { in addExpanded() argument

Completed in 6 milliseconds