Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp145 class GraphicStackState { class
147 GraphicStackState(const SkClipStack& existingClipStack, in GraphicStackState() function in GraphicStackState
173 void GraphicStackState::drainStack() { in drainStack()
179 void GraphicStackState::push() { in push()
186 void GraphicStackState::pop() { in pop()
273 void GraphicStackState::updateClip(const SkClipStack& clipStack, in updateClip()
309 void GraphicStackState::updateMatrix(const SkMatrix& matrix) { in updateMatrix()
331 void GraphicStackState::updateDrawingState(const SkPDFDevice::GraphicStateEntry& state) { in updateDrawingState()
1553 GraphicStackState gsState(fExistingClipStack, &buffer); in content()
/external/skia/site/dev/design/
Dpdftheory.md325 the content stream with the help of a helper class, GraphicStackState,