HomeSort by relevance Sort by last modified time
    Searched full:hb_font_get_empty (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz_ng/test/api/
test-font.c 351 g_assert (hb_font_get_empty ());
352 g_assert (hb_font_get_empty () == hb_font_create (hb_face_get_empty ()));
353 g_assert (hb_font_get_empty () == hb_font_create (NULL));
354 g_assert (hb_font_get_empty () == hb_font_create_sub_font (NULL));
355 g_assert (hb_font_is_immutable (hb_font_get_empty ()));
357 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ());
358 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-font.cc 789 return hb_font_get_empty ();
791 return hb_font_get_empty ();
804 return hb_font_get_empty ();
823 hb_font_get_empty (void) function
hb-buffer-serialize.cc 222 font = hb_font_get_empty ();
317 font = hb_font_get_empty ();
hb-font.h 382 hb_font_get_empty (void);
  /external/harfbuzz_ng/src/
hb-font.cc 789 return hb_font_get_empty ();
791 return hb_font_get_empty ();
804 return hb_font_get_empty ();
823 hb_font_get_empty (void) function
hb-buffer-serialize.cc 222 font = hb_font_get_empty ();
317 font = hb_font_get_empty ();
hb-font.h 382 hb_font_get_empty (void);
  /external/chromium_org/third_party/harfbuzz-ng/
NEWS 604 hb_font_get_empty()
  /external/harfbuzz_ng/
NEWS 575 hb_font_get_empty()

Completed in 3433 milliseconds