HomeSort by relevance Sort by last modified time
    Searched refs:m_stopRect (Results 1 - 2 of 2) sorted by null

  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 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));
    [all...]
AudioPlugin.h 58 ANPRectF m_stopRect;

Completed in 15 milliseconds