Searched refs:triangulate (Results 1 – 7 of 7) sorted by relevance
108 int triangulate(SEdgeVector **edge, int nsite, int width, int height);
40 int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height) in triangulate() function in CDelaunay
265 int n = m_Triangulator.triangulate(&edge, numCenters, width, height); in runBlend()