HomeSort by relevance Sort by last modified time
    Searched refs:PlatformPainterState (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.h 42 struct PlatformPainterState;
48 friend struct PlatformPainterState;
135 Vector<PlatformPainterState*> m_stateStack;
136 PlatformPainterState* m_state;
PainterOpenVG.cpp 104 struct PlatformPainterState {
129 PlatformPainterState()
149 ~PlatformPainterState()
160 PlatformPainterState(const PlatformPainterState& state)
178 void copyPaintState(const PlatformPainterState* other)
428 m_stateStack.append(new PlatformPainterState());
448 PlatformPainterState* state = 0;
    [all...]

Completed in 48 milliseconds