OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GraphicsContextState
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h
48
class
GraphicsContextState
{
52
GraphicsContextState
()
71
GraphicsContextState
(const
GraphicsContextState
& other)
106
PassOwnPtr<
GraphicsContextState
> clone() { return adoptPtr(new
GraphicsContextState
(*this)); }
109
void operator=(const
GraphicsContextState
&);
GraphicsContext.h
40
#include "platform/graphics/
GraphicsContextState
.h"
449
GraphicsContextState
* m_state;
452
Vector<OwnPtr<
GraphicsContextState
> > m_stateStack;
GraphicsContext.cpp
129
m_stateStack.append(adoptPtr(new
GraphicsContextState
()));
[
all
...]
Completed in 41 milliseconds