Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dwritable_font_data.cc57 int32_t WritableFontData::WriteByte(int32_t index, uint8_t b) { in WriteByte() function in sfntly::WritableFontData
105 return WriteByte(index, c); in WriteChar()
109 WriteByte(index, (uint8_t)((us >> 8) & 0xff)); in WriteUShort()
110 WriteByte(index + 1, (uint8_t)(us & 0xff)); in WriteUShort()
115 WriteByte(index, (uint8_t)(us & 0xff)); in WriteUShortLE()
116 WriteByte(index + 1, (uint8_t)((us >> 8) & 0xff)); in WriteUShortLE()
125 WriteByte(index, (uint8_t)((ui >> 16) & 0xff)); in WriteUInt24()
126 WriteByte(index + 1, (uint8_t)((ui >> 8) & 0xff)); in WriteUInt24()
127 WriteByte(index + 2, (uint8_t)(ui & 0xff)); in WriteUInt24()
132 WriteByte(index, (uint8_t)((ul >> 24) & 0xff)); in WriteULong()
[all …]
Dwritable_font_data.h51 virtual int32_t WriteByte(int32_t index, uint8_t b);
/third_party/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp156 void COutArchive::WriteByte(Byte b) in WriteByte() function in NArchive::N7z::COutArchive
162 _outByte.WriteByte(b); in WriteByte()
166 _outByte2.WriteByte(b); in WriteByte()
173 WriteByte((Byte)value); in WriteUInt32()
182 WriteByte((Byte)value); in WriteUInt64()
202 WriteByte(firstByte); in WriteNumber()
205 WriteByte((Byte)value); in WriteNumber()
316 WriteByte(b); in WriteBoolVector()
322 WriteByte(b); in WriteBoolVector()
329 WriteByte(id); in WritePropBoolVector()
[all …]
D7zOut.h39 void WriteByte(Byte b) in WriteByte() function
250 void WriteByte(Byte b);
/third_party/skia/third_party/externals/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()
/third_party/node/deps/v8/src/diagnostics/
Deh-frame.cc102 WriteByte(kCIEVersion); in WriteCie()
116 WriteByte(EhFrameConstants::kOmit); in WriteCie()
118 WriteByte(EhFrameConstants::kSData4 | EhFrameConstants::kPcRel); in WriteCie()
154 WriteByte(0); in WriteFdeHeader()
211 WriteByte(EhFrameConstants::kEhFrameHdrVersion); in WriteEhFrameHdr()
214 WriteByte(EhFrameConstants::kSData4 | EhFrameConstants::kPcRel); in WriteEhFrameHdr()
216 WriteByte(EhFrameConstants::kUData4); in WriteEhFrameHdr()
218 WriteByte(EhFrameConstants::kSData4 | EhFrameConstants::kDataRel); in WriteEhFrameHdr()
260 WriteByte((EhFrameConstants::kLocationTag in AdvanceLocation()
265 WriteByte(factored_delta); in AdvanceLocation()
[all …]
Deh-frame.h141 void WriteByte(byte value) { eh_frame_buffer_.push_back(value); } in WriteByte() function
143 WriteByte(static_cast<byte>(opcode)); in WriteOpcode()
/third_party/lzma/CPP/7zip/Common/
DOutBuffer.h48 void WriteByte(Byte b) in WriteByte() function
60 WriteByte(((const Byte *)data)[i]); in WriteBytes()
DCWrappers.h151 void WriteByte(Byte b) in WriteByte() function
/third_party/lzma/CS/7zip/Common/
DOutBuffer.cs30 public void WriteByte(byte b) in WriteByte() method in SevenZip.Buffer.OutBuffer
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dbyte_array_table_builder.cc42 data->WriteByte(index, b); in SetByteValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
DBitstreamWriter.h65 void WriteByte(unsigned char Value) { in WriteByte() function
395 WriteByte((unsigned char)B);
400 WriteByte(0);
/third_party/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoder.cs72 Stream.WriteByte((byte)(temp + (Low >> 32))); in ShiftLow()
/third_party/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp55 void WriteByte(Byte b) in WriteByte() function
96 OutStream.WriteByte(b); in PutByte()
/third_party/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
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dfont_data_test.cc182 wfd->WriteByte(index, b); in WriteFontDataWithSingleByte()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs85 memoryStream.WriteByte(0); in AssertReadVarint()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DCodedInputStreamTest.cs108 memoryStream.WriteByte(0); in AssertReadVarint()
/third_party/lzma/DOC/
Dlzma-specification.txt275 OutStream.WriteByte(b);