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

  /external/harfbuzz_ng/src/
hb-face.h 59 hb_face_get_empty (void);
hb-face.cc 86 return hb_face_get_empty ();
168 return hb_face_get_empty ();
180 * hb_face_get_empty:
189 hb_face_get_empty (void) function
hb-shape-plan.cc 150 face = hb_face_get_empty ();
hb-font.cc 1119 face = hb_face_get_empty ();
    [all...]
  /external/harfbuzz_ng/test/api/
test-font.c 38 g_assert (hb_face_get_empty ());
39 g_assert (hb_face_get_empty () != hb_face_create (hb_blob_get_empty (), 0));
40 g_assert (hb_face_get_empty () != hb_face_create (NULL, 0));
42 g_assert (hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
44 g_assert_cmpint (hb_face_get_upem (hb_face_get_empty ()), ==, 1000);
361 g_assert (hb_font_get_empty () != hb_font_create (hb_face_get_empty ()));
366 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ());
test-object.c 91 return hb_font_create (hb_face_get_empty ());
test-ot-math.c 100 hb_face = hb_face_get_empty ();
    [all...]

Completed in 60 milliseconds