Home
last modified time | relevance | path

Searched refs:m_layerType (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.cpp190 if (m_layerType == ClipLayer || m_layerType == TransparencyLayer || m_state.replicaLayer) in hasSurfaceDescendants()
233 m_layerType = DefaultLayer; in computeLayerType()
238 m_layerType = RootLayer; in computeLayerType()
249 m_layerType = ClipLayer; in computeLayerType()
257 m_layerType = ClipLayer; in computeLayerType()
259 m_layerType = ScissorLayer; in computeLayerType()
266 m_layerType = TransparencyLayer; in computeLayerType()
280 : m_layerType(DefaultLayer) in TextureMapperNode()
301 if (m_layerType != ClipLayer) in invalidateTransform()
342 if (m_layerType == ClipLayer || m_layerType == RootLayer) in nearestSurfaceSize()
[all …]
DTextureMapperNode.h174 LayerType m_layerType; variable
188 …return m_layerType == TransparencyLayer ? IntRect(0, 0, m_nearestSurfaceSize.width(), m_nearestSur… in replicaRect()
/external/webkit/Source/WebCore/platform/graphics/ca/
DPlatformCALayer.h94 LayerType layerType() const { return m_layerType; } in layerType()
198 LayerType m_layerType; variable
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
DPlatformCALayerMac.mm163 m_layerType = LayerTypeCustom;
166 m_layerType = layerType;
198 if (m_layerType == LayerTypeWebTiledLayer) {
473 if (m_layerType != LayerTypeWebLayer)
485 if (m_layerType != LayerTypeWebLayer)
/external/webkit/Source/WebCore/platform/graphics/ca/win/
DPlatformCALayerWin.cpp115 m_layerType = LayerTypeCustom; in PlatformCALayer()
118 m_layerType = layerType; in PlatformCALayer()