Searched refs:applyState (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | SurfaceOpenVG.cpp | 208 m_activePainter->applyState(); in makeCurrent() 225 m_activePainter->applyState(); in makeCompatibleCurrent()
|
D | PainterOpenVG.h | 130 void applyState();
|
D | PainterOpenVG.cpp | 197 void applyState(PainterOpenVG* painter) in applyState() function 458 void PainterOpenVG::applyState() in applyState() function in WebCore::PainterOpenVG 461 m_state->applyState(this); in applyState() 1239 m_state->applyState(this); in restore()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextRecording.cpp | 260 void applyState(PlatformGraphicsContext* context, in applyState() function in WebCore::RecordingImpl 268 applyState(context, fromState, fromId, toState->parent(), toId); in applyState() 279 applyState(context, fromState->parent(), fromId, toState, toId); in applyState() 284 applyState(context, fromState, fromId, toState->parent(), toId); in applyState() 377 m_recording->applyState(&m_context, m_currState, in drawOperation() 465 m_recording->applyState(&context, currState, lastOperationId, in draw()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GLES2Canvas.cpp | 238 void GLES2Canvas::applyState() in applyState() function in WebCore::GLES2Canvas 266 applyState(); in fillPath() 278 applyState(); in fillRect() 781 applyState(); in beginShadowDraw() 856 applyState(); in endShadowDraw() 863 applyState(); in endShadowDraw()
|
D | GLES2Canvas.h | 103 void applyState();
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Context.h | 384 void applyState(GLenum drawMode);
|
D | Context.cpp | 1713 void Context::applyState(GLenum drawMode) in applyState() function in gl::Context 2581 applyState(mode); in drawArrays() 2640 applyState(mode); in drawElements()
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 409 (gl::Context::applyState): 891 (gl::Context::applyState):
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 36537 (WebCore::PlatformPainterState::applyState): 42143 (WebCore::PlatformPainterState::applyState):
|
D | ChangeLog | 16694 (WebCore::GLES2Canvas::applyState): 16700 Refactor calls to applyState().
|
D | ChangeLog-2010-01-29 | 429 (WebCore::PlatformPainterState::applyState): 441 (WebCore::PainterOpenVG::applyState):
|