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.cc162 hb_buffer_t::make_room_for (unsigned int num_in, in make_room_for() function in hb_buffer_t
353 if (unlikely (!make_room_for (num_in, num_out))) return; in replace_glyphs()
373 if (unlikely (!make_room_for (0, 1))) return; in output_glyph()
384 if (unlikely (!make_room_for (0, 1))) return; in output_info()
394 if (unlikely (!make_room_for (0, 1))) return; in copy_glyph()
418 if (unlikely (!make_room_for (count, count))) return false; in move_to()
445 if (unlikely (!make_room_for (1, 1))) return; in replace_glyph()
Dhb-buffer-private.hh213 if (unlikely (!make_room_for (1, 1))) return; in next_glyph()
263 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);