Home
last modified time | relevance | path

Searched refs:num_hmetrics (Results 1 – 8 of 8) 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/freetype/src/sfnt/
Dsfwoff2.c361 FT_UShort* num_hmetrics ) in read_num_hmetrics() argument
373 *num_hmetrics = num_metrics; in read_num_hmetrics()
1388 FT_UShort num_hmetrics, in reconstruct_hmtx() argument
1426 if ( ( num_hmetrics > num_glyphs ) || in reconstruct_hmtx()
1427 ( num_hmetrics < 1 ) ) in reconstruct_hmtx()
1431 if ( num_hmetrics < 1 ) in reconstruct_hmtx()
1434 if ( FT_QNEW_ARRAY( advance_widths, num_hmetrics ) || in reconstruct_hmtx()
1439 for ( i = 0; i < num_hmetrics; i++ ) in reconstruct_hmtx()
1451 for ( i = 0; i < num_hmetrics; i++ ) in reconstruct_hmtx()
1468 for ( i = num_hmetrics; i < num_glyphs; i++ ) in reconstruct_hmtx()
[all …]
/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.hh80 unsigned int num_hmetrics) const in subset_update_header()
92 table->numberOfLongMetrics = num_hmetrics; in subset_update_header()
/external/freetype/include/freetype/internal/
Dwofftypes.h241 FT_UShort num_hmetrics; member
/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()
/external/freetype/docs/oldlogs/
DChangeLog.2104116 (reconstruct_font): Initialize `num_hmetrics'.