HomeSort by relevance Sort by last modified time
    Searched refs:hb_buffer_allocation_successful (Results 1 - 3 of 3) sorted by null

  /external/harfbuzz_ng/test/api/
test-buffer.c 287 g_assert (hb_buffer_allocation_successful (b));
330 g_assert (hb_buffer_allocation_successful (b));
335 g_assert (!hb_buffer_allocation_successful (b));
340 g_assert (!hb_buffer_allocation_successful (b));
343 g_assert (hb_buffer_allocation_successful (b));
347 g_assert (!hb_buffer_allocation_successful (b));
350 g_assert (hb_buffer_allocation_successful (b));
357 g_assert (!hb_buffer_allocation_successful (b));
361 g_assert (hb_buffer_allocation_successful (b));
830 g_assert (!hb_buffer_allocation_successful (b))
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.h 307 hb_buffer_allocation_successful (hb_buffer_t *buffer);
hb-buffer.cc 684 * hb_buffer_allocation_successful() returns %false.
1229 * hb_buffer_allocation_successful:
1240 hb_buffer_allocation_successful (hb_buffer_t *buffer) function
    [all...]

Completed in 42 milliseconds