Home
last modified time | relevance | path

Searched refs:oBegin (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()
160 auto b = oBegin; in intersect()
219 if (!processSegment(*a, *oBegin)) return kIntersectEmpty; in intersect()
227 a = oBegin; in intersect()
/system/teeui/libteeui/include/teeui/
Dutils.h634 ssize_t intersect(const PxPoint* oBegin, const PxPoint* oEnd, const PxPoint& lineA,