Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dutils.cpp155 ssize_t intersect(const PxPoint* oBegin, const PxPoint* oEnd, const PxPoint& lineA, in intersect() argument
159 if (oBegin == oEnd) return kIntersectEmpty; in intersect()
215 while (b != oEnd) { in intersect()
231 if (++a == oEnd) { in intersect()
/system/teeui/libteeui/include/teeui/
Dutils.h634 ssize_t intersect(const PxPoint* oBegin, const PxPoint* oEnd, const PxPoint& lineA,