Searched refs:nVRulerWidth (Results 1 – 1 of 1) sorted by relevance
121 const long nVRulerWidth = m_aVRuler.GetSizePixel().Width(); in Paint() local122 nSize = aSize.Width() - nVRulerWidth/* - m_nCornerSize*/; in Paint()242 const long nVRulerWidth = m_aVRuler.GetSizePixel().Width(); in Resize() local243 const Point aRulerPos(nOutputWidth - nVRulerWidth,0); in Resize()244 m_aVRuler.SetPosSizePixel(aRulerPos,Size(nVRulerWidth,nOutputHeight)); in Resize()
Completed in 13 milliseconds