Searched defs:ReadULong (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.cc111 int64_t FontInputStream::ReadULong() { function in class:sfntly::FontInputStream
116 int64_t ulong = ReadULong();
129 return (int64_t)ReadULong() << 32 | ReadULong();
H A Dreadable_font_data.cc107 int64_t ReadableFontData::ReadULong(int32_t index) { function in class:sfntly::ReadableFontData
115 int64_t ulong = ReadULong(index);
143 return (int64_t)ReadULong(index) << 32 | ReadULong(index + 4);
321 sum += ReadULong(i);
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.cc111 int64_t FontInputStream::ReadULong() { function in class:sfntly::FontInputStream
116 int64_t ulong = ReadULong();
129 return (int64_t)ReadULong() << 32 | ReadULong();
H A Dreadable_font_data.cc107 int64_t ReadableFontData::ReadULong(int32_t index) { function in class:sfntly::ReadableFontData
115 int64_t ulong = ReadULong(index);
143 return (int64_t)ReadULong(index) << 32 | ReadULong(index + 4);
321 sum += ReadULong(i);

Completed in 166 milliseconds