HomeSort by relevance Sort by last modified time
    Searched refs:hb_font_get_empty (Results 1 - 4 of 4) 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/harfbuzz_ng/src/
hb-buffer-serialize.cc 222 font = hb_font_get_empty ();
317 font = hb_font_get_empty ();
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-font.h 382 hb_font_get_empty (void);

Completed in 948 milliseconds