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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 444 void PlatformCALayer::setAcceleratesDrawing(bool)
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 266 virtual void setAcceleratesDrawing(bool b) { m_acceleratesDrawing = b; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 487 void GraphicsLayerCA::setAcceleratesDrawing(bool acceleratesDrawing)
492 GraphicsLayer::setAcceleratesDrawing(acceleratesDrawing);
    [all...]

Completed in 52 milliseconds