Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp237 class GraphicStackState { class
239 GraphicStackState(const SkClipStack& existingClipStack, in GraphicStackState() function in GraphicStackState
267 void GraphicStackState::drainStack() { in drainStack()
273 void GraphicStackState::push() { in push()
280 void GraphicStackState::pop() { in pop()
426 void GraphicStackState::updateClip(const SkClipStack& clipStack, in updateClip()
505 void GraphicStackState::updateMatrix(const SkMatrix& matrix) { in updateMatrix()
527 void GraphicStackState::updateDrawingState(const GraphicStateEntry& state) { in updateDrawingState()
1580 GraphicStackState gsState(fExistingClipStack, fExistingClipRegion, data); in copyContentEntriesToData()
/external/skia/site/dev/design/
Dpdftheory.md343 the content stream with the help of a helper class, GraphicStackState,