/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | horizontal_metrics_table.cc | 86 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()
|
D | horizontal_metrics_table.h | 42 void SetNumberOfHMetrics(int32_t num_hmetrics); 76 int32_t num_hmetrics,
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | horizontal_metrics_table.cc | 86 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()
|
D | horizontal_metrics_table.h | 42 void SetNumberOfHMetrics(int32_t num_hmetrics); 76 int32_t num_hmetrics,
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
D | sfwoff2.c | 360 FT_UShort* num_hmetrics ) in read_num_hmetrics() argument 372 *num_hmetrics = num_metrics; in read_num_hmetrics() 1349 FT_UShort num_hmetrics, in reconstruct_hmtx() argument 1387 if ( ( num_hmetrics > num_glyphs ) || in reconstruct_hmtx() 1388 ( num_hmetrics < 1 ) ) in reconstruct_hmtx() 1392 if ( num_hmetrics < 1 ) in reconstruct_hmtx() 1395 if ( FT_NEW_ARRAY( advance_widths, num_hmetrics ) || in reconstruct_hmtx() 1400 for ( i = 0; i < num_hmetrics; i++ ) in reconstruct_hmtx() 1412 for ( i = 0; i < num_hmetrics; i++ ) in reconstruct_hmtx() 1429 for ( i = num_hmetrics; i < num_glyphs; i++ ) in reconstruct_hmtx() [all …]
|
/third_party/freetype/src/sfnt/ |
D | sfwoff2.c | 361 FT_UShort* num_hmetrics ) in read_num_hmetrics() argument 373 *num_hmetrics = num_metrics; in read_num_hmetrics() 1389 FT_UShort num_hmetrics, in reconstruct_hmtx() argument 1427 if ( ( num_hmetrics > num_glyphs ) || in reconstruct_hmtx() 1428 ( num_hmetrics < 1 ) ) in reconstruct_hmtx() 1432 if ( num_hmetrics < 1 ) in reconstruct_hmtx() 1435 if ( FT_NEW_ARRAY( advance_widths, num_hmetrics ) || in reconstruct_hmtx() 1440 for ( i = 0; i < num_hmetrics; i++ ) in reconstruct_hmtx() 1452 for ( i = 0; i < num_hmetrics; i++ ) in reconstruct_hmtx() 1469 for ( i = num_hmetrics; i < num_glyphs; i++ ) in reconstruct_hmtx() [all …]
|
/third_party/harfbuzz/test/api/ |
D | test-subset-hmtx.c | 40 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()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-subset-hmtx.c | 40 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()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-subset-hmtx.c | 40 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()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hmtx-table.hh | 69 unsigned int num_hmetrics) const in subset_update_header() 81 table->numberOfLongMetrics = num_hmetrics; in subset_update_header()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-hmtx-table.hh | 77 unsigned int num_hmetrics) const in subset_update_header() 89 table->numberOfLongMetrics = num_hmetrics; in subset_update_header()
|
/third_party/harfbuzz/src/ |
D | hb-ot-hmtx-table.hh | 77 unsigned int num_hmetrics) const in subset_update_header() 89 table->numberOfLongMetrics = num_hmetrics; in subset_update_header()
|
/third_party/freetype/include/freetype/internal/ |
D | wofftypes.h | 241 FT_UShort num_hmetrics; member
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | wofftypes.h | 241 FT_UShort num_hmetrics; member
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.cc | 468 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()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.cc | 468 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()
|
/third_party/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 4116 (reconstruct_font): Initialize `num_hmetrics'.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.210 | 4116 (reconstruct_font): Initialize `num_hmetrics'.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 22768 if ( num_hmetrics < 1 ) 22771 - if ( FT_NEW_ARRAY( advance_widths, num_hmetrics ) || 22773 + if ( FT_QNEW_ARRAY( advance_widths, num_hmetrics ) || 22781 hmtx_table_size = 2 * num_hmetrics + 2 * num_glyphs;
|