Searched refs:GraphicStackState (Results 1 – 2 of 2) sorted by relevance
237 class GraphicStackState { class239 GraphicStackState(const SkClipStack& existingClipStack, in GraphicStackState() function in GraphicStackState267 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()
343 the content stream with the help of a helper class, GraphicStackState,