Home | History | Annotate | Download | only in graphics

Lines Matching refs:RecordingState

72 struct GraphicsContext::RecordingState {
73 RecordingState(SkPictureRecorder* recorder, SkCanvas* currentCanvas, const SkMatrix& currentMatrix, bool currentShouldSmoothFonts,
82 ~RecordingState() { }
361 const RecordingState& recordingState = m_recordingStateStack.last();
362 SkMatrix totalMatrix = recordingState.m_savedMatrix;
512 m_recordingStateStack.append(RecordingState(recorder, savedCanvas, savedMatrix, m_shouldSmoothFonts, displayList,
523 RecordingState recording = m_recordingStateStack.last();