Searched refs:m_activePainter (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/openvg/
H A DSurfaceOpenVG.cpp49 : m_activePainter(0)
68 : m_activePainter(0)
90 : m_activePainter(0)
103 if (m_activePainter && this == m_activePainter->baseSurface())
104 m_activePainter->end();
182 if (m_activePainter && mode == ApplyPainterStateOnSurfaceSwitch
183 && s_currentPainter != m_activePainter) {
184 m_activePainter->applyState();
185 s_currentPainter = m_activePainter;
[all...]
H A DSurfaceOpenVG.h123 PainterOpenVG* m_activePainter; member in class:WebCore::SurfaceOpenVG

Completed in 48 milliseconds