Lines Matching refs:cbox
56539 var baseBox = base.cbox.copy(); // adjust bounding box for ligature glyphs
56551 var markBox = mark.cbox;
61654 var cbox = new BBox();
61658 cbox.addPoint(command.args[i], command.args[i + 1]);
61661 this._cbox = Object.freeze(cbox);
61826 return this.path.cbox;
61842 _proto32._getMetrics = function _getMetrics(cbox) {
61856 if (typeof cbox === 'undefined' || cbox === null) {
61857 cbox = this.cbox;
61861 var topBearing = os2.typoAscender - cbox.maxY;
61865 var topBearing = hhea.ascent - cbox.maxY;
62054 return this.path.cbox;
62059 var cbox = new BBox(glyph.xMin, glyph.yMin, glyph.xMax, glyph.yMax);
62060 return Object.freeze(cbox);
62196 var cbox = this._getCBox(true);
62198 this._metrics = Glyph.prototype._getMetrics.call(this, cbox);
62255 var cbox = this._getCBox(true);
62256 _Glyph.prototype._getMetrics.call(this, cbox);