Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp205 class GraphicStackState { class
207 GraphicStackState(const SkClipStack& existingClipStack, in GraphicStackState() function in GraphicStackState
233 void GraphicStackState::drainStack() { in drainStack()
239 void GraphicStackState::push() { in push()
246 void GraphicStackState::pop() { in pop()
335 void GraphicStackState::updateClip(const SkClipStack& clipStack, in updateClip()
371 void GraphicStackState::updateMatrix(const SkMatrix& matrix) { in updateMatrix()
393 void GraphicStackState::updateDrawingState(const SkPDFDevice::GraphicStateEntry& state) { in updateDrawingState()
1780 GraphicStackState gsState(fExistingClipStack, &buffer); in content()
/external/skia/site/dev/design/
Dpdftheory.md325 the content stream with the help of a helper class, GraphicStackState,