Searched refs:depthToCountOfRects (Results 1 – 1 of 1) sorted by relevance
249 const depthToCountOfRects = new Map<number, number>(); constant254 const countOfRectsAtSameDepth = depthToCountOfRects.get(rectDepth) ?? 0;257 depthToCountOfRects.set(rectDepth, countOfRectsAtSameDepth + 1);