Lines Matching refs:BBox
14629 BBox: pageBBox,
14658 BBox: pageBBox,
14825 BBox: this.bBox,
18225 …dictionary.BBox = [options.bbox[0], this.page.height - options.bbox[3], options.bbox[2], this.page…
20220 BBox: bbox,
20304 BBox: [0, 0, pattern.dx, pattern.dy],
56752 var BBox = /*#__PURE__*/function () {
56753 function BBox(minX, minY, maxX, maxY) {
56794 var _proto18 = BBox.prototype;
56814 return new BBox(this.minX, this.minY, this.maxX, this.maxY);
56816 _createClass(BBox, [{
56831 return BBox;
57159 var bbox = new BBox();
61654 var cbox = new BBox();
61676 var bbox = new BBox();
62059 var cbox = new BBox(glyph.xMin, glyph.yMin, glyph.xMax, glyph.yMax);
62953 var bbox = new BBox();
64296 … return Object.freeze(new BBox(this.head.xMin, this.head.yMin, this.head.xMax, this.head.yMax));