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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1219 double fxpos = first->trs[0][2], fypos = first->trs[1][2]; local
1273 double fxpos = first->trs[0][2], fypos = first->trs[1][2]; local
1327 if (abs(lxpos - fxpos) > abs(lypos - fypos))
1379 if (lypos - fypos < 0)
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1199 double fxpos = first->trs[0][2], fypos = first->trs[1][2]; local
1253 double fxpos = first->trs[0][2], fypos = first->trs[1][2]; local
1307 if (abs(lxpos - fxpos) > abs(lypos - fypos))
1359 if (lypos - fypos < 0)

Completed in 13 milliseconds