Searched refs:ft_library (Results 1 – 3 of 3) sorted by relevance
65 static FT_Library ft_library; variable70 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()
664 static FT_Library ft_library; variable670 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()
35 static FT_Library ft_library; variable44 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()