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

  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.h 52 virtual void setMaskLayer(GraphicsLayer* layer);
GraphicsLayerQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.h 70 virtual void setMaskLayer(GraphicsLayer*);
GraphicsLayerChromium.cpp 278 void GraphicsLayerChromium::setMaskLayer(GraphicsLayer* maskLayer)
283 GraphicsLayer::setMaskLayer(maskLayer);
288 m_layer->setMaskLayer(maskLayerChromium);
LayerChromium.h 105 void setMaskLayer(LayerChromium* maskLayer) { m_maskLayer = maskLayer; }
  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.h 57 virtual void setMaskLayer(GraphicsLayer* layer);
GraphicsLayerTextureMapper.cpp 149 void GraphicsLayerTextureMapper::setMaskLayer(GraphicsLayer* value)
153 GraphicsLayer::setMaskLayer(value);
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.h 81 virtual void setMaskLayer(GraphicsLayer*);
GraphicsLayerAndroid.cpp 211 m_contentLayer->setMaskLayer(maskLayer->m_contentLayer);
395 void GraphicsLayerAndroid::setMaskLayer(GraphicsLayer* layer)
400 GraphicsLayer::setMaskLayer(layer);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.h 180 void setMaskLayer(LayerAndroid*);
LayerAndroid.cpp 336 void LayerAndroid::setMaskLayer(LayerAndroid* layer)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h 221 virtual void setMaskLayer(GraphicsLayer* layer) { m_maskLayer = layer; }
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.h 71 virtual void setMaskLayer(GraphicsLayer*);
GraphicsLayerCA.cpp 349 void GraphicsLayerCA::setMaskLayer(GraphicsLayer* layer)
354 GraphicsLayer::setMaskLayer(layer);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 277 m_graphicsLayer->setMaskLayer(m_maskLayer.get());
    [all...]

Completed in 393 milliseconds