Searched refs:incircle (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.h99 int incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d);
H A DDelaunay.cpp472 // incircle, as in the Guibas-Stolfi paper.
473 int CDelaunay::incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d) function in class: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)))) {
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.h99 int incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d);
H A DDelaunay.cpp472 // incircle, as in the Guibas-Stolfi paper.
473 int CDelaunay::incircle(SitePointer a, SitePointer b, SitePointer c, SitePointer d) function in class: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)))) {

Completed in 132 milliseconds