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.cc158 hb_buffer_t::make_room_for (unsigned int num_in, in make_room_for() function in hb_buffer_t
355 if (unlikely (!make_room_for (num_in, num_out))) return; in replace_glyphs()
375 if (unlikely (!make_room_for (0, 1))) return; in output_glyph()
386 if (unlikely (!make_room_for (0, 1))) return; in output_info()
396 if (unlikely (!make_room_for (0, 1))) return; in copy_glyph()
420 if (unlikely (!make_room_for (count, count))) return false; in move_to()
449 if (unlikely (!make_room_for (1, 1))) return; in replace_glyph()
Dhb-buffer-private.hh229 if (unlikely (!make_room_for (1, 1))) return; in next_glyph()
285 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);