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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp 35 PainterOpenVG* SurfaceOpenVG::s_currentPainter = 0;
196 if (s_currentPainter && mode != DontSaveOrApplyPainterState
197 && s_currentPainter->surface()->m_eglSurface == currentSurface)
198 s_currentPainter->save(PainterOpenVG::KeepCurrentState);
202 s_currentPainter = 0;
207 && s_currentPainter != m_activePainter) {
209 s_currentPainter = m_activePainter;
224 if (m_activePainter && s_currentPainter != m_activePainter) {
226 s_currentPainter = m_activePainter;
230 if (s_currentPainter && s_currentPainter->surface()->m_eglSurface == currentSurface
    [all...]
SurfaceOpenVG.h 145 static PainterOpenVG* s_currentPainter; // global currently active painter

Completed in 244 milliseconds