Searched refs:clipStackGenID (Results 1 – 1 of 1) sorted by relevance
30 void setLastClip(int32_t clipStackGenID, const SkIRect& devClipBounds) { in setLastClip() argument32 opList->fLastClipStackGenID = clipStackGenID; in setLastClip()38 bool mustRenderClip(int32_t clipStackGenID, const SkIRect& devClipBounds) const { in mustRenderClip() argument40 return opList->fLastClipStackGenID != clipStackGenID || in mustRenderClip()