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

  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 120 void setDrawDepth(float depth) { m_drawDepth = depth; }
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 721 drawLayer->setDrawDepth(drawLayer->superlayer()->drawDepth());
723 drawLayer->setDrawDepth(layerDrawMatrix.m43());
725 drawLayer->setDrawDepth(0);
    [all...]

Completed in 67 milliseconds