Home
last modified time | relevance | path

Searched refs:fClipStackGenID (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFGraphicStackState.cpp143 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
148 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
152 SkASSERT(currentEntry()->fClipStackGenID == SkClipStack::kWideOpenGenID); in updateClip()
157 currentEntry()->fClipStackGenID = clipStackGenID; in updateClip()
170 SkASSERT(fEntries[fStackDepth].fClipStackGenID == in updateMatrix()
171 fEntries[fStackDepth -1].fClipStackGenID); in updateMatrix()
DSkPDFGraphicStackState.h18 uint32_t fClipStackGenID = SkClipStack::kWideOpenGenID; member
DSkPDFDevice.cpp1155 entry->fClipStackGenID = clipStack ? clipStack->getTopmostGenID() in populate_graphic_state_entry_from_paint()
/third_party/flutter/skia/src/pdf/
DSkPDFGraphicStackState.cpp152 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
157 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
161 SkASSERT(currentEntry()->fClipStackGenID == SkClipStack::kWideOpenGenID); in updateClip()
166 currentEntry()->fClipStackGenID = clipStackGenID; in updateClip()
179 SkASSERT(fEntries[fStackDepth].fClipStackGenID == in updateMatrix()
180 fEntries[fStackDepth -1].fClipStackGenID); in updateMatrix()
DSkPDFGraphicStackState.h18 uint32_t fClipStackGenID = SkClipStack::kWideOpenGenID; member
DSkPDFDevice.cpp1175 entry->fClipStackGenID = clipStack ? clipStack->getTopmostGenID() in populate_graphic_state_entry_from_paint()