Searched defs:ReadUShort (Results 1 - 2 of 2) sorted by relevance

/external/sfntly/cpp/src/sfntly/data/
H A Dfont_input_stream.cc99 int32_t FontInputStream::ReadUShort() { function in class:sfntly::FontInputStream
H A Dreadable_font_data.cc93 int32_t ReadableFontData::ReadUShort(int32_t index) { function in class:sfntly::ReadableFontData
151 return ReadUShort(index);
180 int32_t location_start = ReadUShort(start_index + location * start_offset);
186 int32_t location_end = ReadUShort(end_index + location * end_offset);
210 int32_t location_start = ReadUShort(start_index + location * start_offset);

Completed in 164 milliseconds