Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp1865 static bool shouldDoSoftwarePaint(const RenderLayer* layer, bool paintingReflection) in shouldDoSoftwarePaint() function
1894 && !shouldDoSoftwarePaint(this, paintFlags & PaintLayerPaintingReflection) in paintLayer()