Searched refs:fFixedClip (Results 1 – 1 of 1) sorted by relevance
659 StencilClip(const SkIRect& scissorRect) : fFixedClip(scissorRect) {} in StencilClip()660 const GrFixedClip& fixedClip() const { return fFixedClip; } in fixedClip()663 fFixedClip.setWindowRectangles(windows, mode); in setWindowRectangles()671 fFixedClip.getConservativeBounds(width, height, bounds, iior); in getConservativeBounds()678 if (!fFixedClip.apply(context, renderTargetContext, useHWAA, hasUserStencilSettings, out, in apply()686 GrFixedClip fFixedClip; member in StencilClip