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

  /external/harfbuzz_ng/test/api/
test-font.c 440 g_assert (hb_font_get_empty ());
443 g_assert (hb_font_get_empty () != created_from_empty);
446 g_assert (hb_font_get_empty () != created_from_null);
449 g_assert (hb_font_get_empty () != created_sub_from_null);
451 g_assert (hb_font_is_immutable (hb_font_get_empty ()));
453 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ());
454 g_assert (hb_font_get_parent (hb_font_get_empty ()) == NULL);
480 g_assert (hb_font_get_parent (font) == hb_font_get_empty ());
484 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty());
489 g_assert (hb_font_get_parent (subfont) == hb_font_get_empty());
    [all...]
test-ot-math.c 106 hb_font = hb_font_get_empty ();
    [all...]
  /external/harfbuzz_ng/util/
hb-fc.cc 106 return hb_font_get_empty ();
  /external/harfbuzz_ng/src/
hb-buffer-serialize.cc 357 font = hb_font_get_empty ();
467 font = hb_font_get_empty ();
hb-font.cc 1323 return hb_font_get_empty ();
1326 font->parent = hb_font_get_empty ();
1370 parent = hb_font_get_empty ();
1402 * hb_font_get_empty:
1411 hb_font_get_empty () function
    [all...]
hb-font.h 571 hb_font_get_empty (void);

Completed in 325 milliseconds