Searched refs:LayerTypeCustom (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DPlatformCALayer.h68 LayerTypeCustom enumerator in enum:WebCore::PlatformCALayer::LayerType
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp95 return adoptRef(new PlatformCALayer(LayerTypeCustom, static_cast<PlatformLayer*>(platformLayer), owner));
115 m_layerType = LayerTypeCustom;
701 case PlatformCALayer::LayerTypeCustom: layerTypeName = "custom-layer"; break;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm173 return adoptRef(new PlatformCALayer(LayerTypeCustom, static_cast<PlatformLayer*>(platformLayer), owner));
184 m_layerType = LayerTypeCustom;
211 case LayerTypeCustom:
/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

Completed in 299 milliseconds