HomeSort by relevance Sort by last modified time
    Searched refs:WriteShort (Results 1 - 10 of 10) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
zip_writer.cc 128 static void WriteShort(io::CodedOutputStream *out, uint16 val) {
153 WriteShort(&output, 10); // version needed to extract
154 WriteShort(&output, 0); // flags
155 WriteShort(&output, 0); // compression method: stored
156 WriteShort(&output, 0); // last modified time
157 WriteShort(&output, 0); // last modified date
161 WriteShort(&output, filename_size); // file name length
162 WriteShort(&output, 0); // extra field length
183 WriteShort(&output, 10); // version made by
184 WriteShort(&output, 10); // version needed to extrac
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.h 59 virtual void WriteShort(int32_t s);
writable_font_data.h 127 virtual int32_t WriteShort(int32_t index, int32_t s);
font_output_stream.cc 86 void FontOutputStream::WriteShort(int32_t s) {
writable_font_data.cc 120 int32_t WritableFontData::WriteShort(int32_t index, int32_t s) {
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_header_table.cc 122 InternalWriteData()->WriteShort(Offset::kVersion, ascender);
130 InternalWriteData()->WriteShort(Offset::kDescender, descender);
138 InternalWriteData()->WriteShort(Offset::kLineGap, line_gap);
154 InternalWriteData()->WriteShort(Offset::kMinLeftSideBearing, value);
162 InternalWriteData()->WriteShort(Offset::kMinRightSideBearing, value);
170 InternalWriteData()->WriteShort(Offset::kXMaxExtent, value);
font_header_table.cc 190 InternalWriteData()->WriteShort(Offset::kXMin, xmin);
198 InternalWriteData()->WriteShort(Offset::kYMin, ymin);
206 InternalWriteData()->WriteShort(Offset::kXMax, xmax);
214 InternalWriteData()->WriteShort(Offset::kYMax, ymax);
238 InternalWriteData()->WriteShort(Offset::kFontDirectionHint, hint);
249 InternalWriteData()->WriteShort(Offset::kIndexToLocFormat, format);
257 InternalWriteData()->WriteShort(Offset::kGlyphDataFormat, format);
os2_table.cc 303 InternalWriteData()->WriteShort(Offset::kXAvgCharWidth, width);
335 InternalWriteData()->WriteShort(Offset::kYSubscriptXSize, size);
343 InternalWriteData()->WriteShort(Offset::kYSubscriptYSize, size);
351 InternalWriteData()->WriteShort(Offset::kYSubscriptXOffset, offset);
359 InternalWriteData()->WriteShort(Offset::kYSubscriptYOffset, offset);
367 InternalWriteData()->WriteShort(Offset::kYSuperscriptXSize, size);
375 InternalWriteData()->WriteShort(Offset::kYSuperscriptYSize, size);
383 InternalWriteData()->WriteShort(Offset::kYSuperscriptXOffset, offset);
391 InternalWriteData()->WriteShort(Offset::kYSuperscriptYOffset, offset);
399 InternalWriteData()->WriteShort(Offset::kYStrikeoutSize, size)
    [all...]
cmap_table.cc     [all...]
  /external/sfntly/cpp/src/test/
endian_test.cc 62 fos.WriteShort(-32744);

Completed in 106 milliseconds