Home
last modified time | relevance | path

Searched refs:increaseLength (Results 1 – 7 of 7) sorted by relevance

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php196 (!$this->increaseLength() || $position >= $this->bufferLength)
230 ((!$this->increaseLength()) || $offset >= $this->bufferLength)
266 ((!$this->increaseLength($length)) || ($offset + $length) > $this->bufferLength)
358 if (!$this->increaseLength()) {
419 // increaseLength()-method to correct that behavior
420 if ($this->bufferLength < $length && $this->increaseLength($length - $this->bufferLength)) {
421 // increaseLength parameter is $minLength, so cut to have only the required bytes in the buffer
452 public function increaseLength($minLength = 100) function in setasign\\Fpdi\\PdfParser\\StreamReader
H A DTokenizer.php130 $this->streamReader->increaseLength()
H A DPdfParser.php130 if (!$this->streamReader->increaseLength(100) || (--$maxIterations === 0)) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfHexString.php39 if (!$streamReader->increaseLength()) {
H A DPdfString.php45 } while ($openBrackets !== 0 && $streamReader->increaseLength());
H A DPdfStream.php187 if (!$this->reader->increaseLength(100000)) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php83 if ($reader->increaseLength($bytesPerCycle) === false) {