Searched refs:_out (Results 1 – 17 of 17) sorted by relevance
103 $handler->_out($handler->_indirect_object($this));1094 $this->_out(sprintf("%.2f %.2f m", 1100 $this->_out(sprintf("%.2f %.2f l", 1106 $this->_out("h");1110 $this->_out("S");1432 $this->_out(sprintf("[%d %d] 0 d", $x*2, $y*2)); 1497 $this->_out("W n");1544 $this->_out("q"); 1548 $this->_out("Q"); 1552 $this->_out(sprintf("1 0 0 1 %.2f %.2f cm", $dx, $dy));[all …]
78 $handler->_out($handler->_indirect_object($this));1005 $this->_out(sprintf("%.2f %.2f m", 1011 $this->_out(sprintf("%.2f %.2f l", 1017 $this->_out("h");1021 $this->_out("S");1343 $this->_out(sprintf("[%d %d] 0 d", $x*2, $y*2)); 1405 $this->_out("W n");1453 function Save() { $this->_out("q"); }1454 function Restore() { $this->_out("Q"); }1457 $this->_out(sprintf("1 0 0 1 %.2f %.2f cm", $dx, $dy));[all …]
126 $this->_out(361 $this->_out($this->DrawColor);372 $this->_out($this->FillColor);383 $this->_out(\sprintf('%.2F w', $width * $this->k));394 $this->_out(\sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));405 $this->_out(sprintf('BT /F%d %.2F Tf ET', $this->CurrentFont['i'], $this->FontSizePt));458 public function _out($s) function463 parent::_out($s);
425 $this->_out(
5797 var _out; /* local strm.output */5830 _out = strm.next_out;5832 beg = _out - (start - strm.avail_out);5833 end = _out + (strm.avail_out - 257);5873 output[_out++] = here & 0xffff/*here.val*/;5925 op = _out - beg; /* max distance in output */5964 output[_out++] = window[from++];5966 from = _out - dist; /* rest from output */5976 output[_out++] = window[from++];5983 output[_out++] = window[from++];[all …]
7896 var _out; /* local strm.output */7930 _out = strm.next_out;7932 beg = _out - (start - strm.avail_out);7933 end = _out + (strm.avail_out - 257);7973 output[_out++] = here & 0xffff/*here.val*/;8025 op = _out - beg; /* max distance in output */8064 output[_out++] = s_window[from++];8066 from = _out - dist; /* rest from output */8076 output[_out++] = s_window[from++];8083 output[_out++] = s_window[from++];[all …]
222 $this->_out($this->_getobj($objid));
24797 var _in, _out; /* save starting available input and output */24837 _out = left;25521 inflate_fast(strm, _out);25711 copy = _out - left;25776 _out -= left;25777 strm.total_out += _out;25778 state.total += _out;25779 if (_out) {25782 …(state.flags ? crc32(state.check, output, _out, put - _out) : adler32(state.check, output, _out, p…25785 _out = left;[all …]
1 …_out","from","from_source","here_bits","here_op","here_val","last_bits","last_op","last_val","here…
24349 var _out = DecodeMetaBlockLength(br);24350 meta_block_remaining_len = _out.meta_block_length;24357 input_end = _out.input_end;24358 is_uncompressed = _out.is_uncompressed;24360 if (_out.is_metadata) {43153 var _out; /* local strm.output */43187 _out = strm.next_out;43189 beg = _out - (start - strm.avail_out);43190 end = _out + (strm.avail_out - 257);43230 output[_out++] = here & 0xffff/*here.val*/;[all …]
29336 var _out = Buffer.alloc(_size);29338 num.copy(_out);29339 if (num.length === 0) _out[0] = 0;29340 return this._createEncoderBuffer(_out);65394 var _out;65467 _out = strm.next_out;65469 beg = _out - (start - strm.avail_out);65470 end = _out + (strm.avail_out - 257); //#ifdef INFLATE_STRICT65513 output[_out++] = here & 0xffff65586 op = _out - beg;[all …]
396 …_out={},this._sucs={},this._edgeObjs={},this._edgeLabels={}}function l(e,t){e[t]?e[t]++:e[t]=1}fun…
1 …_out = {};\n\n // v -> w -> Number\n this._sucs = {};\n\n // e -> edgeObj\n this._edgeObjs = {…
1 …_out","_sucs","_edgeObjs","_edgeLabels","incrementOrInitEntry","decrementOrRemoveEntry","edgeArgsT…
27405 public function _out($s) function in Mpdf\\Mpdf