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

  /external/webkit/Source/WebCore/platform/graphics/texmap/
GraphicsLayerTextureMapper.cpp 149 void GraphicsLayerTextureMapper::setMaskLayer(GraphicsLayer* value)
153 GraphicsLayer::setMaskLayer(value);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
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/
GraphicsLayer.h 221 virtual void setMaskLayer(GraphicsLayer* layer) { m_maskLayer = layer; }
  /external/webkit/Source/WebCore/platform/graphics/android/
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.cpp 333 void LayerAndroid::setMaskLayer(LayerAndroid* layer)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 349 void GraphicsLayerCA::setMaskLayer(GraphicsLayer* layer)
354 GraphicsLayer::setMaskLayer(layer);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp     [all...]

Completed in 200 milliseconds