Home | History | Annotate | Download | only in audio

Lines Matching refs:m_stopRect

141     memset(&m_stopRect,  0, sizeof(m_stopRect));
260 m_stopRect.left = m_pauseRect.right + 20;
261 m_stopRect.top = m_trackRect.bottom + 10;
262 m_stopRect.right = m_stopRect.left + buttonWidth;
263 m_stopRect.bottom = m_stopRect.top + buttonHeight;
264 gCanvasI.drawRect(canvas, &m_stopRect, getPaint(&m_stopRect));
267 gCanvasI.drawText(canvas, stopText, sizeof(stopText)-1, m_stopRect.left + 5,
268 m_stopRect.top - fontMetrics.fTop, m_paintText);
324 else if (x > m_stopRect.left && x < m_stopRect.right && y > m_stopRect.top && y < m_stopRect.bottom)
325 return &m_stopRect;
363 else if (currentRect == &m_stopRect) {