Home | History | Annotate | Download | only in src

Lines Matching full:unlikely

57     if (unlikely (!(this+coverage).add_coverage (c->input))) return;
100 if (unlikely (!c->extend_min (*this))) return_trace (false);
101 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false);
132 if (unlikely (iter.get_coverage () >= count))
142 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
147 if (unlikely (iter.get_coverage () >= count))
171 if (unlikely (index >= substitute.len)) return_trace (false);
185 if (unlikely (!c->extend_min (*this))) return_trace (false);
186 if (unlikely (!substitute.serialize (c, substitutes, num_glyphs))) return_trace (false);
187 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false);
217 if (unlikely (!c->extend_min (u.format))) return_trace (false);
242 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
282 if (unlikely (count == 1))
289 else if (unlikely (count == 0))
312 if (unlikely (!c->extend_min (*this))) return_trace (false);
313 if (unlikely (!substitute.serialize (c, glyphs, num_glyphs))) return_trace (false);
339 if (unlikely (iter.get_coverage () >= count))
349 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
383 if (unlikely (!c->extend_min (*this))) return_trace (false);
384 if (unlikely (!sequence.serialize (c, num_glyphs))) return_trace (false);
386 if (unlikely (!sequence[i].serialize (c, this).serialize (c,
390 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false);
421 if (unlikely (!c->extend_min (u.format))) return_trace (false);
434 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
461 if (unlikely (iter.get_coverage () >= count))
475 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
480 if (unlikely (iter.get_coverage () >= count))
508 if (unlikely (!alt_set.len)) return_trace (false);
517 if (unlikely (alt_index > alt_set.len || alt_index == 0)) return_trace (false);
533 if (unlikely (!c->extend_min (*this))) return_trace (false);
534 if (unlikely (!alternateSet.serialize (c, num_glyphs))) return_trace (false);
536 if (unlikely (!alternateSet[i].serialize (c, this).serialize (c,
540 if (unlikely (!coverage.serialize (c, this).serialize (c, glyphs, num_glyphs))) return_trace (false);
571 if (unlikely (!c->extend_min (u.format))) return_trace (false);
584 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
636 if (unlikely (!count)) return_trace (false);
640 if (unlikely (count == 1))
679 if (unlikely (!c->extend_min (*this))) return_trace (false);
681 if (unlikely (!component.serialize (c, components, num_components))) return_trace (false);
753 if (unlikely (!c->extend_min (*this))) return_trace (false);
754 if (unlikely (!ligature.serialize (c, num_ligatures))) return_trace (false);
756 if (unlikely (!ligature[i].serialize (c, this).serialize (c,
788 if (unlikely (iter.get_coverage () >= count))
798 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
803 if (unlikely (iter.get_coverage () >= count))
845 if (unlikely (!c->extend_min (*this))) return_trace (false);
846 if (unlikely (!ligatureSet.serialize (c, num_first_glyphs))) return_trace (false);
848 if (unlikely (!ligatureSet[i].serialize (c, this).serialize (c,
854 if (unlikely (!coverage.serialize (c, this).serialize (c, first_glyphs, num_first_glyphs))) return_trace (false);
887 if (unlikely (!c->extend_min (u.format))) return_trace (false);
906 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
957 if (unlikely (iter.get_coverage () >= count))
967 if (unlikely (!(this+coverage).add_coverage (c->input))) return;
973 if (unlikely (!(this+backtrack[i]).add_coverage (c->before))) return;
978 if (unlikely (!(this+lookahead[i]).add_coverage (c->after))) return;
999 if (unlikely (c->nesting_level_left != HB_MAX_NESTING_LEVEL))
1067 if (unlikely (!c->may_dispatch (this, &u.format))) return_trace (c->no_dispatch_return_value ());
1106 if (unlikely (!c->may_dispatch (this, &u.sub_format))) return_trace (c->no_dispatch_return_value ());
1148 if (unlikely (type == SubstLookupSubTable::Extension))
1184 if (unlikely (!c->len)) return_trace (false);
1202 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Single, lookup_props, 1))) return_trace (false);
1214 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Multiple, lookup_props, 1))) return_trace (false);
1230 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Alternate, lookup_props, 1))) return_trace (false);
1248 if (unlikely (!Lookup::serialize (c, SubstLookupSubTable::Ligature, lookup_props, 1))) return_trace (false);
1268 if (unlikely (!Lookup::sanitize (c))) return_trace (false);
1269 if (unlikely (!dispatch (c))) return_trace (false);
1271 if (unlikely (get_type () == SubstLookupSubTable::Extension))
1277 if (unlikely (type == SubstLookupSubTable::Extension))
1306 if (unlikely (!GSUBGPOS::sanitize (c))) return_trace (false);
1334 if (unlikely (type == SubstLookupSubTable::Extension))