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

  /external/webkit/Source/WebCore/platform/graphics/mac/
WebLayer.mm 45 WebCore::PlatformCALayerClient* layerContents = platformLayer->owner();
46 if (!layerContents)
52 if (layerContents->platformCALayerContentsOrientation() == WebCore::GraphicsLayer::CompositingCoordinatesBottomUp) {
68 if (!layerContents->platformCALayerContentsOpaque()) {
77 layerContents->platformCALayerPaintContents(graphicsContext, clip);
81 if (layerContents->platformCALayerShowRepaintCounter()) {
85 snprintf(text, sizeof(text), "%d", layerContents->platformCALayerIncrementRepaintCount());
111 void setLayerNeedsDisplayInRect(CALayer *layer, WebCore::PlatformCALayerClient* layerContents, CGRect rect)
113 if (layerContents && layerContents->platformCALayerDrawsContent())
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWin.cpp 670 CFTypeRef layerContents = layer->contents();
671 if (layerContents) {
672 if (CFGetTypeID(layerContents) == CGImageGetTypeID()) {
673 CGImageRef imageContents = static_cast<CGImageRef>(const_cast<void*>(layerContents));

Completed in 169 milliseconds