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.hh220 if (unlikely (!make_room_for (1, 1))) return; in replace_glyph()
231 if (unlikely (!make_room_for (0, 1))) return Crap(hb_glyph_info_t); in output_glyph()
245 if (unlikely (!make_room_for (0, 1))) return; in output_info()
254 if (unlikely (!make_room_for (0, 1))) return; in copy_glyph()
269 if (unlikely (!make_room_for (1, 1))) return; in next_glyph()
286 if (unlikely (!make_room_for (n, n))) return; in next_glyphs()
342 HB_INTERNAL bool make_room_for (unsigned int num_in, unsigned int num_out);
Dhb-buffer.cc159 hb_buffer_t::make_room_for (unsigned int num_in, in make_room_for() function in hb_buffer_t
361 if (unlikely (!make_room_for (num_in, num_out))) return; in replace_glyphs()
397 if (unlikely (!make_room_for (count, count))) return false; in move_to()