Searched refs:will_overflow (Results 1 – 6 of 6) sorted by relevance
611 bool will_overflow (hb_vector_t<overflow_record_t>* overflows = nullptr) in will_overflow() function1139 if (!sorted_graph.will_overflow ()) in hb_resolve_overflows()1149 && sorted_graph.will_overflow ()) in hb_resolve_overflows()1160 && sorted_graph.will_overflow (&overflows) in hb_resolve_overflows()1185 if (sorted_graph.will_overflow ()) in hb_resolve_overflows()
988 assert (!graph.will_overflow (nullptr)); in test_will_overflow_1()1001 assert (graph.will_overflow (nullptr)); in test_will_overflow_2()1014 assert (graph.will_overflow (nullptr)); in test_will_overflow_3()
394 assert (!graph.will_overflow (nullptr)); in test_will_overflow_1()407 assert (graph.will_overflow (nullptr)); in test_will_overflow_2()420 assert (graph.will_overflow (nullptr)); in test_will_overflow_3()
400 bool will_overflow (hb_vector_t<overflow_record_t>* overflows = nullptr) in will_overflow() function677 if (!sorted_graph.will_overflow ()) in hb_resolve_overflows()689 && sorted_graph.will_overflow (&overflows) in hb_resolve_overflows()
749 bool will_overflow = false; in to_ulong() local752 will_overflow = true; in to_ulong()756 if (will_overflow) { in to_ulong()
66 if (graph.will_overflow())70 while (overflows = graph.will_overflow()):