Searched refs:correction (Results 1 – 2 of 2) sorted by relevance
142 double correction; member
1065 double length = (y - alpha * m_wb.correction) * m_wb.direction + m_wb.radius; in MosaicToFrame()1075 double length = (x - alpha * m_wb.correction) * m_wb.direction + m_wb.radius; in MosaicToFrame()1108 wy = (length - m_wb.radius) * m_wb.direction + alpha * m_wb.correction; in FrameToMosaic()1118 wx = (length - m_wb.radius) * m_wb.direction + alpha * m_wb.correction; in FrameToMosaic()1389 m_wb.correction = ((m_wb.radius - length) * m_wb.direction) / in ComputeBlendParameters()