HomeSort by relevance Sort by last modified time
    Searched defs:Hole (Results 1 - 2 of 2) sorted by null

  /system/firewalld/
iptables.h 36 typedef std::pair<uint16_t, std::string> Hole;
66 std::set<Hole>* holes,
70 std::set<Hole>* holes,
110 std::set<Hole> tcp_holes_;
111 std::set<Hole> udp_holes_;
  /external/opencv/cvaux/src/
cvlee.cpp 376 Description : Compute sites for internal polygon (for hole).
412 Description : Compute the simple chains of sites for internal polygon (= hole)
418 pTopSite : in, the most left site of hole
466 Description : Compute the external Voronoi Diagram for each internal polygon (hole).
492 (= the most left vertex) of each hole
503 final VD with top vertex of given hole. It stores in pHole->opposite_site.
504 The search begins from Hole->nearest_site and realizes in clockwise
505 direction around the top vertex of given hole.
509 pHole : in, given hole
518 final VD with top vertex of given hole. It stores in pHole->opposite_site
    [all...]

Completed in 150 milliseconds