Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type-private.hh194 writable (false), edit_count (0), in hb_sanitize_context_t()
218 this->edit_count = 0; in start_processing()
231 this->start, this->end, this->edit_count); in end_processing()
276 if (this->edit_count >= HB_SANITIZE_MAX_EDITS) in may_edit()
280 this->edit_count++; in may_edit()
284 this->edit_count, in may_edit()
304 unsigned int edit_count; member
336 if (c->edit_count) { in sanitize()
337 …NC (SANITIZE, c->start, "passed first round with %d edits; going for second round", c->edit_count); in sanitize()
340 c->edit_count = 0; in sanitize()
[all …]
Dhb-ot-layout-common-private.hh549 if (c->edit_count > 1) in sanitize()
550 c->edit_count--; /* This was a "legitimate" edit; don't contribute to error count. */ in sanitize()