Home
last modified time | relevance | path

Searched refs:make_room_for (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-buffer.cc125 hb_buffer_t::make_room_for (unsigned int num_in, in make_room_for() function in hb_buffer_t
315 if (unlikely (!make_room_for (num_in, num_out))) return; in replace_glyphs()
335 if (unlikely (!make_room_for (0, 1))) return; in output_glyph()
346 if (unlikely (!make_room_for (0, 1))) return; in output_info()
356 if (unlikely (!make_room_for (0, 1))) return; in copy_glyph()
378 if (unlikely (!make_room_for (count, count))) return false; in move_to()
405 if (unlikely (!make_room_for (1, 1))) return; in replace_glyph()
Dhb-buffer-private.hh146 if (unlikely (!make_room_for (1, 1))) return; in next_glyph()
187 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);