Home
last modified time | relevance | path

Searched refs:shouldDoSoftwarePaint (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderLayer.cpp2179 static bool shouldDoSoftwarePaint(const RenderLayer* layer, bool paintingReflection) in shouldDoSoftwarePaint() function
2196 …else if (!backing()->paintingGoesToWindow() && !shouldDoSoftwarePaint(this, paintFlags & PaintLaye… in paintLayer()
/external/webkit/WebCore/
DChangeLog-2010-01-2995262 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.