Lines Matching refs:drawEventCount
102 return node.drawEventCount || node.eventCount;
139 this.rootNode.eventCount += node.drawEventCount || node.eventCount;
174 node.drawEventCount = 0;
179 node.drawEventCount += child.searchEventCount;
184 module.eventCount = node.drawEventCount = node.drawEventCount || node.eventCount;
234 module.eventCount = node.drawEventCount = node.searchEventCount = node.eventCount;
260 parent.drawEventCount = module.eventCount;
271 parent.drawEventCount = parent.searchEventCount;
291 children.drawEventCount = children.searchEventCount || children.eventCount;
300 node.drawEventCount = 0;
471 ignore.eventCount += children.drawEventCount;