Searched defs:edit_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh197 this->edit_count = 0;
210 this->start, this->end, this->edit_count);
252 if (this->edit_count >= HB_SANITIZE_MAX_EDITS)
256 this->edit_count++;
261 this->edit_count,
281 unsigned int edit_count; member in struct:OT::hb_sanitize_context_t
313 if (c->edit_count) {
314 DEBUG_MSG_FUNC (SANITIZE, blob, "passed first round with %d edits; going for second round", c->edit_count);
317 c->edit_count = 0;
319 if (c->edit_count) {
325 unsigned int edit_count = c->edit_count; local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh197 this->edit_count = 0;
210 this->start, this->end, this->edit_count);
252 if (this->edit_count >= HB_SANITIZE_MAX_EDITS)
256 this->edit_count++;
261 this->edit_count,
281 unsigned int edit_count; member in struct:OT::hb_sanitize_context_t
313 if (c->edit_count) {
314 DEBUG_MSG_FUNC (SANITIZE, blob, "passed first round with %d edits; going for second round", c->edit_count);
317 c->edit_count = 0;
319 if (c->edit_count) {
325 unsigned int edit_count = c->edit_count; local
[all...]

Completed in 475 milliseconds