HomeSort by relevance Sort by last modified time
    Searched refs:m_layerType (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 190 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;
280 : m_layerType(DefaultLayer)
301 if (m_layerType != ClipLayer
    [all...]
TextureMapperNode.h 174 LayerType m_layerType;
188 return m_layerType == TransparencyLayer ? IntRect(0, 0, m_nearestSurfaceSize.width(), m_nearestSurfaceSize.height()) : entireRect();
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayer.h 94 LayerType layerType() const { return m_layerType; }
198 LayerType m_layerType;
  /external/webkit/Source/WebCore/platform/graphics/ca/mac/
PlatformCALayerMac.mm 163 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/
PlatformCALayerWin.cpp 115 m_layerType = LayerTypeCustom;
118 m_layerType = layerType;

Completed in 130 milliseconds