Home
last modified time | relevance | path

Searched defs:class_def_size_estimator_t (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/graph/
H A Dclassdef-graph.hh135 struct class_def_size_estimator_t struct
138 constexpr static unsigned class_def_format1_base_size = 6;
139 constexpr static unsigned class_def_format2_base_size = 4;
140 constexpr static unsigned coverage_base_size = 4;
141 constexpr static unsigned bytes_per_range = 6;
142 constexpr static unsigned bytes_per_glyph = 2;
145 class_def_size_estimator_t (It glyph_and_class) in class_def_size_estimator_t() argument
183 void reset() { in reset()
191 unsigned coverage_size () const in coverage_size()
199 unsigned add_class_def_size (unsigned klass) in add_class_def_size()
[all …]