HomeSort by relevance Sort by last modified time
    Searched refs:hb_ft_face_create (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ft.h 63 hb_ft_face_create (FT_Face ft_face,
66 /* This version is like hb_ft_face_create(), except that it caches
77 /* This version is like hb_ft_face_create(), except that it calls
99 /* See notes on hb_ft_face_create(). Same issues re lifecycle-management
hb-ft.cc 509 * hb_ft_face_create:
519 hb_ft_face_create (FT_Face ft_face, function
556 return hb_ft_face_create (ft_face, (hb_destroy_func_t) _hb_ft_face_destroy);
582 ft_face->generic.data = hb_ft_face_create (ft_face, NULL);
607 face = hb_ft_face_create (ft_face, destroy);

Completed in 494 milliseconds