Searched refs:_metrics (Results 1 – 4 of 4) sorted by relevance
205 private $_metrics = array(); variable in PHP_CodeSniffer_File1284 if (isset($this->_metrics[$metric]) === false) {1285 $this->_metrics[$metric] = array(1291 if (isset($this->_metrics[$metric]['values'][$value]) === false) {1292 $this->_metrics[$metric]['values'][$value] = array($stackPtr);1294 $this->_metrics[$metric]['values'][$value][] = $stackPtr;1394 return $this->_metrics;
61843 if (this._metrics) {61844 return this._metrics;61871 return this._metrics = {62197 if (this._metrics == null) {62198 this._metrics = Glyph.prototype._getMetrics.call(this, cbox);62200 var _this$_metrics = this._metrics,62234 this._metrics.advanceWidth = glyph.phantomPoints[1].x - glyph.phantomPoints[0].x;62235 this._metrics.advanceHeight = glyph.phantomPoints[3].y - glyph.phantomPoints[2].y;62236 this._metrics.leftBearing = glyph.xMin - glyph.phantomPoints[0].x;62237 this._metrics.topBearing = glyph.phantomPoints[2].y - glyph.yMax;[all …]
2 …_metrics)return this._metrics;var i,o=this._getTableMetrics(this._font.hmtx),u=o.advance,p=o.beari…
30350 var _metrics = __w_pdfjs_require__(185);32682 var Metrics = (0, _metrics.getMetrics)();