Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetContextPriv.h30 void setLastClip(int32_t clipStackGenID, const SkIRect& devClipBounds) { in setLastClip() argument
32 opList->fLastClipStackGenID = clipStackGenID; in setLastClip()
38 bool mustRenderClip(int32_t clipStackGenID, const SkIRect& devClipBounds) const { in mustRenderClip() argument
40 return opList->fLastClipStackGenID != clipStackGenID || in mustRenderClip()