Searched defs:arcLength (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1284 double arcLength, lastTheta; local
1285 m_wb.theta = lastTheta = arcLength = 0.0;
1299 // The arcLength is computed by summing the lengths of the chords
1301 arcLength += sqrt(deltaY * deltaY + deltaX * deltaX);
1315 // rectangle is determined by the arcLength computed above and the cone
1317 m_wb.width = arcLength;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1264 double arcLength, lastTheta; local
1265 m_wb.theta = lastTheta = arcLength = 0.0;
1279 // The arcLength is computed by summing the lengths of the chords
1281 arcLength += sqrt(deltaY * deltaY + deltaX * deltaX);
1295 // rectangle is determined by the arcLength computed above and the cone
1297 m_wb.width = arcLength;

Completed in 13 milliseconds