Lines Matching defs:depth
2824 uint32 depth = std::max(2829 depth = static_cast<uint32>(depth * 1.5) + 1;2831 // We need to check depth only to verify our copy of shadow matrix is correct.2832 if (!page_shadow_.get() || page_shadow_->depth() != depth)2833 page_shadow_.reset(new ShadowMatrix(depth, factor, background));