Home
last modified time | relevance | path

Searched refs:will_overflow (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-repacker.hh611 bool will_overflow (hb_vector_t<overflow_record_t>* overflows = nullptr) in will_overflow() function
1139 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()
Dtest-repacker.cc988 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()
/third_party/harfbuzz/src/
Dtest-repacker.cc394 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()
Dhb-repacker.hh400 bool will_overflow (hb_vector_t<overflow_record_t>* overflows = nullptr) in will_overflow() function
677 if (!sorted_graph.will_overflow ()) in hb_resolve_overflows()
689 && sorted_graph.will_overflow (&overflows) in hb_resolve_overflows()
/third_party/boost/libs/dynamic_bitset/test/
Dbitset_test.hpp749 bool will_overflow = false; in to_ulong() local
752 will_overflow = true; in to_ulong()
756 if (will_overflow) { in to_ulong()
/third_party/skia/third_party/externals/harfbuzz/docs/
Drepacker.md66 if (graph.will_overflow())
70 while (overflows = graph.will_overflow()):