Home | History | Annotate | Download | only in paint

Lines Matching refs:top

113         clipR.top = dirtyRect->top;
126 newRect.top = (int) dirtyRect->top;
166 m_inputToggle.top = H - buttonHeight - 5;
168 m_inputToggle.bottom = m_inputToggle.top + buttonHeight;
172 m_inputToggle.top - fontMetrics.fTop, m_paintSurface);
176 m_colorToggle.top = H - buttonHeight - 5;
178 m_colorToggle.bottom = m_colorToggle.top + buttonHeight;
182 m_colorToggle.top - fontMetrics.fTop, m_paintSurface);
186 m_fullScreenToggle.top = H - buttonHeight - 5;
188 m_fullScreenToggle.bottom = m_fullScreenToggle.top + buttonHeight;
193 m_fullScreenToggle.top - fontMetrics.fTop, m_paintSurface);
197 m_clearSurface.top = H - buttonHeight - 5;
199 m_clearSurface.bottom = m_clearSurface.top + buttonHeight;
203 m_clearSurface.top - fontMetrics.fTop, m_paintSurface);
207 m_drawingSurface.top = 5;
209 m_drawingSurface.bottom = m_colorToggle.top - 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)
426 point.top = (float) y-3;