OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_hmetrics
(Results
1 - 4
of
4
) sorted by null
/external/sfntly/cpp/src/sfntly/table/core/
horizontal_metrics_table.cc
86
int32_t
num_hmetrics
,
89
num_hmetrics_(
num_hmetrics
),
122
int32_t
num_hmetrics
) {
123
assert(
num_hmetrics
>= 0);
124
num_hmetrics_ =
num_hmetrics
;
127
table->num_hmetrics_ =
num_hmetrics
;
horizontal_metrics_table.h
42
void SetNumberOfHMetrics(int32_t
num_hmetrics
);
76
int32_t
num_hmetrics
,
/external/harfbuzz_ng/test/api/
test-subset-hmtx.c
40
uint16_t
num_hmetrics
= (raw_hhea[hhea_len - 2] << 8) + raw_hhea[hhea_len - 1];
local
41
g_assert_cmpuint(expected_num_hmetrics, ==,
num_hmetrics
);
/external/harfbuzz_ng/src/
hb-ot-hmtx-table.hh
69
unsigned int
num_hmetrics
) const
81
table->numberOfLongMetrics.set (
num_hmetrics
);
Completed in 81 milliseconds