Lines Matching refs:getByte

11801     value: function getByte() {
11814 var b0 = this.getByte();
11815 var b1 = this.getByte();
11826 var b0 = this.getByte();
11827 var b1 = this.getByte();
11828 var b2 = this.getByte();
11829 var b3 = this.getByte();
11862 var peekedByte = this.getByte();
13028 while ((ch = stream.getByte()) > 0x20) {
13180 ch = stream.getByte();
13187 ch = stream.getByte();
14759 type = type << 8 | stream.getByte();
14767 offset = offset << 8 | stream.getByte();
14771 generation = generation << 8 | stream.getByte();
15973 while ((ch = stream.getByte()) !== -1) {
16036 while ((b = stream.getByte()) !== -1) {
16041 switch (stream.getByte()) {
16127 while ((ch = stream.getByte()) !== -1) {
16162 while ((ch = stream.getByte()) !== -1) {
16187 while ((ch = stream.getByte()) !== -1) {
16553 return this.currentChar = this.stream.getByte();
17144 getByte: function Stream_getByte() {
17152 var b0 = this.getByte();
17153 var b1 = this.getByte();
17162 var b0 = this.getByte();
17163 var b1 = this.getByte();
17164 var b2 = this.getByte();
17165 var b3 = this.getByte();
17191 var peekedByte = this.getByte();
17279 getByte: function DecodeStream_getByte() {
17293 var b0 = this.getByte();
17294 var b1 = this.getByte();
17303 var b0 = this.getByte();
17304 var b1 = this.getByte();
17305 var b2 = this.getByte();
17306 var b3 = this.getByte();
17340 var peekedByte = this.getByte();
17448 var cmf = str.getByte();
17449 var flg = str.getByte();
17481 if ((b = str.getByte()) === -1) {
17504 if ((b = str.getByte()) === -1) {
17576 if ((b = str.getByte()) === -1) {
17582 if ((b = str.getByte()) === -1) {
17588 if ((b = str.getByte()) === -1) {
17594 if ((b = str.getByte()) === -1) {
17617 if ((b = str.getByte()) === -1) {
17865 var predictor = this.str.getByte();
18049 var c = str.getByte();
18052 c = str.getByte();
18077 c = str.getByte();
18080 c = str.getByte();
18267 var c = this.str.getByte();
18413 return str.getByte();
21824 while ((ch = stream.getByte()) !== -1) {
23320 var newByte = stream.getByte();
23324 newByte = stream.getByte();
35987 var index = font.getByte();
36424 var stringLength = font.getByte();
36428 strBuf[i] = String.fromCharCode(font.getByte());
48442 return this.currentChar = this.stream.getByte();
48931 var nextByte = this.stream.getByte();
48948 …return (this.stream.getByte() << 24 | this.stream.getByte() << 16 | this.stream.getByte() << 8 | t…
48951 …buffer = buffer << 24 | this.stream.getByte() << 16 | this.stream.getByte() << 8 | this.stream.get…
48952 var nextByte = this.stream.getByte();
48958 return this.stream.getByte();
48962 buffer = buffer << 8 | this.stream.getByte();
54417 return this.currentChar = this.stream.getByte();