Searched refs:setDrawDepth (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCLayerImpl.h120 void setDrawDepth(float depth) { m_drawDepth = depth; } function in class:WebCore::CCLayerImpl
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.cpp721 drawLayer->setDrawDepth(drawLayer->superlayer()->drawDepth());
723 drawLayer->setDrawDepth(layerDrawMatrix.m43());
725 drawLayer->setDrawDepth(0);

Completed in 21 milliseconds