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

  /development/samples/BrowserPlugin/jni/paint/
PaintPlugin.cpp 48 m_activePaintColor = s_redColor;
218 if (m_activePaintColor == s_blueColor)
220 else if (m_activePaintColor == s_greenColor)
402 if (m_activePaintColor == s_blueColor)
403 m_activePaintColor = s_redColor;
404 else if (m_activePaintColor == s_greenColor)
405 m_activePaintColor = s_blueColor;
407 m_activePaintColor = s_greenColor;
421 gPaintI.setColor(fillPaint, m_activePaintColor);
445 gPaintI.setColor(strokePaint, m_activePaintColor);
    [all...]
PaintPlugin.h 67 ANPColor m_activePaintColor;

Completed in 1409 milliseconds