Home
last modified time | relevance | path

Searched refs:ft_library (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/util/
Dhelper-cairo-ft.hh36 static FT_Library ft_library; variable
42 FT_Done_FreeType (ft_library); in free_ft_library()
56 if (!ft_library) in helper_cairo_create_ft_font_face()
58 FT_Init_FreeType (&ft_library); in helper_cairo_create_ft_font_face()
67 if (FT_New_Memory_Face (ft_library, in helper_cairo_create_ft_font_face()
/external/harfbuzz_ng/test/api/
Dtest-ot-math.c35 static FT_Library ft_library; variable
44 if ((ft_error = FT_Init_FreeType (&ft_library))) in initFreeType()
51 FT_Done_FreeType (ft_library); in cleanupFreeType()
64 if ((ft_error = FT_New_Face (ft_library, path, 0, &ft_face))) { in openFont()