webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <GraphicsContext.h>
Public Member Functions | |
GraphicsContextStateChange ()=default | |
GraphicsContextStateChange (const GraphicsContextState &state, GraphicsContextState::StateChangeFlags flags) | |
GraphicsContextState::StateChangeFlags | changesFromState (const GraphicsContextState &) const |
void | accumulate (const GraphicsContextState &, GraphicsContextState::StateChangeFlags) |
void | apply (GraphicsContext &) const |
void | dump (TextStream &) const |
GraphicsContextStateChange ()=default | |
GraphicsContextStateChange (const GraphicsContextState &state, GraphicsContextState::StateChangeFlags flags) | |
GraphicsContextState::StateChangeFlags | changesFromState (const GraphicsContextState &) const |
void | accumulate (const GraphicsContextState &, GraphicsContextState::StateChangeFlags) |
void | apply (GraphicsContext &) const |
void | dump (TextStream &) const |
Public Attributes | |
GraphicsContextState | m_state |
GraphicsContextState::StateChangeFlags | m_changeFlags { GraphicsContextState::NoChange } |
|
default |
|
inline |
|
default |
|
inline |
void WebCore::GraphicsContextStateChange::accumulate | ( | const GraphicsContextState & | state, |
GraphicsContextState::StateChangeFlags | flags | ||
) |
void WebCore::GraphicsContextStateChange::accumulate | ( | const GraphicsContextState & | , |
GraphicsContextState::StateChangeFlags | |||
) |
void WebCore::GraphicsContextStateChange::apply | ( | GraphicsContext & | ) | const |
void WebCore::GraphicsContextStateChange::apply | ( | GraphicsContext & | context | ) | const |
GraphicsContextState::StateChangeFlags WebCore::GraphicsContextStateChange::changesFromState | ( | const GraphicsContextState & | ) | const |
GraphicsContextState::StateChangeFlags WebCore::GraphicsContextStateChange::changesFromState | ( | const GraphicsContextState & | state | ) | const |
void WebCore::GraphicsContextStateChange::dump | ( | TextStream & | ) | const |
void WebCore::GraphicsContextStateChange::dump | ( | TextStream & | ts | ) | const |
GraphicsContextState::StateChangeFlags WebCore::GraphicsContextStateChange::m_changeFlags { GraphicsContextState::NoChange } |
GraphicsContextState WebCore::GraphicsContextStateChange::m_state |