Home | History | Annotate | Download | only in src

Lines Matching refs:TRACE_RETURN

58     return TRACE_RETURN (c->check_struct (this));
107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
135 return TRACE_RETURN (table.sanitize (c, this));
174 if (unlikely (!u.header.version.sanitize (c))) return TRACE_RETURN (false);
177 case 1: return TRACE_RETURN (u.version1.sanitize (c));
178 default:return TRACE_RETURN (true);
236 if (unlikely (!u.tag.sanitize (c))) return TRACE_RETURN (false);
241 case TrueTypeTag: return TRACE_RETURN (u.fontFace.sanitize (c));
242 case TTCTag: return TRACE_RETURN (u.ttcHeader.sanitize (c));
243 default: return TRACE_RETURN (true);