Home
last modified time | relevance | path

Searched refs:num_hmetrics (Results 1 – 5 of 5) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dhorizontal_metrics_table.cc86 int32_t num_hmetrics, in HorizontalMetricsTable() argument
89 num_hmetrics_(num_hmetrics), in HorizontalMetricsTable()
122 int32_t num_hmetrics) { in SetNumberOfHMetrics() argument
123 assert(num_hmetrics >= 0); in SetNumberOfHMetrics()
124 num_hmetrics_ = num_hmetrics; in SetNumberOfHMetrics()
127 table->num_hmetrics_ = num_hmetrics; in SetNumberOfHMetrics()
Dhorizontal_metrics_table.h42 void SetNumberOfHMetrics(int32_t num_hmetrics);
76 int32_t num_hmetrics,
/external/harfbuzz_ng/test/api/
Dtest-subset-hmtx.c40 uint16_t num_hmetrics = (raw_hhea[hhea_len - 2] << 8) + raw_hhea[hhea_len - 1]; in check_num_hmetrics() local
41 g_assert_cmpuint(expected_num_hmetrics, ==, num_hmetrics); in check_num_hmetrics()
/external/harfbuzz_ng/src/
Dhb-ot-hmtx-table.hh77 unsigned int num_hmetrics) const in subset_update_header()
89 table->numberOfLongMetrics = num_hmetrics; in subset_update_header()
/external/sfntly/cpp/src/sfntly/
Dfont.cc468 int32_t num_hmetrics = horizontal_header_builder->NumberOfHMetrics(); in InterRelateBuilders() local
469 if (num_hmetrics >= 0) in InterRelateBuilders()
470 horizontal_metrics_builder->SetNumberOfHMetrics(num_hmetrics); in InterRelateBuilders()