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 ();
170 return hb_face_get_empty ();
182 * hb_face_get_empty:
191 hb_face_get_empty (void) function
hb-shape-plan.cc 140 face = hb_face_get_empty ();
hb-font.cc 1119 face = hb_face_get_empty ();
1404 face = hb_face_get_empty ();
    [all...]
  /external/harfbuzz_ng/test/api/
test-font.c 41 g_assert (hb_face_get_empty ());
44 g_assert (hb_face_get_empty () != created_from_empty);
47 g_assert (hb_face_get_empty () != created_from_null);
49 g_assert (hb_face_reference_table (hb_face_get_empty (), HB_TAG ('h','e','a','d')) == hb_blob_get_empty ());
51 g_assert_cmpint (hb_face_get_upem (hb_face_get_empty ()), ==, 1000);
376 created_from_empty = hb_font_create (hb_face_get_empty ());
387 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 180 milliseconds