Searched refs:GraphicsContextState (Results 1 – 4 of 4) sorted by relevance
48 class GraphicsContextState {52 GraphicsContextState() in GraphicsContextState() function71 GraphicsContextState(const GraphicsContextState& other) in GraphicsContextState() function106 PassOwnPtr<GraphicsContextState> clone() { return adoptPtr(new GraphicsContextState(*this)); } in clone()109 void operator=(const GraphicsContextState&);
449 GraphicsContextState* m_state;452 Vector<OwnPtr<GraphicsContextState> > m_stateStack;
129 m_stateStack.append(adoptPtr(new GraphicsContextState())); in GraphicsContext()
602 'graphics/GraphicsContextState.h',