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

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 110 m_foregroundClipLayer(0)
130 SkSafeUnref(m_foregroundClipLayer);
532 ASSERT(!m_foregroundLayer && !m_foregroundClipLayer);
536 m_foregroundClipLayer = new LayerAndroid(layer);
537 m_foregroundClipLayer->setMasksToBounds(true);
538 m_foregroundClipLayer->addChild(m_foregroundLayer);
539 m_contentLayer->addChild(m_foregroundClipLayer);
564 m_foregroundClipLayer->unref();
565 m_foregroundClipLayer = 0;
602 SkSafeUnref(m_foregroundClipLayer);
    [all...]
GraphicsLayerAndroid.h 169 LayerAndroid* m_foregroundClipLayer;

Completed in 114 milliseconds