Home
last modified time | relevance | path

Searched refs:readByte (Results 1 – 25 of 44) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DBigGlyphMetrics.java54 return this.data.readByte(Offset.height.offset); in height()
58 return this.data.readByte(Offset.width.offset); in width()
70 return this.data.readByte(Offset.horiAdvance.offset); in horiAdvance()
82 return this.data.readByte(Offset.vertAdvance.offset); in vertAdvance()
111 return this.internalReadData().readByte(Offset.height.offset); in height()
119 return this.internalReadData().readByte(Offset.width.offset); in width()
143 return this.internalReadData().readByte(Offset.horiAdvance.offset); in horiAdvance()
167 return this.internalReadData().readByte(Offset.vertAdvance.offset); in vertAdvance()
DSmallGlyphMetrics.java42 return this.data.readByte(Offset.height.offset); in height()
46 return this.data.readByte(Offset.width.offset); in width()
58 return this.data.readByte(Offset.Advance.offset); in advance()
82 return this.internalReadData().readByte(Offset.height.offset); in height()
90 return this.internalReadData().readByte(Offset.width.offset); in width()
114 return this.internalReadData().readByte(Offset.Advance.offset); in advance()
DEbscTable.java88 return this.data.readByte(Offset.bitmapScaleTable_ppemX.offset); in ppemX()
92 return this.data.readByte(Offset.bitmapScaleTable_ppemY.offset); in ppemY()
96 return this.data.readByte(Offset.bitmapScaleTable_substitutePpemX.offset); in substitutePpemX()
100 return this.data.readByte(Offset.bitmapScaleTable_substitutePpemY.offset); in substitutePpemY()
DBitmapSizeTable.java84 return this.data.readByte(Offset.bitmapSizeTable_ppemX.offset); in ppemX()
88 return this.data.readByte(Offset.bitmapSizeTable_ppemY.offset); in ppemY()
92 return this.data.readByte(Offset.bitmapSizeTable_bitDepth.offset); in bitDepth()
316 return this.internalReadData().readByte(Offset.bitmapSizeTable_ppemX.offset); in ppemX()
320 return this.internalReadData().readByte(Offset.bitmapSizeTable_ppemY.offset); in ppemY()
324 return this.internalReadData().readByte(Offset.bitmapSizeTable_bitDepth.offset); in bitDepth()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DBigGlyphMetrics.java54 return this.data.readByte(Offset.height.offset); in height()
58 return this.data.readByte(Offset.width.offset); in width()
70 return this.data.readByte(Offset.horiAdvance.offset); in horiAdvance()
82 return this.data.readByte(Offset.vertAdvance.offset); in vertAdvance()
111 return this.internalReadData().readByte(Offset.height.offset); in height()
119 return this.internalReadData().readByte(Offset.width.offset); in width()
143 return this.internalReadData().readByte(Offset.horiAdvance.offset); in horiAdvance()
167 return this.internalReadData().readByte(Offset.vertAdvance.offset); in vertAdvance()
DSmallGlyphMetrics.java42 return this.data.readByte(Offset.height.offset); in height()
46 return this.data.readByte(Offset.width.offset); in width()
58 return this.data.readByte(Offset.Advance.offset); in advance()
82 return this.internalReadData().readByte(Offset.height.offset); in height()
90 return this.internalReadData().readByte(Offset.width.offset); in width()
114 return this.internalReadData().readByte(Offset.Advance.offset); in advance()
DEbscTable.java88 return this.data.readByte(Offset.bitmapScaleTable_ppemX.offset); in ppemX()
92 return this.data.readByte(Offset.bitmapScaleTable_ppemY.offset); in ppemY()
96 return this.data.readByte(Offset.bitmapScaleTable_substitutePpemX.offset); in substitutePpemX()
100 return this.data.readByte(Offset.bitmapScaleTable_substitutePpemY.offset); in substitutePpemY()
DBitmapSizeTable.java84 return this.data.readByte(Offset.bitmapSizeTable_ppemX.offset); in ppemX()
88 return this.data.readByte(Offset.bitmapSizeTable_ppemY.offset); in ppemY()
92 return this.data.readByte(Offset.bitmapSizeTable_bitDepth.offset); in bitDepth()
316 return this.internalReadData().readByte(Offset.bitmapSizeTable_ppemX.offset); in ppemX()
320 return this.internalReadData().readByte(Offset.bitmapSizeTable_ppemY.offset); in ppemY()
324 return this.internalReadData().readByte(Offset.bitmapSizeTable_bitDepth.offset); in bitDepth()
/third_party/typescript/tests/baselines/reference/
DduplicateLocalVariable2.types31 … for (var i = 0; i < 14; i++) { bytes.push(fb.readByte()); } …
32 … for (var i = 0; i < 14; i++) { bytes.push(fb.readByte()); } …
33 … for (var i = 0; i < 14; i++) { bytes.push(fb.readByte()); } …
41 … for (var i = 0; i < 14; i++) { bytes.push(fb.readByte()); } …
45 … for (var i = 0; i < 14; i++) { bytes.push(fb.readByte()); } …
50 … for (var i = 0; i < 14; i++) { bytes.push(fb.readByte()); } …
99 bytes.push(fb.readByte());
100 >bytes.push(fb.readByte()) : number
104 >fb.readByte() : any
105 >fb.readByte : any
[all …]
DduplicateLocalVariable1.js159 chars.push(fb.readByte());
186 bytes.push(fb.readByte());
209 var byteVal = savedFile.readByte();
220 var result = fb.readByte(200);
275 var byteVal = savedFile.readByte();
492 chars.push(fb.readByte());
514 bytes.push(fb.readByte());
534 var byteVal = savedFile.readByte();
543 var result = fb.readByte(200);
588 var byteVal = savedFile.readByte();
DduplicateLocalVariable1.types206readByte()); } return TestRunner.arrayCompare(chars, [0x54, 0xC3, 0xA8, 0xE1…
207readByte()); } return TestRunner.arrayCompare(chars, [0x54, 0xC3, 0xA8, 0xE1…
208readByte()); } return TestRunner.arrayCompare(chars, [0x54, 0xC3, 0xA8, 0xE1…
853 … for (var i = 0; i < 11; i++) { chars.push(fb.readByte()); } …
857 … for (var i = 0; i < 11; i++) { chars.push(fb.readByte()); } …
862 … for (var i = 0; i < 11; i++) { chars.push(fb.readByte()); } …
887 chars.push(fb.readByte());
888 >chars.push(fb.readByte()) : number
892 >fb.readByte() : any
893 >fb.readByte : any
[all …]
DduplicateLocalVariable2.js29 bytes.push(fb.readByte());
75 bytes.push(fb.readByte());
DduplicateLocalVariable1.errors.txt164 chars.push(fb.readByte());
198 bytes.push(fb.readByte());
221 var byteVal = savedFile.readByte();
232 var result = fb.readByte(200);
287 var byteVal = savedFile.readByte();
/third_party/typescript/tests/cases/compiler/
DduplicateLocalVariable1.ts161 chars.push(fb.readByte());
188 bytes.push(fb.readByte());
211 var byteVal = savedFile.readByte();
222 var result = fb.readByte(200);
277 var byteVal = savedFile.readByte();
DduplicateLocalVariable2.ts29 bytes.push(fb.readByte());
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DReadableFontData.java335 public int readByte(int index) { in readByte() method in ReadableFontData
399 return ((this.readByte(index) << 8 | this.readUByte(index + 1)) << 16) >> 16; in readShort()
462 return this.readByte(index) << 24 | this.readUByte(index + 1) << 16 | in readLong()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DReadableFontData.java335 public int readByte(int index) { in readByte() method in ReadableFontData
399 return ((this.readByte(index) << 8 | this.readUByte(index + 1)) << 16) >> 16; in readShort()
462 return this.readByte(index) << 24 | this.readUByte(index + 1) << 16 | in readLong()
/third_party/node/deps/npm/node_modules/asn1/lib/ber/
Dreader.js56 Reader.prototype.readByte = function (peek) { method in Reader
70 return this.readByte(true);
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dpkcs8.js86 der.readByte();
150 der.readByte();
340 der.readByte();
369 der.readByte();
396 der.readByte();
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestUtils.java211 int b1 = rfd1.readByte(i + offset1); in equals()
212 int b2 = rfd2.readByte(i + offset2); in equals()
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
DTestUtils.java211 int b1 = rfd1.readByte(i + offset1); in equals()
212 int b2 = rfd2.readByte(i + offset2); in equals()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DCompositeGlyph.java98 return this.data.readByte(index); in argument1()
107 return this.data.readByte(index + FontData.DataSize.BYTE.size()); in argument2()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
DCompositeGlyph.java98 return this.data.readByte(index); in argument1()
107 return this.data.readByte(index + FontData.DataSize.BYTE.size()); in argument2()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DByteArrayTableBuilder.java66 return data.readByte(index); in byteValue()
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/
DByteArrayTableBuilder.java66 return data.readByte(index); in byteValue()

12