Home
last modified time | relevance | path

Searched refs:lineA (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
158 auto line = lineB - lineA; in intersect()
173 if (auto p = intersect(line, lineA, segment, a)) { in intersect()
230 d = rotate90(line) * (*a - lineA); in intersect()
/system/teeui/libteeui/include/teeui/
Dutils.h634 ssize_t intersect(const PxPoint* oBegin, const PxPoint* oEnd, const PxPoint& lineA,