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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp 49 : m_activePainter(0)
68 : m_activePainter(0)
87 : m_activePainter(0)
109 : m_activePainter(0)
122 if (m_activePainter && this == m_activePainter->baseSurface())
123 m_activePainter->end();
206 if (m_activePainter && mode == ApplyPainterStateOnSurfaceSwitch
207 && s_currentPainter != m_activePainter) {
208 m_activePainter->applyState()
    [all...]
SurfaceOpenVG.h 144 PainterOpenVG* m_activePainter;

Completed in 475 milliseconds