Lines Matching refs:depth
103 unsigned depth = 0) {
105 O.indent(2 * depth) << "subgraph cluster_" << static_cast<const void*>(&R)
107 O.indent(2 * (depth + 1)) << "label = \"\";\n";
110 O.indent(2 * (depth + 1)) << "style = filled;\n";
111 O.indent(2 * (depth + 1)) << "color = "
115 O.indent(2 * (depth + 1)) << "style = solid;\n";
116 O.indent(2 * (depth + 1)) << "color = "
121 printRegionCluster(**RI, GW, depth + 1);
127 O.indent(2 * (depth + 1)) << "Node"
131 O.indent(2 * depth) << "}\n";