Lines Matching full:right
62 inval.right = rnd16(r.right, -inset);
197 clipR.right = clip.right;
227 m_trackRect.right = W - 2;
240 m_playRect.right = m_playRect.left + buttonWidth;
249 m_pauseRect.left = m_playRect.right + 20;
251 m_pauseRect.right = m_pauseRect.left + buttonWidth;
260 m_stopRect.left = m_pauseRect.right + 20;
262 m_stopRect.right = m_stopRect.left + buttonWidth;
320 if (m_playRect.left && x < m_playRect.right && y > m_playRect.top && y < m_playRect.bottom)
322 else if (m_pauseRect.left && x < m_pauseRect.right && y > m_pauseRect.top && y < m_pauseRect.bottom)
324 else if (x > m_stopRect.left && x < m_stopRect.right && y > m_stopRect.top && y < m_stopRect.bottom)