Home | History | Annotate | Download | only in octane

Lines Matching refs:streams

546         var streams = [];
549 streams.push(xref.fetchIfRef(content[i]));
550 content = new StreamsSequenceStream(streams);
3726 // trailers and XRef streams.
3808 // reading XRef streams
3851 // ignore previously loaded xref streams
3942 // almost all streams must be encrypted, but sometimes
3950 // Don't cache streams since they are mutable (except images).
22999 // JPX/JPEG2000 streams directly contain bits per component
26352 // stream objects are not allowed inside content streams or
26353 // object streams
27318 // super class for the decoding streams
27455 function StreamsSequenceStream(streams) {
27456 this.streams = streams;
27465 var streams = this.streams;
27466 if (streams.length == 0) {
27470 var stream = streams.shift();