Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dshapes.cpp134 void Triangle::Legalize(Point& opoint, Point& npoint) in Legalize() argument
136 if (&opoint == points_[0]) { in Legalize()
140 } else if (&opoint == points_[1]) { in Legalize()
144 } else if (&opoint == points_[2]) { in Legalize()
344 Triangle& Triangle::NeighborAcross(Point& opoint) in NeighborAcross() argument
346 if (&opoint == points_[0]) { in NeighborAcross()
348 } else if (&opoint == points_[1]) { in NeighborAcross()
H A Dshapes.h192 void Legalize(Point& opoint, Point& npoint);
204 Triangle& NeighborAcross(Point& opoint);