Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRenderTargetContextPriv.h28 void setLastClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in setLastClip() argument
31 opList->fLastClipStackGenID = clipStackGenID; in setLastClip()
38 bool mustRenderClip(uint32_t clipStackGenID, const SkIRect& devClipBounds, in mustRenderClip() argument
41 return opList->fLastClipStackGenID != clipStackGenID || in mustRenderClip()
/third_party/flutter/skia/src/pdf/
DSkPDFGraphicStackState.cpp150 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip() local
152 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
157 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
162 if (clipStackGenID != SkClipStack::kWideOpenGenID) { in updateClip()
166 currentEntry()->fClipStackGenID = clipStackGenID; in updateClip()
/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.h511 void setLastClip(uint32_t clipStackGenID,
517 bool mustRenderClip(uint32_t clipStackGenID,
DSurfaceDrawContext.cpp1493 void SurfaceDrawContext::setLastClip(uint32_t clipStackGenID, in setLastClip() argument
1497 opsTask->fLastClipStackGenID = clipStackGenID; in setLastClip()
1502 bool SurfaceDrawContext::mustRenderClip(uint32_t clipStackGenID, in mustRenderClip() argument
1506 return opsTask->fLastClipStackGenID != clipStackGenID || in mustRenderClip()