Searched refs:RecordingState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.h519 struct RecordingState;
520 Vector<RecordingState> m_recordingStateStack;
H A DGraphicsContext.cpp72 struct GraphicsContext::RecordingState { struct in class:blink::GraphicsContext
73 RecordingState(SkPictureRecorder* recorder, SkCanvas* currentCanvas, const SkMatrix& currentMatrix, bool currentShouldSmoothFonts, function in struct:blink::GraphicsContext::RecordingState
82 ~RecordingState() { }
361 const RecordingState& recordingState = m_recordingStateStack.last();
512 m_recordingStateStack.append(RecordingState(recorder, savedCanvas, savedMatrix, m_shouldSmoothFonts, displayList,
523 RecordingState recording = m_recordingStateStack.last();

Completed in 192 milliseconds