Searched refs:fWindowRectsState (Results 1 – 5 of 5) sorted by relevance
42 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState()60 SkASSERT(!fWindowRectsState.enabled()); in addWindowRectangles()61 fWindowRectsState = windowState; in addWindowRectangles()65 SkASSERT(!fWindowRectsState.enabled()); in addWindowRectangles()66 fWindowRectsState.set(windows, mode); in addWindowRectangles()75 return fScissorState.enabled() || this->hasStencilClip() || fWindowRectsState.enabled(); in doesClip()80 fWindowRectsState == that.fWindowRectsState &&87 GrWindowRectsState fWindowRectsState; variable
40 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState()41 bool hasWindowRectangles() const { return fWindowRectsState.enabled(); } in hasWindowRectangles()43 void disableWindowRectangles() { fWindowRectsState.setDisabled(); } in disableWindowRectangles()46 fWindowRectsState.set(windows, mode); in setWindowRectangles()55 GrWindowRectsState fWindowRectsState; variable
22 if (fWindowRectsState.enabled()) { in preApply()46 if (fWindowRectsState.enabled()) { in apply()47 out->addWindowRectangles(fWindowRectsState); in apply()
22 , fWindowRectsState(hardClip.windowRectsState()) in GrPipeline()70 : fWindowRectsState() in GrPipeline()
166 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState()222 GrWindowRectsState fWindowRectsState; variable