Searched refs:incircle (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 473 int CDelaunay::incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d) in incircle() function in CDelaunay 549 while (incircle(dest(lcand), dest(t), orig(lcand), orig(basel))) { 561 while (incircle(dest(t), dest(rcand), orig(rcand), dest(basel))) { 580 (rvalid && incircle(dest(lcand), orig(lcand), orig(rcand), dest(rcand)))) {
|
D | Delaunay.h | 99 int incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d);
|