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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DBlend.cpp1052 void Blend::MosaicToFrame(double trs[3][3], double x, double y, double &wx, double &wy) argument
1082 wy = ProjY(trs, X, Y, z, 1.0);
1085 void Blend::FrameToMosaic(double trs[3][3], double x, double y, double &wx, double &wy) argument
1096 wy = Y;
1106 wy = (length - m_wb.radius) * m_wb.direction + alpha * m_wb.correction;
1115 wy = alpha * m_wb.width * m_wb.direction;

Completed in 6 milliseconds