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

  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 53 virtual void platformCALayerPaintContents(GraphicsContext&, const IntRect& inClip) = 0;
GraphicsLayerCA.h 138 virtual void platformCALayerPaintContents(GraphicsContext& context, const IntRect& clip) { paintGraphicsLayerContents(context, clip); }
  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 77 layerContents->platformCALayerPaintContents(graphicsContext, clip);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 82 owner()->owner()->platformCALayerPaintContents(graphicsContext, clip);
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 187 virtual void platformCALayerPaintContents(GraphicsContext&, const IntRect& inClip) { }
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeVisualContext.cpp 103 virtual void platformCALayerPaintContents(GraphicsContext&, const IntRect& inClip) { }
    [all...]

Completed in 250 milliseconds