Lines Matching refs:getBytes

11247   return _typeof(v) === 'object' && v !== null && v.getBytes !== undefined;
11834 value: function getBytes(length) {
11870 var bytes = this.getBytes(length, forceClamped);
13946 metadata = (0, _util.stringToUTF8String)((0, _util.bytesToString)(stream.getBytes()));
14316 js = (0, _util.bytesToString)(js.getBytes());
14477 js = (0, _util.bytesToString)(jsAction.getBytes());
14862 var buffer = stream.getBytes();
15597 content = fileObj.getBytes();
16254 var imageBytes = imageStream.getBytes();
16258 var dictBytes = stream.getBytes(dictLength);
17168 getBytes: function getBytes(length) {
17197 var bytes = this.getBytes(length, forceClamped);
17309 getBytes: function getBytes(length) {
17346 var bytes = this.getBytes(length, forceClamped);
17411 var chunk = stream.getBytes();
17784 var rawBytes = this.str.getBytes(rowBytes);
17866 var rawBytes = this.str.getBytes(rowBytes);
17999 chunk = this.str.getBytes(chunkSize);
18008 this.nextChunk = this.str.getBytes(chunkSize);
18136 var bytes = this.str.getBytes(UPSTREAM_BLOCK_SIZE);
18195 var repeatHeader = this.str.getBytes(2);
18211 var source = this.str.getBytes(n);
19181 return (0, _util.shadow)(this, 'bytes', this.stream.getBytes(this.maybeLength));
19200 var globals = globalsStream.getBytes();
21842 return (0, _util.shadow)(this, 'bytes', this.stream.getBytes(this.maybeLength));
23133 return (0, _util.shadow)(this, 'bytes', this.stream.getBytes(this.maybeLength));
27521 lookup = lookup.getBytes();
27707 var bytes = lookup.getBytes(length);
30723 imgArray = image.getBytes(bitStrideLength * height, true);
32286 cidToGidBytes = cidToGidMap.getBytes();
35533 stream.getBytes(60);
35547 stream.getBytes(6);
35806 var tag = (0, _util.bytesToString)(file.getBytes(4));
35813 var data = file.getBytes(length);
35832 version: (0, _util.bytesToString)(ttf.getBytes(4)),
35841 var ttcTag = (0, _util.bytesToString)(ttc.getBytes(4));
36002 font.getBytes(6);
36385 font.getBytes(28);
36526 names[0][nameIndex] = (0, _util.bytesToString)(font.getBytes(record.length));
36813 font = new _stream.Stream(new Uint8Array(font.getBytes()));
37517 headerBytes = stream.getBytes(suggestedLength);
37561 stream: new _stream.Stream(stream.getBytes(actualLength)),
37568 stream: new _stream.Stream(stream.getBytes(suggestedLength)),
37574 var eexecBytes = stream.getBytes();
37598 pfbHeader = file.getBytes(PFB_HEADER_SIZE);
38103 this.bytes = file.getBytes();
48402 var data = stream.getBytes();
48530 data = length > 0 ? stream.getBytes(length) : new Uint8Array(0);
48556 data = length > 0 ? stream.getBytes(length) : new Uint8Array(0);
52994 var strBytes = stream.getBytes((length * bps + 7) / 8);
55420 return this.image.getBytes(length, true);