HomeSort by relevance Sort by last modified time
    Searched defs:m_stateStack (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.h 114 Vector<PlatformPainterState*> m_stateStack;
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.h 186 WTF::Vector<State> m_stateStack;
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.h 234 State& state() { return m_stateStack.last(); }
235 const State& state() const { return m_stateStack.last(); }
265 Vector<State, 1> m_stateStack;

Completed in 218 milliseconds