Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFDevice.cpp326 fActiveStackState = SkPDFGraphicStackState(); in reset()
1005 if (fActiveStackState.fContentStream) { in content()
1006 fActiveStackState.drainStack(); in content()
1007 fActiveStackState = SkPDFGraphicStackState(); in content()
1247 if (!fActiveStackState.fContentStream) { in setUpContentEntry()
1252 fActiveStackState = SkPDFGraphicStackState(&fContent); in setUpContentEntry()
1254 SkASSERT(fActiveStackState.fContentStream = &fContent); in setUpContentEntry()
1257 fActiveStackState.drainStack(); in setUpContentEntry()
1258 fActiveStackState = SkPDFGraphicStackState(&fContentBuffer); in setUpContentEntry()
1260 SkASSERT(fActiveStackState.fContentStream); in setUpContentEntry()
[all …]
DSkPDFDevice.h135 SkPDFGraphicStackState fActiveStackState; variable