Home
last modified time | relevance | path

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

/external/harfbuzz_ng/util/
Dhelper-cairo.cc65 static FT_Library ft_library; variable
70 FT_Done_FreeType (ft_library); in free_ft_library()
85 if (!ft_library) in helper_cairo_create_scaled_font()
87 FT_Init_FreeType (&ft_library); in helper_cairo_create_scaled_font()
92 FT_New_Face (ft_library, in helper_cairo_create_scaled_font()
/external/harfbuzz_ng/src/
Dhb-ft.cc664 static FT_Library ft_library; variable
670 FT_Done_FreeType (ft_library); in free_ft_library()
678 FT_Library library = (FT_Library) hb_atomic_ptr_get (&ft_library); in get_ft_library()
686 if (!hb_atomic_ptr_cmpexch (&ft_library, NULL, library)) { in get_ft_library()
/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()