Searched refs:ContentsClipBehavior (Results 1 – 3 of 3) sorted by relevance
43 enum ContentsClipBehavior { ForceContentsClip, SkipContentsClipIfPossible }; enum489 bool pushContentsClip(PaintInfo&, const LayoutPoint& accumulatedOffset, ContentsClipBehavior);
1683 …sClip(PaintInfo& paintInfo, const LayoutPoint& accumulatedOffset, ContentsClipBehavior contentsCli… in pushContentsClip()
1947 ContentsClipBehavior contentsClipBehavior = ForceContentsClip; in paint()