Searched refs:drawEventCount (Results 1 – 2 of 2) sorted by relevance
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;[all …]
52 drawEventCount: number = 0; property in ChartStruct102 …node.frame!.width = Math.floor(((node.drawEventCount || node.eventCount) / total) * canvasFrame.wi…