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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ft.cc 323 * hb_ft_face_create:
333 hb_ft_face_create (FT_Face ft_face, function
384 ft_face->generic.data = hb_ft_face_create (ft_face, NULL);
414 face = hb_ft_face_create (ft_face, destroy);
  /external/harfbuzz_ng/src/
hb-ft.cc 316 hb_ft_face_create (FT_Face ft_face, function
358 ft_face->generic.data = hb_ft_face_create (ft_face, NULL);
378 face = hb_ft_face_create (ft_face, destroy);

Completed in 219 milliseconds