Lines Matching refs:edit_count
124 writable (false), edit_count (0), in hb_sanitize_context_t()
194 this->edit_count = 0; in start_processing()
207 this->start, this->end, this->edit_count); in end_processing()
214 unsigned get_edit_count () { return edit_count; } in get_edit_count()
275 if (this->edit_count >= HB_SANITIZE_MAX_EDITS) in may_edit()
279 this->edit_count++; in may_edit()
283 this->edit_count, in may_edit()
325 if (edit_count) in sanitize_blob()
327 …MSG_FUNC (SANITIZE, start, "passed first round with %d edits; going for second round", edit_count); in sanitize_blob()
330 edit_count = 0; in sanitize_blob()
332 if (edit_count) { in sanitize_blob()
333 DEBUG_MSG_FUNC (SANITIZE, start, "requested %d edits in second round; FAILLING", edit_count); in sanitize_blob()
340 if (edit_count && !writable) { in sanitize_blob()
382 unsigned int edit_count; member