Home
last modified time | relevance | path

Searched refs:ReadByte (Results 1 – 25 of 27) sorted by relevance

12

/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.cc31 return data_->ReadByte(Offset::kHeight); in Height()
35 return data_->ReadByte(Offset::kWidth); in Width()
39 return data_->ReadByte(Offset::kHoriBearingX); in HoriBearingX()
43 return data_->ReadByte(Offset::kHoriBearingY); in HoriBearingY()
47 return data_->ReadByte(Offset::kHoriAdvance); in HoriAdvance()
51 return data_->ReadByte(Offset::kVertBearingX); in VertBearingX()
55 return data_->ReadByte(Offset::kVertBearingY); in VertBearingY()
59 return data_->ReadByte(Offset::kVertAdvance); in VertAdvance()
77 return InternalReadData()->ReadByte(Offset::kHeight); in Height()
85 return InternalReadData()->ReadByte(Offset::kWidth); in Width()
[all …]
Dsmall_glyph_metrics.cc31 return data_->ReadByte(Offset::kHeight); in Height()
35 return data_->ReadByte(Offset::kWidth); in Width()
39 return data_->ReadByte(Offset::kBearingX); in BearingX()
43 return data_->ReadByte(Offset::kBearingY); in BearingY()
47 return data_->ReadByte(Offset::kAdvance); in Advance()
65 return InternalReadData()->ReadByte(Offset::kHeight); in Height()
73 return InternalReadData()->ReadByte(Offset::kWidth); in Width()
81 return InternalReadData()->ReadByte(Offset::kBearingX); in BearingX()
89 return InternalReadData()->ReadByte(Offset::kBearingY); in BearingY()
97 return InternalReadData()->ReadByte(Offset::kAdvance); in Advance()
Debsc_table.cc49 return data_->ReadByte(Offset::kBitmapScaleTable_ppemX); in PpemX()
53 return data_->ReadByte(Offset::kBitmapScaleTable_ppemY); in PpemY()
57 return data_->ReadByte(Offset::kBitmapScaleTable_substitutePpemX); in SubstitutePpemX()
61 return data_->ReadByte(Offset::kBitmapScaleTable_substitutePpemY); in SubstitutePpemY()
Dbitmap_size_table.cc64 return data_->ReadByte(EblcTable::Offset::kBitmapSizeTable_ppemX); in PpemX()
68 return data_->ReadByte(EblcTable::Offset::kBitmapSizeTable_ppemY); in PpemY()
72 return data_->ReadByte(EblcTable::Offset::kBitmapSizeTable_bitDepth); in BitDepth()
304 return InternalReadData()->ReadByte( in PpemX()
309 return InternalReadData()->ReadByte( in PpemY()
314 return InternalReadData()->ReadByte( in BitDepth()
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs138 Code = (Code << 8) | (byte)Stream.ReadByte(); in Init()
156 Code = (Code << 8) | (byte)Stream.ReadByte(); in Normalize()
165 Code = (Code << 8) | (byte)Stream.ReadByte(); in Normalize2()
204 code = (code << 8) | (byte)Stream.ReadByte(); in DecodeDirectBits()
DRangeCoderBit.cs98 rangeDecoder.Code = (rangeDecoder.Code << 8) | (byte)rangeDecoder.Stream.ReadByte(); in Decode()
110 rangeDecoder.Code = (rangeDecoder.Code << 8) | (byte)rangeDecoder.Stream.ReadByte(); in Decode()
/external/lzma/CS/7zip/Common/
DInBuffer.cs49 public bool ReadByte(byte b) // check it in ReadByte() method in SevenZip.Buffer.InBuffer
58 public byte ReadByte() in ReadByte() method in SevenZip.Buffer.InBuffer
/external/lzma/CPP/7zip/Compress/
DRangeCoder.h121 Code = (Code << 8) | Stream.ReadByte(); in Normalize()
133 Code = (Code << 8) | Stream.ReadByte(); in Init()
172 code = (code << 8) | Stream.ReadByte(); in DecodeDirectBits()
DRangeCoderBit.h92 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte(); in Decode()
104 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte(); in Decode()
DBcj2Coder.cpp337 if (!_mainInStream.ReadByte(b)) in CodeReal()
355 if(!s.ReadByte(b0)) in CodeReal()
/external/lzma/CPP/7zip/Common/
DInBuffer.h45 bool ReadByte(Byte &b) in ReadByte() function
53 Byte ReadByte() in ReadByte() function
DCWrappers.h69 Byte ReadByte() in ReadByte() function
/external/sfntly/cpp/src/test/
Dopen_type_data_test.cc34 EXPECT_EQ(-1, data->ReadByte(0)); in TestOTFRead()
36 EXPECT_EQ(0x01, data->ReadByte(1)); in TestOTFRead()
Dendian_test.cc45 EXPECT_EQ(rfd->ReadByte(5), -54); in TestEndian()
Dfont_data_test.cc146 (*buffer)[index] = (byte_t)(rfd->ReadByte(index)); in ReadFontDataWithSingleByte()
181 byte_t b = (byte_t)(rfd->ReadByte(index)); in WriteFontDataWithSingleByte()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py257 def ReadByte (stream): function
267 bytes.append(ReadByte(stream))
273 byte = ReadByte(stream)
407 note = ReadByte(stream)
408 velocity = ReadByte(stream)
441 note = ReadByte(stream)
442 velocity = ReadByte(stream)
472 note = ReadByte(stream)
473 value = ReadByte(stream)
498 controller = ReadByte(stream)
[all …]
/external/lzma/CPP/7zip/Archive/7z/
D7zIn.h111 Byte ReadByte();
159 Byte ReadByte() { return _inByteBack->ReadByte(); } in ReadByte() function
D7zIn.cpp173 Byte external = archive->ReadByte(); in Set()
183 Byte CInByte2::ReadByte() in ReadByte() function in NArchive::N7z::CInByte2
400 Byte mainByte = ReadByte(); in GetNextFolderItem()
741 b = ReadByte(); in ReadBoolVector()
751 Byte allAreDefined = ReadByte(); in ReadBoolVector2()
1010 if (ReadByte() != 0) in ReadHeader()
/external/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.cc71 int32_t ReadableFontData::ReadByte(int32_t index) { in ReadByte() function in sfntly::ReadableFontData
98 return ((ReadByte(index) << 8 | ReadUByte(index + 1)) << 16) >> 16; in ReadShort()
132 return ReadByte(index) << 24 | in ReadLong()
Dreadable_font_data.h81 virtual int32_t ReadByte(int32_t index);
/external/sfntly/cpp/src/sfntly/table/
Dbyte_array_table_builder.cc31 return data->ReadByte(index); in ByteValue()
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs181 public override int ReadByte() in ReadByte() method in DotZLib.GZipStream
/external/lzma/C/
D7zDec.c45 static Byte ReadByte(void *pp) in ReadByte() function
73 s.p.Read = ReadByte; in SzDecodePpmd()
/external/webp/src/demux/
Ddemux.c148 static WEBP_INLINE uint8_t ReadByte(MemBuffer* const mem) { in ReadByte() function
315 bits = ReadByte(mem); in ParseAnimationFrame()
577 dmux->feature_flags_ = ReadByte(mem); in ParseVP8X()
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc565 return data_->ReadByte(index); in Argument1()
575 return data_->ReadByte(index + DataSize::kUSHORT); in Argument2()

12