OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadUShort
(Results
1 - 2
of
2
) sorted by null
/external/sfntly/cpp/src/sfntly/data/
font_input_stream.cc
99
int32_t FontInputStream::
ReadUShort
() {
readable_font_data.cc
93
int32_t ReadableFontData::
ReadUShort
(int32_t index) {
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 459 milliseconds