Searched refs:SitePointer (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.h | 45 typedef short SitePointer; typedef 54 SitePointer *org; 56 SitePointer *sp; 59 SitePointer sp1; 70 EdgePointer makeEdge(SitePointer origin, SitePointer destination); 77 void spsortx(SitePointer *, int, int); 78 void spsorty(SitePointer *, int, int); 98 int ccw(SitePointer a, SitePointer b, SitePointer c); 99 int incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d);
|
D | Delaunay.cpp | 63 sp[i] = (SitePointer) i; in buildTriangulation() 78 SitePointer s1, s2, s3; in build() 100 rdo = (SitePointer) lprev(rdo); in build() 130 EdgePointer CDelaunay::makeEdge(SitePointer origin, SitePointer destination) in makeEdge() 194 size = ((sizeof(CSite) + sizeof(SitePointer)) * n + in allocMemory() 195 (sizeof(SitePointer) + sizeof(EdgePointer)) * 12 in allocMemory() 200 sp = (SitePointer *) (sa + n); in allocMemory() 325 sp[j] = (SitePointer) t; in swapsp() 327 sp1 = (SitePointer) t; in swapsp() 354 void CDelaunay::spsortx(SitePointer *sp_in, int low, int high) in spsortx() [all …]
|