Home | History | Annotate | Download | only in audio

Lines Matching full:left

60     inval.left = rnd16(r.left, inset);
195 clipR.left = clip.left;
225 m_trackRect.left = 1;
238 m_playRect.left = m_trackRect.left + 5;
240 m_playRect.right = m_playRect.left + buttonWidth;
245 gCanvasI.drawText(canvas, playText, sizeof(playText)-1, m_playRect.left + 5,
249 m_pauseRect.left = m_playRect.right + 20;
251 m_pauseRect.right = m_pauseRect.left + buttonWidth;
256 gCanvasI.drawText(canvas, pauseText, sizeof(pauseText)-1, m_pauseRect.left + 5,
260 m_stopRect.left = m_pauseRect.right + 20;
262 m_stopRect.right = m_stopRect.left + buttonWidth;
267 gCanvasI.drawText(canvas, stopText, sizeof(stopText)-1, m_stopRect.left + 5,
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)