Home | History | Annotate | Download | only in rendering

Lines Matching refs:ClipRects

71 class ClipRects {
73 ClipRects()
79 ClipRects(const IntRect& r)
91 ClipRects(const ClipRects& other)
141 bool operator==(const ClipRects& other) const
152 ClipRects& operator=(const ClipRects& other)
420 void calculateClipRects(const RenderLayer* rootLayer, ClipRects&, bool useCached = false, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const;
421 ClipRects* clipRects() const { return m_clipRects; }
623 void parentClipRects(const RenderLayer* rootLayer, ClipRects&, bool temporaryClipRects = false, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) const;
717 ClipRects* m_clipRects; // Cached clip rects used when painting and hit testing.