Home
last modified time | relevance | path

Searched refs:_tickPattern (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/ui/src/frontend/
Dgridline_helper.ts161 private _tickPattern: TickType[]; property in TickGenerator
177 this._tickPattern = tickPatternToArray(pattern);
185 const stepSize = this._patternSize / BigInt(this._tickPattern.length);
192 patternIndex = patternIndex % this._tickPattern.length;
193 const type = this._tickPattern[patternIndex];