Home
last modified time | relevance | path

Searched refs:hb_buffer_pre_allocate (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-buffer.c328 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()
/external/harfbuzz_ng/src/
Dhb-buffer.h302 hb_buffer_pre_allocate (hb_buffer_t *buffer,
Dhb-buffer.cc1223 hb_buffer_pre_allocate (hb_buffer_t *buffer, unsigned int size) in hb_buffer_pre_allocate() function
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt36 hb_buffer_pre_allocate
/external/harfbuzz_ng/
DNEWS1237 Use hb_buffer_pre_allocate() to pre-allocate.
1370 hb_buffer_ensure() renamed to hb_buffer_pre_allocate()