Home | History | Annotate | Download | only in benchmark

Lines Matching full:triangulate

2561 +    int n = m_Triangulator.triangulate(&edge, numCenters, width, height);
3146 + // project point and then triangulate to neighbors
3229 + // project point and then triangulate to neighbors
3942 +int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height)
4647 + int triangulate(SEdgeVector **edge, int nsite, int width, int height);