Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-cff-interp-cs-common.hh64 struct biased_subrs_t struct
66 void init (const SUBRS *subrs_) in init()
78 void fini () {} in fini()
80 unsigned int get_count () const { return subrs ? subrs->count : 0; } in get_count()
81 unsigned int get_bias () const { return bias; } in get_bias()
83 hb_ubytes_t operator [] (unsigned int index) const in operator []()
92 unsigned int bias;
93 const SUBRS *subrs;