Searched refs:pxSize (Results 1 – 10 of 10) sorted by relevance
33 const pxSize = this.pxSize(); constant37 const bucketNs = Math.max(Math.round(resolution * 1e9 * pxSize / 2) * 2, 1);
42 const pxSize = this.pxSize(); constant46 const bucketNs = Math.max(Math.round(resolution * 1e9 * pxSize / 2) * 2, 1);
34 const pxSize = this.pxSize(); constant38 const bucketNs = Math.max(Math.round(resolution * 1e9 * pxSize / 2) * 2, 1);
41 const pxSize = this.pxSize(); constant45 const bucketNs = Math.max(Math.round(resolution * 1e9 * pxSize / 2) * 2, 1);
83 Math.max(Math.round(resolutionNs * this.pxSize() / 2) * 2, 1);
89 Math.max(Math.round(resolutionNs * this.pxSize() / 2) * 2, 1);
71 Math.max(Math.round(resolutionNs * this.pxSize() / 2) * 2, 1);
84 Math.max(Math.round(resolutionNs * this.pxSize() / 2) * 2, 1);
56 protected pxSize(): number {