Searched refs:hb_buffer_pre_allocate (Results 1 – 5 of 5) sorted by relevance
328 g_assert (hb_buffer_pre_allocate (b, 100)); in test_buffer_allocation()333 g_assert (!hb_buffer_pre_allocate (b, (unsigned int) -1)); in test_buffer_allocation()338 g_assert (hb_buffer_pre_allocate (b, 50)); in test_buffer_allocation()346 g_assert (!hb_buffer_pre_allocate (b, ((unsigned int) -1) / 20 + 1)); in test_buffer_allocation()356 g_assert (!hb_buffer_pre_allocate (b, ((unsigned int) -1) / 20 - 1)); in test_buffer_allocation()
362 hb_buffer_pre_allocate (hb_buffer_t *buffer,
1267 hb_buffer_pre_allocate (hb_buffer_t *buffer, unsigned int size) in hb_buffer_pre_allocate() function
50 hb_buffer_pre_allocate
1870 Use hb_buffer_pre_allocate() to pre-allocate.2003 hb_buffer_ensure() renamed to hb_buffer_pre_allocate()