/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/ |
D | writable_font_data.cc | 56 int32_t WritableFontData::WriteByte(int32_t index, byte_t b) { in WriteByte() function in sfntly::WritableFontData 104 return WriteByte(index, c); in WriteChar() 108 WriteByte(index, (byte_t)((us >> 8) & 0xff)); in WriteUShort() 109 WriteByte(index + 1, (byte_t)(us & 0xff)); in WriteUShort() 114 WriteByte(index, (byte_t)(us & 0xff)); in WriteUShortLE() 115 WriteByte(index + 1, (byte_t)((us >> 8) & 0xff)); in WriteUShortLE() 124 WriteByte(index, (byte_t)((ui >> 16) & 0xff)); in WriteUInt24() 125 WriteByte(index + 1, (byte_t)((ui >> 8) & 0xff)); in WriteUInt24() 126 WriteByte(index + 2, (byte_t)(ui & 0xff)); in WriteUInt24() 131 WriteByte(index, (byte_t)((ul >> 24) & 0xff)); in WriteULong() [all …]
|
D | writable_font_data.h | 51 virtual int32_t WriteByte(int32_t index, byte_t b);
|
/external/sfntly/cpp/src/sfntly/data/ |
D | writable_font_data.cc | 54 int32_t WritableFontData::WriteByte(int32_t index, byte_t b) { in WriteByte() function in sfntly::WritableFontData 102 return WriteByte(index, c); in WriteChar() 106 WriteByte(index, (byte_t)((us >> 8) & 0xff)); in WriteUShort() 107 WriteByte(index + 1, (byte_t)(us & 0xff)); in WriteUShort() 112 WriteByte(index, (byte_t)(us & 0xff)); in WriteUShortLE() 113 WriteByte(index + 1, (byte_t)((us >> 8) & 0xff)); in WriteUShortLE() 122 WriteByte(index, (byte_t)((ui >> 16) & 0xff)); in WriteUInt24() 123 WriteByte(index + 1, (byte_t)((ui >> 8) & 0xff)); in WriteUInt24() 124 WriteByte(index + 2, (byte_t)(ui & 0xff)); in WriteUInt24() 129 WriteByte(index, (byte_t)((ul >> 24) & 0xff)); in WriteULong() [all …]
|
D | writable_font_data.h | 51 virtual int32_t WriteByte(int32_t index, byte_t b);
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zOut.cpp | 173 void COutArchive::WriteByte(Byte b) in WriteByte() function in NArchive::N7z::COutArchive 179 _outByte.WriteByte(b); in WriteByte() 183 _outByte2.WriteByte(b); in WriteByte() 190 WriteByte((Byte)value); in WriteUInt32() 199 WriteByte((Byte)value); in WriteUInt64() 219 WriteByte(firstByte); in WriteNumber() 222 WriteByte((Byte)value); in WriteNumber() 294 WriteByte(b); in WriteFolder() 331 WriteByte(b); in WriteBoolVector() 337 WriteByte(b); in WriteBoolVector() [all …]
|
D | 7zOut.h | 36 void WriteByte(Byte b) in WriteByte() function 69 void WriteByte(Byte b);
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 81 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() 89 InternalWriteData()->WriteByte(Offset::kWidth, width); in SetWidth() 97 InternalWriteData()->WriteByte(Offset::kHoriBearingX, bearing); in SetHoriBearingX() 105 InternalWriteData()->WriteByte(Offset::kHoriBearingY, bearing); in SetHoriBearingY() 113 InternalWriteData()->WriteByte(Offset::kHoriAdvance, advance); in SetHoriAdvance() 121 InternalWriteData()->WriteByte(Offset::kVertBearingX, bearing); in SetVertBearingX() 129 InternalWriteData()->WriteByte(Offset::kVertBearingY, bearing); in SetVertBearingY() 137 InternalWriteData()->WriteByte(Offset::kVertAdvance, advance); in SetVertAdvance()
|
D | small_glyph_metrics.cc | 69 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() 77 InternalWriteData()->WriteByte(Offset::kWidth, width); in SetWidth() 85 InternalWriteData()->WriteByte(Offset::kBearingX, bearing); in SetBearingX() 93 InternalWriteData()->WriteByte(Offset::kBearingY, bearing); in SetBearingY() 101 InternalWriteData()->WriteByte(Offset::kAdvance, advance); in SetAdvance()
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
D | big_glyph_metrics.cc | 81 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() 89 InternalWriteData()->WriteByte(Offset::kWidth, width); in SetWidth() 97 InternalWriteData()->WriteByte(Offset::kHoriBearingX, bearing); in SetHoriBearingX() 105 InternalWriteData()->WriteByte(Offset::kHoriBearingY, bearing); in SetHoriBearingY() 113 InternalWriteData()->WriteByte(Offset::kHoriAdvance, advance); in SetHoriAdvance() 121 InternalWriteData()->WriteByte(Offset::kVertBearingX, bearing); in SetVertBearingX() 129 InternalWriteData()->WriteByte(Offset::kVertBearingY, bearing); in SetVertBearingY() 137 InternalWriteData()->WriteByte(Offset::kVertAdvance, advance); in SetVertAdvance()
|
D | small_glyph_metrics.cc | 69 InternalWriteData()->WriteByte(Offset::kHeight, height); in SetHeight() 77 InternalWriteData()->WriteByte(Offset::kWidth, width); in SetWidth() 85 InternalWriteData()->WriteByte(Offset::kBearingX, bearing); in SetBearingX() 93 InternalWriteData()->WriteByte(Offset::kBearingY, bearing); in SetBearingY() 101 InternalWriteData()->WriteByte(Offset::kAdvance, advance); in SetAdvance()
|
/external/lzma/CPP/7zip/Compress/ |
D | Bcj2Coder.cpp | 132 _mainStream.WriteByte(b); in CodeReal() 157 _mainStream.WriteByte(b); in CodeReal() 221 s.WriteByte((Byte)(dest >> i)); in CodeReal() 339 _outStream.WriteByte(b); in CodeReal() 361 _outStream.WriteByte((Byte)(dest)); in CodeReal() 362 _outStream.WriteByte((Byte)(dest >> 8)); in CodeReal() 363 _outStream.WriteByte((Byte)(dest >> 16)); in CodeReal() 364 _outStream.WriteByte((Byte)(dest >> 24)); in CodeReal()
|
D | RangeCoder.h | 65 Stream.WriteByte((Byte)(temp + (Byte)(Low >> 32))); in ShiftLow()
|
/external/chromium_org/mojo/common/test/ |
D | multiprocess_test_helper_unittest.cc | 31 bool WriteByte(const embedder::PlatformHandle& handle, char c) { in WriteByte() function 78 EXPECT_TRUE(WriteByte(handle.get(), c)); in TEST_F() 105 EXPECT_TRUE(WriteByte(handle.get(), c)); in MOJO_MULTIPROCESS_TEST_CHILD_MAIN()
|
/external/lzma/CPP/7zip/Common/ |
D | OutBuffer.h | 49 void WriteByte(Byte b) in WriteByte() function 58 WriteByte(((const Byte *)data)[i]); in WriteBytes()
|
D | CWrappers.h | 101 void WriteByte(Byte b) in WriteByte() function
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamWriter.h | 72 void WriteByte(unsigned char Value) { in WriteByte() function 378 WriteByte((unsigned char)BlobData[i]); in EmitRecordWithAbbrevImpl() 386 WriteByte((unsigned char)Vals[RecordIdx]); in EmitRecordWithAbbrevImpl() 392 WriteByte(0); in EmitRecordWithAbbrevImpl()
|
/external/lzma/CS/7zip/Common/ |
D | OutBuffer.cs | 30 public void WriteByte(byte b) in WriteByte() method in SevenZip.Buffer.OutBuffer
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/ |
D | byte_array_table_builder.cc | 42 data->WriteByte(index, b); in SetByteValue()
|
/external/sfntly/cpp/src/sfntly/table/ |
D | byte_array_table_builder.cc | 42 data->WriteByte(index, b); in SetByteValue()
|
/external/sonivox/jet_tools/JetCreator/ |
D | midifile.py | 278 def WriteByte (stream, value): function 283 WriteByte(stream, byte) 369 WriteByte(stream, status) 371 WriteByte(stream, data1) 373 WriteByte(stream, data2) 640 WriteByte(stream, SYSEX) 672 WriteByte(stream, END_SYSEX) 707 WriteByte(stream, META_EVENT) 708 WriteByte(stream, self.meta_type)
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
D | RangeCoder.cs | 72 Stream.WriteByte((byte)(temp + (Low >> 32))); in ShiftLow()
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaAlone.cs | 304 outStream.WriteByte((Byte)(fileSize >> (8 * i))); in Main2()
|
D | LzmaBench.cs | 136 public override void WriteByte(byte b) in WriteByte() method in SevenZip.LzmaBench.CrcOutStream
|
/external/sfntly/cpp/src/test/ |
D | font_data_test.cc | 182 wfd->WriteByte(index, b); in WriteFontDataWithSingleByte()
|