Home | History | Annotate | Download | only in src

Lines Matching refs:return_trace

69     return_trace (c->check_struct (this));
128 if (unlikely (!c->extend_min (*this))) return_trace (false);
133 if (unlikely (!tables.serialize (c, items.len))) return_trace (false);
185 return_trace (true);
191 return_trace (c->check_struct (this) && tables.sanitize (c));
217 return_trace (table.sanitize (c, this));
257 if (unlikely (!u.header.version.sanitize (c))) return_trace (false);
260 case 1: return_trace (u.version1.sanitize (c));
261 default:return_trace (true);
291 return_trace (c->check_struct (this) &&
327 return_trace (c->check_struct (this) &&
375 return_trace (c->check_struct (this) &&
418 return_trace (c->check_struct (this) &&
490 if (unlikely (!c->extend_min (*this))) return_trace (false);
491 return_trace (u.fontFace.serialize (c, sfnt_tag, items));
497 if (unlikely (!u.tag.sanitize (c))) return_trace (false);
502 case TrueTypeTag: return_trace (u.fontFace.sanitize (c));
503 case TTCTag: return_trace (u.ttcHeader.sanitize (c));
504 case DFontTag: return_trace (u.rfHeader.sanitize (c));
505 default: return_trace (true);