Home
last modified time | relevance | path

Searched refs:SkPDFGraphicStackState (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp4 #include "src/pdf/SkPDFGraphicStackState.h"
140 void SkPDFGraphicStackState::updateClip(const SkClipStack* clipStack, const SkIRect& bounds) { in updateClip()
163 void SkPDFGraphicStackState::updateMatrix(const SkMatrix& matrix) { in updateMatrix()
185 void SkPDFGraphicStackState::updateDrawingState(const SkPDFGraphicStackState::Entry& state) { in updateDrawingState()
219 void SkPDFGraphicStackState::push() { in push()
226 void SkPDFGraphicStackState::pop() { in pop()
229 fEntries[fStackDepth] = SkPDFGraphicStackState::Entry(); in pop()
233 void SkPDFGraphicStackState::drainStack() { in drainStack()
H A DSkPDFGraphicStackState.h13 // It is important to not confuse SkPDFGraphicStackState with SkPDFGraphicState, the
15 struct SkPDFGraphicStackState { struct
30 SkPDFGraphicStackState(SkDynamicMemoryWStream* s = nullptr) : fContentStream(s) {} in SkPDFGraphicStackState() function
H A DSkPDFDevice.cpp326 fActiveStackState = SkPDFGraphicStackState(); in reset()
1007 fActiveStackState = SkPDFGraphicStackState(); in content()
1147 SkPDFGraphicStackState::Entry* entry, in populate_graphic_state_entry_from_paint()
1252 fActiveStackState = SkPDFGraphicStackState(&fContent); in setUpContentEntry()
1258 fActiveStackState = SkPDFGraphicStackState(&fContentBuffer); in setUpContentEntry()
1261 SkPDFGraphicStackState::Entry entry; in setUpContentEntry()
1293 fActiveStackState = SkPDFGraphicStackState(); in finishContentEntry()
H A DSkPDFDevice.h23 #include "src/pdf/SkPDFGraphicStackState.h"
135 SkPDFGraphicStackState fActiveStackState;

Completed in 5 milliseconds