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

  /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/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();

Completed in 612 milliseconds