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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 45 class PlatformCALayerWinInternal {
47 PlatformCALayerWinInternal(PlatformCALayer*);
48 ~PlatformCALayerWinInternal();
PlatformCALayerWinInternal.cpp 30 #include "PlatformCALayerWinInternal.h"
45 PlatformCALayerWinInternal::PlatformCALayerWinInternal(PlatformCALayer* owner)
58 PlatformCALayerWinInternal::~PlatformCALayerWinInternal()
62 void PlatformCALayerWinInternal::displayCallback(CACFLayerRef caLayer, CGContextRef context)
142 void PlatformCALayerWinInternal::internalSetNeedsDisplay(const FloatRect* dirtyRect)
151 void PlatformCALayerWinInternal::setNeedsDisplay(const FloatRect* dirtyRect)
193 void PlatformCALayerWinInternal::setSublayers(const PlatformCALayerList& list)
214 void PlatformCALayerWinInternal::getSublayers(PlatformCALayerList& list) cons
    [all...]

Completed in 298 milliseconds