Searched refs:shouldDoSoftwarePaint (Results 1 – 2 of 2) sorted by relevance
2179 static bool shouldDoSoftwarePaint(const RenderLayer* layer, bool paintingReflection) in shouldDoSoftwarePaint() function2196 …else if (!backing()->paintingGoesToWindow() && !shouldDoSoftwarePaint(this, paintFlags & PaintLaye… in paintLayer()
95262 Wrap shouldDoSoftwarePaint() in #if USE(ACCELERATED_COMPOSITING) to avoid warning when 95284 (WebCore::shouldDoSoftwarePaint):95288 Use shouldDoSoftwarePaint() to determine when to software-paint a reflected layer.