Lines Matching refs:drawCount
98 return node.drawCount || node.count;
136 this.rootNode.count += node.drawCount || node.count;
171 node.drawCount = 0;
176 node.drawCount += child.searchCount;
181 module.count = node.drawCount = node.drawCount || node.count;
232 module.count = node.drawCount = node.searchCount = node.count;
257 parent.drawCount = module.count;
269 parent.drawCount = parent.searchCount;
288 children.drawCount = children.searchCount || children.count;
297 node.drawCount = 0;
469 ignore.count += children.drawCount;