Searched refs:applyPixelRatio (Results 1 – 2 of 2) sorted by relevance
8 …applyPixelRatio=function(t){var e=this.pixelRatio;return 1==e?t:t.map((function(t){return t*e}))},… method in e
1 …applyPixelRatio(dashArray) {\n const pixelRatio = this.pixelRatio;\n return pixelRatio == 1\…