HomeSort by relevance Sort by last modified time
    Searched defs:incircle (Results 1 - 3 of 3) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 472 // 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/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 472 // 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/
Delaunay.cpp 472 // 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 308 milliseconds