Searched refs:layerType (Results 1 - 9 of 9) sorted by path

/macosx-10.9.5/IODVDStorageFamily-35/
H A DIODVDTypes.h163 UInt8 layerType:4; member in struct:DVDPhysicalFormatInfo
184 UInt8 layerType:4; member in struct:DVDPhysicalFormatInfo
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerData.h187 LayerType layerType() const { return m_layerType; } function in class:WebCore::LayerData
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/
H A DGraphicsLayerCA.cpp299 PlatformCALayer::LayerType layerType = PlatformCALayer::LayerTypeWebLayer; local
301 layerType = PlatformCALayer::LayerTypePageTiledBackingLayer;
305 m_layer = PlatformCALayer::create(layerType, this);
933 if (m_layer->layerType() == PlatformCALayer::LayerTypeTiledBackingLayer)
1106 if (affectedByTransformAnimation && client() && m_layer->layerType() == PlatformCALayer::LayerTypeTiledBackingLayer)
1556 if (m_structuralLayer && m_structuralLayer->layerType() != PlatformCALayer::LayerTypeTransformLayer)
1564 if (m_structuralLayer && m_structuralLayer->layerType() != PlatformCALayer::LayerTypeLayer)
1707 if (m_layer->layerType() == PlatformCALayer::LayerTypeTiledBackingLayer)
2694 ASSERT(m_layer->layerType() != PlatformCALayer::LayerTypePageTiledBackingLayer);
2699 PlatformCALayer::LayerType layerType local
2701 PlatformCALayer::LayerType layerType = useTiledLayer ? PlatformCALayer::LayerTypeTiledBackingLayer : PlatformCALayer::LayerTypeWebLayer; local
[all...]
H A DPlatformCALayer.h118 LayerType layerType() const { return m_layerType; } function in class:WebCore::PlatformCALayer
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/mac/
H A DPlatformCALayerMac.mm166 PassRefPtr<PlatformCALayer> PlatformCALayer::create(LayerType layerType, PlatformCALayerClient* owner)
168 return adoptRef(new PlatformCALayer(layerType, 0, owner));
176 PlatformCALayer::PlatformCALayer(LayerType layerType, PlatformLayer* layer, PlatformCALayerClient* owner)
187 m_layerType = layerType;
190 switch (layerType) {
246 switch (layerType()) {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp88 PassRefPtr<PlatformCALayer> PlatformCALayer::create(LayerType layerType, PlatformCALayerClient* owner) argument
90 return adoptRef(new PlatformCALayer(layerType, 0, owner));
111 PlatformCALayer::PlatformCALayer(LayerType layerType, PlatformLayer* layer, PlatformCALayerClient* owner) argument
118 m_layerType = layerType;
119 ASSERT((layerType != LayerTypeTiledBackingLayer) && (layerType != LayerTypePageTiledBackingLayer));
120 m_layer = adoptCF(CACFLayerCreate(toCACFLayerType(layerType)));
161 PlatformCALayer::LayerType type = (layerType() == PlatformCALayer::LayerTypeTransformLayer) ?
695 switch (layer->layerType()) {
H A DPlatformCALayerWinInternal.cpp52 if (m_owner->layerType() == PlatformCALayer::LayerTypeWebTiledLayer) {
157 if (owner()->layerType() == PlatformCALayer::LayerTypeWebTiledLayer) {
171 } else if (owner()->layerType() == PlatformCALayer::LayerTypeWebLayer) {
212 if (owner()->layerType() == PlatformCALayer::LayerTypeWebTiledLayer) {
229 if (owner()->layerType() == PlatformCALayer::LayerTypeWebTiledLayer) {
244 if (owner()->layerType() == PlatformCALayer::LayerTypeWebTiledLayer) {
253 if (owner()->layerType() == PlatformCALayer::LayerTypeWebTiledLayer) {
268 if (owner()->layerType() == PlatformCALayer::LayerTypeWebTiledLayer) {
289 if (owner()->layerType() == PlatformCALayer::LayerTypeWebTiledLayer) {
306 if (owner()->layerType()
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerActor.cpp46 GraphicsLayerClutter::LayerType layerType; member in struct:_GraphicsLayerActorPrivate
232 if (priv->layerType == GraphicsLayerClutter::LayerTypeWebLayer)
241 ASSERT(priv->layerType != GraphicsLayerClutter::LayerTypeVideoLayer);
286 priv->layerType = type;
287 if (priv->layerType == GraphicsLayerClutter::LayerTypeTransformLayer)
380 return priv->layerType;
383 void graphicsLayerActorSetLayerType(GraphicsLayerActor* layer, GraphicsLayerClutter::LayerType layerType) argument
386 priv->layerType = layerType;
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebRenderLayer.mm82 NSString *layerType = @"";
87 layerType = @"composited";
90 layerType = @"composited: tiled layer";
93 layerType = @"composited for plug-in, video or WebGL";
96 layerType = @"composited: container layer";
101 layerType = [layerType stringByAppendingString:@" (clipping)"];
104 layerType = [layerType stringByAppendingString:@" (clipped)"];
107 return layerType;
[all...]

Completed in 270 milliseconds