Searched refs:fClipStackGenID (Results 1 – 3 of 3) sorted by relevance
143 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()
18 uint32_t fClipStackGenID = SkClipStack::kWideOpenGenID; member
1164 entry->fClipStackGenID = clipStack ? clipStack->getTopmostGenID() in populate_graphic_state_entry_from_paint()