Home
last modified time | relevance | path

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

/external/skqp/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()
/external/skia/src/pdf/
DSkPDFGraphicStackState.cpp145 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip() local
147 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
152 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
157 if (clipStackGenID != SkClipStack::kWideOpenGenID) { in updateClip()
161 currentEntry()->fClipStackGenID = clipStackGenID; in updateClip()
/external/skia/src/gpu/
DGrSurfaceDrawContext.h541 void setLastClip(uint32_t clipStackGenID, in setLastClip() argument
545 opsTask->fLastClipStackGenID = clipStackGenID; in setLastClip()
552 bool mustRenderClip(uint32_t clipStackGenID, in mustRenderClip() argument
556 return opsTask->fLastClipStackGenID != clipStackGenID || in mustRenderClip()
/external/skqp/src/pdf/
DSkPDFDevice.cpp288 uint32_t clipStackGenID = clipStack ? clipStack->getTopmostGenID() in updateClip() local
290 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
296 if (clipStackGenID == currentEntry()->fClipStackGenID) { in updateClip()
301 if (clipStackGenID != SkClipStack::kWideOpenGenID) { in updateClip()
305 currentEntry()->fClipStackGenID = clipStackGenID; in updateClip()