Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp234 class GraphicStackState { class
236 GraphicStackState(const SkClipStack& existingClipStack, in GraphicStackState() function in GraphicStackState
264 void GraphicStackState::drainStack() { in drainStack()
270 void GraphicStackState::push() { in push()
277 void GraphicStackState::pop() { in pop()
428 void GraphicStackState::updateClip(const SkClipStack& clipStack, in updateClip()
507 void GraphicStackState::updateMatrix(const SkMatrix& matrix) { in updateMatrix()
529 void GraphicStackState::updateDrawingState(const GraphicStateEntry& state) { in updateDrawingState()
1371 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,