Lines Matching refs:GraphicStackState
178 SkPDFDevice::GraphicStackState::GraphicStackState(SkDynamicMemoryWStream* s) : fContentStream(s) { in GraphicStackState() function in SkPDFDevice::GraphicStackState
181 void SkPDFDevice::GraphicStackState::drainStack() { in drainStack()
190 void SkPDFDevice::GraphicStackState::push() { in push()
197 void SkPDFDevice::GraphicStackState::pop() { in pop()
286 void SkPDFDevice::GraphicStackState::updateClip(const SkClipStack* clipStack, in updateClip()
322 void SkPDFDevice::GraphicStackState::updateMatrix(const SkMatrix& matrix) { in updateMatrix()
344 void SkPDFDevice::GraphicStackState::updateDrawingState(const SkPDFDevice::GraphicStateEntry& state… in updateDrawingState()
495 fActiveStackState = GraphicStackState(); in reset()
1309 fActiveStackState = GraphicStackState(); in content()
1583 fActiveStackState = GraphicStackState(&fContent); in setUpContentEntry()
1589 fActiveStackState = GraphicStackState(&fContentBuffer); in setUpContentEntry()
1624 fActiveStackState = GraphicStackState(); in finishContentEntry()