Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrAppliedClip.h42 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
DGrFixedClip.h40 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
DGrFixedClip.cpp22 if (fWindowRectsState.enabled()) { in preApply()
46 if (fWindowRectsState.enabled()) { in apply()
47 out->addWindowRectangles(fWindowRectsState); in apply()
DGrPipeline.cpp22 , fWindowRectsState(hardClip.windowRectsState()) in GrPipeline()
70 : fWindowRectsState() in GrPipeline()
DGrPipeline.h166 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState()
222 GrWindowRectsState fWindowRectsState; variable