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

/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_device_metrics_table.cc60 int32_t glyph_num) {
62 glyph_num < 0 || glyph_num >= num_glyphs_) {
69 Offset::kDeviceRecordWidths + glyph_num);
59 Width(int32_t record_index, int32_t glyph_num) argument
/external/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_device_metrics_table.cc60 int32_t glyph_num) {
62 glyph_num < 0 || glyph_num >= num_glyphs_) {
69 Offset::kDeviceRecordWidths + glyph_num);
59 Width(int32_t record_index, int32_t glyph_num) argument

Completed in 114 milliseconds