Home
last modified time | relevance | path

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

/external/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()
/external/skia/src/gpu/ganesh/
DSurfaceDrawContext.h505 void setLastClip(uint32_t clipStackGenID,
511 bool mustRenderClip(uint32_t clipStackGenID,
DSurfaceDrawContext.cpp1465 void SurfaceDrawContext::setLastClip(uint32_t clipStackGenID, in setLastClip() argument
1469 opsTask->fLastClipStackGenID = clipStackGenID; in setLastClip()
1474 bool SurfaceDrawContext::mustRenderClip(uint32_t clipStackGenID, in mustRenderClip() argument
1478 return opsTask->fLastClipStackGenID != clipStackGenID || in mustRenderClip()