Searched defs:m_layerType (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCALayer.h94 LayerType layerType() const { return m_layerType; }
198 LayerType m_layerType; member in class:WebCore::PlatformCALayer
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp190 if (m_layerType == ClipLayer || m_layerType == TransparencyLayer || m_state.replicaLayer)
233 m_layerType = DefaultLayer;
238 m_layerType = RootLayer;
249 m_layerType = ClipLayer;
257 m_layerType = ClipLayer;
259 m_layerType = ScissorLayer;
266 m_layerType = TransparencyLayer; member in namespace:WebCore
280 : m_layerType(DefaultLayer)
301 if (m_layerType !
[all...]
H A DTextureMapperNode.h174 LayerType m_layerType; member in class:WebCore::TextureMapperNode
188 return m_layerType == TransparencyLayer ? IntRect(0, 0, m_nearestSurfaceSize.width(), m_nearestSurfaceSize.height()) : entireRect();

Completed in 70 milliseconds