Home
last modified time | relevance | path

Searched refs:hb_font_get_face (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/test/api/
Dtest-font.c118 unsigned int upem = hb_face_get_upem (hb_font_get_face (font)); in _test_font_nil_funcs()
366 g_assert (hb_font_get_face (hb_font_get_empty ()) == hb_face_get_empty ()); in test_font_empty()
388 g_assert (hb_font_get_face (font) == face); in test_font_properties()
406 upem = hb_face_get_upem (hb_font_get_face (font)); in test_font_properties()
473 g_assert (hb_font_get_face (subfont) == face); in test_font_properties()
/external/freetype/src/autofit/
Dhbshim.c126 face = hb_font_get_face( globals->hb_font ); in af_get_coverage()
/external/harfbuzz_ng/docs/
Dharfbuzz-sections.txt207 hb_font_get_face
/external/harfbuzz_ng/src/
Dhb-font.h567 hb_font_get_face (hb_font_t *font);
Dhb-font.cc1386 hb_font_get_face (hb_font_t *font) in hb_font_get_face() function