Searched defs:setAcceleratesDrawing (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h266 virtual void setAcceleratesDrawing(bool b) { m_acceleratesDrawing = b; } function in class:WebCore::GraphicsLayer
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp444 void PlatformCALayer::setAcceleratesDrawing(bool) function in class:PlatformCALayer
/external/webkit/Source/WebCore/platform/graphics/ca/
H A DGraphicsLayerCA.cpp487 void GraphicsLayerCA::setAcceleratesDrawing(bool acceleratesDrawing) function in class:WebCore::GraphicsLayerCA
492 GraphicsLayer::setAcceleratesDrawing(acceleratesDrawing);
1244 m_layer->setAcceleratesDrawing(m_acceleratesDrawing);

Completed in 376 milliseconds