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

  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 96 - (BOOL)acceleratesDrawing;
552 bool PlatformCALayer::acceleratesDrawing() const
555 return [m_layer.get() acceleratesDrawing];
561 void PlatformCALayer::setAcceleratesDrawing(bool acceleratesDrawing)
565 [m_layer.get() setAcceleratesDrawing:acceleratesDrawing];
568 UNUSED_PARAM(acceleratesDrawing);
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 150 bool acceleratesDrawing() const;
GraphicsLayerCA.cpp 487 void GraphicsLayerCA::setAcceleratesDrawing(bool acceleratesDrawing)
489 if (acceleratesDrawing == m_acceleratesDrawing)
492 GraphicsLayer::setAcceleratesDrawing(acceleratesDrawing);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 66 graphicsContext.setIsAcceleratedContext(platformLayer->acceleratesDrawing());
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 265 bool acceleratesDrawing() const { return m_acceleratesDrawing; }
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 439 bool PlatformCALayer::acceleratesDrawing() const

Completed in 249 milliseconds