Searched refs:PaintBehaviorSkipRootBackground (Results 1 – 3 of 3) sorted by relevance
62 PaintBehaviorSkipRootBackground = 1 << 4, enumerator
85 bool skipRootBackground() const { return paintBehavior & PaintBehaviorSkipRootBackground; } in skipRootBackground()
1867 paintBehavior |= PaintBehaviorSkipRootBackground; in paintLayerContents()