Searched refs:fWindows (Results 1 – 1 of 1) sorted by relevance
23 , fWindows(windows) { in GrWindowRectsState()26 bool enabled() const { return Mode::kInclusive == fMode || !fWindows.empty(); } in enabled()28 const GrWindowRectangles& windows() const { return fWindows; } in windows()29 int numWindows() const { return fWindows.count(); } in numWindows()33 fWindows.reset(); in setDisabled()38 fWindows = windows; in set()45 return fWindows == that.fWindows;51 GrWindowRectangles fWindows; variable