HomeSort by relevance Sort by last modified time
    Searched refs:setAcceleratesDrawing (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 151 void setAcceleratesDrawing(bool);
GraphicsLayerCA.h 85 virtual void setAcceleratesDrawing(bool);
GraphicsLayerCA.cpp 487 void GraphicsLayerCA::setAcceleratesDrawing(bool acceleratesDrawing)
492 GraphicsLayer::setAcceleratesDrawing(acceleratesDrawing);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
LayerTreeHostCA.cpp 70 m_nonCompositedContentLayer->setAcceleratesDrawing(true);
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 95 - (void)setAcceleratesDrawing:(BOOL)flag;
561 void PlatformCALayer::setAcceleratesDrawing(bool acceleratesDrawing)
565 [m_layer.get() setAcceleratesDrawing:acceleratesDrawing];
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 266 virtual void setAcceleratesDrawing(bool b) { m_acceleratesDrawing = b; }
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 444 void PlatformCALayer::setAcceleratesDrawing(bool)
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 383 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true);
387 layer->backing()->graphicsLayer()->setAcceleratesDrawing(true);
    [all...]

Completed in 303 milliseconds