Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dhelper-cairo.cc65 static FT_Library ft_library; variable
71 FT_Done_FreeType (ft_library); in free_ft_library()
87 if (!ft_library) in helper_cairo_create_scaled_font()
89 FT_Init_FreeType (&ft_library); in helper_cairo_create_scaled_font()
98 if (FT_New_Memory_Face (ft_library, in helper_cairo_create_scaled_font()
/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()