Searched refs:LayerTypeTransformLayer (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayer.h62 LayerTypeTransformLayer, enumerator in enum:WebCore::PlatformCALayer::LayerType
H A DGraphicsLayerCA.cpp1556 if (m_structuralLayer && m_structuralLayer->layerType() != PlatformCALayer::LayerTypeTransformLayer)
1560 m_structuralLayer = PlatformCALayer::create(PlatformCALayer::LayerTypeTransformLayer, this);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp55 return (type == PlatformCALayer::LayerTypeTransformLayer) ? kCACFTransformLayer : kCACFLayer;
161 PlatformCALayer::LayerType type = (layerType() == PlatformCALayer::LayerTypeTransformLayer) ?
162 PlatformCALayer::LayerTypeTransformLayer : PlatformCALayer::LayerTypeLayer;
698 case PlatformCALayer::LayerTypeTransformLayer: layerTypeName = "transform-layer"; break;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm198 case LayerTypeTransformLayer:
247 case LayerTypeTransformLayer:
248 type = LayerTypeTransformLayer;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h56 enum LayerType { LayerTypeLayer, LayerTypeWebLayer, LayerTypeVideoLayer, LayerTypeTransformLayer, LayerTypeRootLayer, LayerTypeCustom }; enumerator in enum:WebCore::GraphicsLayerClutter::LayerType
H A DGraphicsLayerActor.cpp287 if (priv->layerType == GraphicsLayerClutter::LayerTypeTransformLayer)
H A DGraphicsLayerClutter.cpp919 if (m_structuralLayer && (graphicsLayerActorGetLayerType(m_structuralLayer.get()) != GraphicsLayerClutter::LayerTypeTransformLayer))
923 m_structuralLayer = graphicsLayerActorNewWithClient(GraphicsLayerClutter::LayerTypeTransformLayer, this);

Completed in 202 milliseconds