Home
last modified time | relevance | path

Searched refs:glyph_num (Results 1 – 2 of 2) sorted by relevance

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