Home
last modified time | relevance | path

Searched refs:recordingState (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp387 const RecordingState& recordingState = m_recordingStateStack.last(); in getTotalMatrix() local
388 SkMatrix totalMatrix = recordingState.m_savedMatrix; in getTotalMatrix()