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

  /external/sfntly/cpp/src/sfntly/data/
font_output_stream.h 62 virtual void WriteLong(int64_t l);
writable_font_data.h 155 virtual int32_t WriteLong(int32_t index, int64_t l);
font_output_stream.cc 103 void FontOutputStream::WriteLong(int64_t l) {
writable_font_data.cc 144 int32_t WritableFontData::WriteLong(int32_t index, int64_t l) {
149 return WriteLong(index, f);
  /external/sfntly/cpp/src/test/
endian_test.cc 66 fos.WriteLong(-256);
  /external/chromium/base/
pickle.h 96 bool WriteLong(long value) {
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format1.cc 198 size += new_data->WriteLong(size, *b);
index_sub_table_format2.cc 203 size += new_data->WriteLong(EblcTable::Offset::kIndexSubTable2_imageSize,
index_sub_table_format4.cc 243 size += new_data->WriteLong(size, offset_pair_array_.size() - 1);

Completed in 247 milliseconds