Searched refs:fFactWidth (Results 1 – 1 of 1) sorted by relevance
872 float fFactWidth = m_sData.ScrollRange.GetWidth() + m_sData.fClientWidth; in TrueToFace() local873 fFactWidth = fFactWidth == 0 ? 1 : fFactWidth; in TrueToFace()880 fTrue * (rcPosArea.right - rcPosArea.left) / fFactWidth; in TrueToFace()884 fTrue * (rcPosArea.top - rcPosArea.bottom) / fFactWidth; in TrueToFace()895 float fFactWidth = m_sData.ScrollRange.GetWidth() + m_sData.fClientWidth; in FaceToTrue() local896 fFactWidth = fFactWidth == 0 ? 1 : fFactWidth; in FaceToTrue()902 fTrue = (fFace - rcPosArea.left) * fFactWidth / in FaceToTrue()906 fTrue = (rcPosArea.top - fFace) * fFactWidth / in FaceToTrue()