Searched refs:sanitize_shallow (Results 1 – 3 of 3) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 287 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 …]
|
D | hb-ot-color-svg-table.hh | 105 (this+svgDocEntries).sanitize_shallow (c))); in sanitize()
|
D | hb-ot-color-sbix-table.hh | 69 imageOffsetsZ.sanitize_shallow (c, c->get_num_glyphs () + 1)); in sanitize()
|