Home | History | Annotate | Download | only in audio

Lines Matching refs:top

61     inval.top = rnd16(r.top, inset);
196 clipR.top = clip.top;
226 m_trackRect.top = 1;
239 m_playRect.top = m_trackRect.bottom + 10;
241 m_playRect.bottom = m_playRect.top + buttonHeight;
246 m_playRect.top - fontMetrics.fTop, m_paintText);
250 m_pauseRect.top = m_trackRect.bottom + 10;
252 m_pauseRect.bottom = m_pauseRect.top + buttonHeight;
257 m_pauseRect.top - fontMetrics.fTop, m_paintText);
261 m_stopRect.top = m_trackRect.bottom + 10;
263 m_stopRect.bottom = m_stopRect.top + buttonHeight;
268 m_stopRect.top - fontMetrics.fTop, m_paintText);
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)