Lines Matching full:right
114 clipR.right = dirtyRect->right;
127 newRect.right = (int) dirtyRect->right;
167 m_inputToggle.right = m_inputToggle.left + buttonWidth;
177 m_colorToggle.right = m_colorToggle.left + buttonWidth;
187 m_fullScreenToggle.right = m_fullScreenToggle.left + buttonWidth;
198 m_clearSurface.right = m_clearSurface.left + buttonWidth;
208 m_drawingSurface.right = W - 5;
379 if (fx > m_drawingSurface.left && fx < m_drawingSurface.right && fy > m_drawingSurface.top && fy < m_drawingSurface.bottom)
381 else if (fx > m_inputToggle.left && fx < m_inputToggle.right && fy > m_inputToggle.top && fy < m_inputToggle.bottom)
383 else if (fx > m_colorToggle.left && fx < m_colorToggle.right && fy > m_colorToggle.top && fy < m_colorToggle.bottom)
385 else if (fx > m_fullScreenToggle.left && fx < m_fullScreenToggle.right && fy > m_fullScreenToggle.top && fy < m_fullScreenToggle.bottom)
387 else if (fx > m_clearSurface.left && fx < m_clearSurface.right && fy > m_clearSurface.top && fy < m_clearSurface.bottom)
427 point.right = (float) x+3;