Home | History | Annotate | Download | only in rendering

Lines Matching refs:clipRects

71 class ClipRects {
73 ClipRects()
79 ClipRects(const IntRect& r)
88 ClipRects(const ClipRects& other)
128 bool operator==(const ClipRects& other) const
136 ClipRects& operator=(const ClipRects& other)
398 void calculateClipRects(const RenderLayer* rootLayer, ClipRects&, bool useCached = false, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const;
399 ClipRects* clipRects() const { return m_clipRects; }
607 void parentClipRects(const RenderLayer* rootLayer, ClipRects&, bool temporaryClipRects = false, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const;
701 ClipRects* m_clipRects; // Cached clip rects used when painting and hit testing.