Home
last modified time | relevance | path

Searched refs:processSegment (Results 1 – 1 of 1) sorted by relevance

/system/teeui/libteeui/src/
Dutils.cpp171 auto processSegment = [&](const PxVec& a, const PxVec& b) -> bool { in intersect() local
216 if (!processSegment(*a, *b)) return kIntersectEmpty; in intersect()
219 if (!processSegment(*a, *oBegin)) return kIntersectEmpty; in intersect()