Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-open-type.hh287 bool sanitize_shallow (hb_sanitize_context_t *c, const void *base) const in sanitize_shallow() function
299 return_trace (sanitize_shallow (c, base) && in sanitize()
308 return_trace (sanitize_shallow (c, base) && in sanitize()
317 return_trace (sanitize_shallow (c, base) && in sanitize()
326 return_trace (sanitize_shallow (c, base) && in sanitize()
400 if (unlikely (!sanitize_shallow (c, count))) return_trace (false); in sanitize()
416 if (unlikely (!sanitize_shallow (c, count))) return_trace (false); in sanitize()
426 if (unlikely (!sanitize_shallow (c, count))) return_trace (false); in sanitize()
433 bool sanitize_shallow (hb_sanitize_context_t *c, unsigned int count) const in sanitize_shallow() function
569 if (unlikely (!sanitize_shallow (c))) return_trace (false); in sanitize()
[all …]
Dhb-ot-color-svg-table.hh105 (this+svgDocEntries).sanitize_shallow (c))); in sanitize()
Dhb-ot-color-sbix-table.hh69 imageOffsetsZ.sanitize_shallow (c, c->get_num_glyphs () + 1)); in sanitize()