Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc56 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 …]
Dwritable_font_data.h51 virtual int32_t WriteByte(int32_t index, byte_t b);
/external/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc54 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 …]
Dwritable_font_data.h51 virtual int32_t WriteByte(int32_t index, byte_t b);
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp173 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 …]
D7zOut.h36 void WriteByte(Byte b) in WriteByte() function
69 void WriteByte(Byte b);
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dbig_glyph_metrics.cc81 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()
Dsmall_glyph_metrics.cc69 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/
Dbig_glyph_metrics.cc81 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()
Dsmall_glyph_metrics.cc69 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/
DBcj2Coder.cpp132 _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()
DRangeCoder.h65 Stream.WriteByte((Byte)(temp + (Byte)(Low >> 32))); in ShiftLow()
/external/chromium_org/mojo/common/test/
Dmultiprocess_test_helper_unittest.cc31 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/
DOutBuffer.h49 void WriteByte(Byte b) in WriteByte() function
58 WriteByte(((const Byte *)data)[i]); in WriteBytes()
DCWrappers.h101 void WriteByte(Byte b) in WriteByte() function
/external/llvm/include/llvm/Bitcode/
DBitstreamWriter.h72 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/
DOutBuffer.cs30 public void WriteByte(byte b) in WriteByte() method in SevenZip.Buffer.OutBuffer
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/
Dbyte_array_table_builder.cc42 data->WriteByte(index, b); in SetByteValue()
/external/sfntly/cpp/src/sfntly/table/
Dbyte_array_table_builder.cc42 data->WriteByte(index, b); in SetByteValue()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py278 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/
DRangeCoder.cs72 Stream.WriteByte((byte)(temp + (Low >> 32))); in ShiftLow()
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs304 outStream.WriteByte((Byte)(fileSize >> (8 * i))); in Main2()
DLzmaBench.cs136 public override void WriteByte(byte b) in WriteByte() method in SevenZip.LzmaBench.CrcOutStream
/external/sfntly/cpp/src/test/
Dfont_data_test.cc182 wfd->WriteByte(index, b); in WriteFontDataWithSingleByte()

12