Searched refs:triangulate (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.h108 int triangulate(SEdgeVector **edge, int nsite, int width, int height);
H A DDelaunay.cpp40 int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height) function in class:CDelaunay
H A DBlend.cpp265 int n = m_Triangulator.triangulate(&edge, numCenters, width, height);
859 // project point and then triangulate to neighbors
943 // project point and then triangulate to neighbors
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.h108 int triangulate(SEdgeVector **edge, int nsite, int width, int height);
H A DDelaunay.cpp40 int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height) function in class:CDelaunay
H A DBlend.cpp265 int n = m_Triangulator.triangulate(&edge, numCenters, width, height);
839 // project point and then triangulate to neighbors
923 // project point and then triangulate to neighbors

Completed in 120 milliseconds