/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 31 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 …]
|
D | small_glyph_metrics.cc | 31 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()
|
D | ebsc_table.cc | 49 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()
|
D | bitmap_size_table.cc | 64 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/ |
D | RangeCoder.cs | 138 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()
|
D | RangeCoderBit.cs | 98 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/ |
D | InBuffer.cs | 49 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/ |
D | RangeCoder.h | 121 Code = (Code << 8) | Stream.ReadByte(); in Normalize() 133 Code = (Code << 8) | Stream.ReadByte(); in Init() 172 code = (code << 8) | Stream.ReadByte(); in DecodeDirectBits()
|
D | RangeCoderBit.h | 92 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte(); in Decode() 104 decoder->Code = (decoder->Code << 8) | decoder->Stream.ReadByte(); in Decode()
|
D | Bcj2Coder.cpp | 337 if (!_mainInStream.ReadByte(b)) in CodeReal() 355 if(!s.ReadByte(b0)) in CodeReal()
|
/external/lzma/CPP/7zip/Common/ |
D | InBuffer.h | 45 bool ReadByte(Byte &b) in ReadByte() function 53 Byte ReadByte() in ReadByte() function
|
D | CWrappers.h | 69 Byte ReadByte() in ReadByte() function
|
/external/sfntly/cpp/src/test/ |
D | open_type_data_test.cc | 34 EXPECT_EQ(-1, data->ReadByte(0)); in TestOTFRead() 36 EXPECT_EQ(0x01, data->ReadByte(1)); in TestOTFRead()
|
D | endian_test.cc | 45 EXPECT_EQ(rfd->ReadByte(5), -54); in TestEndian()
|
D | font_data_test.cc | 146 (*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/ |
D | midifile.py | 257 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/ |
D | 7zIn.h | 111 Byte ReadByte(); 159 Byte ReadByte() { return _inByteBack->ReadByte(); } in ReadByte() function
|
D | 7zIn.cpp | 173 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/ |
D | readable_font_data.cc | 71 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()
|
D | readable_font_data.h | 81 virtual int32_t ReadByte(int32_t index);
|
/external/sfntly/cpp/src/sfntly/table/ |
D | byte_array_table_builder.cc | 31 return data->ReadByte(index); in ByteValue()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 181 public override int ReadByte() in ReadByte() method in DotZLib.GZipStream
|
/external/lzma/C/ |
D | 7zDec.c | 45 static Byte ReadByte(void *pp) in ReadByte() function 73 s.p.Read = ReadByte; in SzDecodePpmd()
|
/external/webp/src/demux/ |
D | demux.c | 148 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/ |
D | glyph_table.cc | 565 return data_->ReadByte(index); in Argument1() 575 return data_->ReadByte(index + DataSize::kUSHORT); in Argument2()
|