Home | History | Annotate | Download | only in audio

Lines Matching refs:m_playRect

139     memset(&m_playRect,  0, sizeof(m_playRect));
238 m_playRect.left = m_trackRect.left + 5;
239 m_playRect.top = m_trackRect.bottom + 10;
240 m_playRect.right = m_playRect.left + buttonWidth;
241 m_playRect.bottom = m_playRect.top + buttonHeight;
242 gCanvasI.drawRect(canvas, &m_playRect, getPaint(&m_playRect));
245 gCanvasI.drawText(canvas, playText, sizeof(playText)-1, m_playRect.left + 5,
246 m_playRect.top - fontMetrics.fTop, m_paintText);
249 m_pauseRect.left = m_playRect.right + 20;
320 if (m_playRect.left && x < m_playRect.right && y > m_playRect.top && y < m_playRect.bottom)
321 return &m_playRect;
345 if (currentRect == &m_playRect) {