Home
last modified time | relevance | path

Searched refs:table_initpos (Results 1 – 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-cmap-table.hh241 unsigned table_initpos = c->length (); in serialize() local
265 if (unlikely (!c->check_assign(this->length, c->length () - table_initpos))) return; in serialize()
579 unsigned table_initpos = c->length (); in serialize() local
621 this->length = c->length () - table_initpos; in serialize()
938 unsigned table_initpos = c->length (); in serialize() local
948 if (c->length () - table_initpos == CmapSubtableFormat14::min_size) in serialize()
953 c->check_assign (this->length, c->length () - table_initpos + tail_len); in serialize()
954 …c->check_assign (this->record.len, (c->length () - table_initpos - CmapSubtableFormat14::min_size)… in serialize()