Searched refs:GraphicsContextState (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.h161 struct GraphicsContextState { struct in namespace:WebCore
162 GraphicsContextState() function in struct:WebCore::GraphicsContextState
272 const GraphicsContextState& state() const;
584 GraphicsContextState m_state;
585 Vector<GraphicsContextState> m_stack;
H A DGraphicsContext.cpp253 const GraphicsContextState& GraphicsContext::state() const
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp484 static inline bool calculateDrawingMode(const GraphicsContextState& state, CGPathDrawingMode& mode)
517 const GraphicsContextState& state = m_state;
660 static bool hasBlurredShadow(const GraphicsContextState& state)
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp78 const GraphicsContextState& state = context->state();
99 const GraphicsContextState& state = context->state();
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DGraphicsContextSkia.cpp749 const GraphicsContextState& state = m_state;

Completed in 79 milliseconds