Lines Matching refs:bucket
303 let bucket = bucketDescriptors[i];
304 for (let j = 0; j < bucket.kinds.length; j++) {
305 kindToBucketDescriptor[bucket.kinds[j]] = bucket;
311 let bucket = bucketDescriptors[i];
312 for (let j = 0; j < bucket.kinds.length; j++) {
313 if (bucket.kinds[j] === kind) {
314 return bucket;
957 // Calculate the bar heights for each bucket.
974 // No ticks fell into this bucket. Fill with "Unknown."
1018 let bucket = kindToBucketDescriptor[block.kind];
1019 ctx.fillStyle = bucket.color;