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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 35 typedef struct _CACFLayer *CACFLayerRef;
50 void displayCallback(CACFLayerRef, CGContextRef);
68 static void tileDisplayCallback(CACFLayerRef, CGContextRef);
70 void drawTile(CACFLayerRef, CGContextRef);
74 CACFLayerRef tileAtIndex(int);
82 RetainPtr<CACFLayerRef> m_tileParent;
PlatformCALayerWinInternal.cpp 62 void PlatformCALayerWinInternal::displayCallback(CACFLayerRef caLayer, CGContextRef context)
275 CACFLayerRef ref = reference->platformLayer();
311 return PlatformCALayer::platformCALayer(static_cast<CACFLayerRef>(const_cast<void*>(CFArrayGetValueAtIndex(sublayers, index))));
373 void PlatformCALayerWinInternal::tileDisplayCallback(CACFLayerRef layer, CGContextRef context)
380 RetainPtr<CACFLayerRef> newLayer(AdoptCF, CACFLayerCreate(kCACFLayer));
401 CACFLayerRef PlatformCALayerWinInternal::tileAtIndex(int index)
407 return static_cast<CACFLayerRef>(const_cast<void*>(CFArrayGetValueAtIndex(sublayers, index)));
441 CACFLayerRef tile = static_cast<CACFLayerRef>(const_cast<void*>(CFArrayGetValueAtIndex(tileArray, i * numTilesVertical + j)));
460 void PlatformCALayerWinInternal::drawTile(CACFLayerRef tile, CGContextRef context
    [all...]
WKCACFViewLayerTreeHost.cpp 36 typedef struct _CACFLayer* CACFLayerRef;
53 SOFT_LINK(WebKitQuartzCoreAdditions, WKCACFViewSetLayer, void, __cdecl, (WKCACFViewRef view, CACFLayerRef layer), (view, layer))
PlatformCALayerWin.cpp 85 return static_cast<PlatformCALayerWinInternal*>(CACFLayerGetUserData(static_cast<CACFLayerRef>(layer)));
98 static void displayCallback(CACFLayerRef caLayer, CGContextRef context)
104 static void layoutSublayersProc(CACFLayerRef caLayer)
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.h 64 static void tileDisplayCallback(CACFLayerRef, CGContextRef);
65 void drawTile(CACFLayerRef, CGContextRef);
71 CACFLayerRef tileAtIndex(int);
78 RetainPtr<CACFLayerRef> m_tileParent;
WebTiledLayer.cpp 59 void WebTiledLayer::tileDisplayCallback(CACFLayerRef layer, CGContextRef context)
195 RetainPtr<CACFLayerRef> newLayer(AdoptCF, CACFLayerCreate(kCACFLayer));
216 CACFLayerRef WebTiledLayer::tileAtIndex(int index)
222 return static_cast<CACFLayerRef>(const_cast<void*>(CFArrayGetValueAtIndex(sublayers, index)));
256 CACFLayerRef tile = static_cast<CACFLayerRef>(const_cast<void*>(CFArrayGetValueAtIndex(tileArray, i * numTilesVertical + j)));
275 void WebTiledLayer::drawTile(CACFLayerRef tile, CGContextRef context)
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 37 typedef struct _CACFLayer* CACFLayerRef;
60 typedef struct _CACFLayer *CACFLayerRef;
158 void wkCACFContextSetLayer(WKCACFContext*, CACFLayerRef);
167 void* wkCACFLayerGetContextUserData(CACFLayerRef);

Completed in 109 milliseconds