Home
last modified time | relevance | path

Searched refs:clipStackGenID (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/pdf/
DSkPDFGraphicStackState.cpp141 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip() local
143 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
148 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
153 if (clipStackGenID != SkClipStack::kWideOpenGenID) { in updateClip()
157 currentEntry()->fClipStackGenID = clipStackGenID; in updateClip()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h512 void setLastClip(uint32_t clipStackGenID,
518 bool mustRenderClip(uint32_t clipStackGenID,
DSurfaceDrawContext.cpp1494 void SurfaceDrawContext::setLastClip(uint32_t clipStackGenID, in setLastClip() argument
1498 opsTask->fLastClipStackGenID = clipStackGenID; in setLastClip()
1503 bool SurfaceDrawContext::mustRenderClip(uint32_t clipStackGenID, in mustRenderClip() argument
1507 return opsTask->fLastClipStackGenID != clipStackGenID || in mustRenderClip()