Home
last modified time | relevance | path

Searched refs:incircle (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DDelaunay.cpp473 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)))) {
DDelaunay.h99 int incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d);