HomeSort by relevance Sort by last modified time
    Searched refs:SEdgeVector (Results 1 - 8 of 8) sorted by null

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
CSite.h 30 } SEdgeVector;
42 SEdgeVector *neighbor;
51 inline SEdgeVector* getNeighbor() { return neighbor; }
59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
Delaunay.h 57 SEdgeVector *ev;
108 int triangulate(SEdgeVector **edge, int nsite, int width, int height);
109 void linkNeighbors(SEdgeVector *edge, int nedge, int nsite);
Delaunay.cpp 40 int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height)
201 ev = (SEdgeVector *) (org = sp + n);
333 SEdgeVector temp;
594 SEdgeVector *currv, *prevv;
622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite)
Blend.cpp 264 SEdgeVector *edge;
871 SEdgeVector *ce;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
CSite.h 30 } SEdgeVector;
42 SEdgeVector *neighbor;
51 inline SEdgeVector* getNeighbor() { return neighbor; }
59 inline void setNeighbor(SEdgeVector *nb) { neighbor = nb; }
Delaunay.h 57 SEdgeVector *ev;
108 int triangulate(SEdgeVector **edge, int nsite, int width, int height);
109 void linkNeighbors(SEdgeVector *edge, int nedge, int nsite);
Delaunay.cpp 40 int CDelaunay::triangulate(SEdgeVector **edges, int n_sites, int width, int height)
201 ev = (SEdgeVector *) (org = sp + n);
333 SEdgeVector temp;
594 SEdgeVector *currv, *prevv;
622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite)
Blend.cpp 264 SEdgeVector *edge;
851 SEdgeVector *ce;
    [all...]

Completed in 1151 milliseconds