(e3, t3, i3, s3, r2, o2 = false)
| 7679 | return this._getFromCacheMap(this._cacheMapCombined, e3, t3, i3, s3, r2); |
| 7680 | } |
| 7681 | getRasterizedGlyph(e3, t3, i3, s3, r2) { |
| 7682 | return this._getFromCacheMap(this._cacheMap, e3, t3, i3, s3, r2); |
| 7683 | } |
| 7684 | _getFromCacheMap(e3, t3, i3, s3, r2, o2 = false) { |
| 7685 | return u = e3.get(t3, i3, s3, r2), u || (u = this._drawToCache(t3, i3, s3, r2, o2), e3.set(t3, i3, s3, r2, u)), u; |
| 7686 | } |
no test coverage detected