Searched refs:HmtxEntry (Results 1 – 1 of 1) sorted by relevance
/external/sfntly/cpp/src/test/ |
D | verify_hmtx.cc | 27 struct HmtxEntry { struct 31 HmtxEntry(int32_t advance_width, int32_t lsb) in HmtxEntry() argument 35 const HmtxEntry HMTX_ENTRIES[] = { 36 HmtxEntry(748, 68), // 0 37 HmtxEntry(0, 0), // 1 38 HmtxEntry(682, 0), // 2 39 HmtxEntry(616, 0), // 3 40 HmtxEntry(421, 103), // 4 41 HmtxEntry(690, 129), // 5 42 HmtxEntry(1589, 129), // 6 [all …]
|