Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCALayer.h151 void setAcceleratesDrawing(bool);
DGraphicsLayerCA.h85 virtual void setAcceleratesDrawing(bool);
DGraphicsLayerCA.cpp487 void GraphicsLayerCA::setAcceleratesDrawing(bool acceleratesDrawing) in setAcceleratesDrawing() function in WebCore::GraphicsLayerCA
492 GraphicsLayer::setAcceleratesDrawing(acceleratesDrawing); in setAcceleratesDrawing()
1244 m_layer->setAcceleratesDrawing(m_acceleratesDrawing); in updateAcceleratesDrawing()
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
DLayerTreeHostCA.cpp70 m_nonCompositedContentLayer->setAcceleratesDrawing(true); in initialize()
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm95 - (void)setAcceleratesDrawing:(BOOL)flag;
561 void PlatformCALayer::setAcceleratesDrawing(bool acceleratesDrawing) function
565 [m_layer.get() setAcceleratesDrawing:acceleratesDrawing];
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsLayer.h266 virtual void setAcceleratesDrawing(bool b) { m_acceleratesDrawing = b; } in setAcceleratesDrawing() function
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp444 void PlatformCALayer::setAcceleratesDrawing(bool) in setAcceleratesDrawing() function in PlatformCALayer
/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp383 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true);
387 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true);
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1636845 Incorrect layer property used noted as changed in GraphicsLayerCA::setAcceleratesDrawing
36851 (WebCore::GraphicsLayerCA::setAcceleratesDrawing):