OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_buffer_pre_allocate
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/test/api/
test-buffer.c
328
g_assert (
hb_buffer_pre_allocate
(b, 100));
333
g_assert (!
hb_buffer_pre_allocate
(b, (unsigned int) -1));
338
g_assert (
hb_buffer_pre_allocate
(b, 50));
346
g_assert (!
hb_buffer_pre_allocate
(b, ((unsigned int) -1) / 20 + 1));
356
g_assert (!
hb_buffer_pre_allocate
(b, ((unsigned int) -1) / 20 - 1));
/external/harfbuzz_ng/src/
hb-buffer.h
302
hb_buffer_pre_allocate
(hb_buffer_t *buffer,
hb-buffer.cc
1203
*
hb_buffer_pre_allocate
:
1215
hb_buffer_pre_allocate
(hb_buffer_t *buffer, unsigned int size)
function
1268
* Similar to
hb_buffer_pre_allocate
(), but clears any new items added at the
[
all
...]
Completed in 56 milliseconds