Home | History | Annotate | Download | only in wince

Lines Matching refs:rtn

81         RotationTransform rtn;
82 rtn.m_cosA = m_cosA;
83 rtn.m_sinA = -m_sinA;
84 rtn.m_preShiftX = m_postShiftX;
85 rtn.m_preShiftY = m_postShiftY;
86 rtn.m_postShiftX = m_preShiftX;
87 rtn.m_postShiftY = m_preShiftY;
88 return rtn;