Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/opentype/
H A Dopen_type_vertical_data.cc154 uint16_t count_hmtx_entries = hhea->number_of_h_metrics; in LoadMetrics() local
155 if (!count_hmtx_entries) { in LoadMetrics()
163 count_hmtx_entries); in LoadMetrics()
168 advance_widths_.resize(count_hmtx_entries); in LoadMetrics()
169 for (uint16_t i = 0; i < count_hmtx_entries; ++i) in LoadMetrics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/opentype/
H A Dopen_type_vertical_data.cc154 uint16_t count_hmtx_entries = hhea->number_of_h_metrics; in LoadMetrics() local
155 if (!count_hmtx_entries) { in LoadMetrics()
163 count_hmtx_entries); in LoadMetrics()
168 advance_widths_.resize(count_hmtx_entries); in LoadMetrics()
169 for (uint16_t i = 0; i < count_hmtx_entries; ++i) in LoadMetrics()