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

  /external/harfbuzz_ng/src/
hb-ft.h 63 hb_ft_face_create (FT_Face ft_face,
75 hb_ft_face_create_cached (FT_Face ft_face);
85 hb_ft_face_create_referenced (FT_Face ft_face);
102 hb_ft_font_create (FT_Face ft_face,
108 hb_ft_font_create_referenced (FT_Face ft_face);
    [all...]
hb-ft.cc 71 FT_Face ft_face; member in struct:hb_ft_font_t
73 bool unref; /* Whether to destroy ft_face when done. */
77 _hb_ft_font_create (FT_Face ft_face, bool unref)
84 ft_font->ft_face = ft_face;
96 FT_Done_Face (ft_font->ft_face);
144 FT_Face
152 return ft_font->ft_face;
239 FT_Face ft_face = ft_font->ft_face; local
282 FT_Face ft_face = ft_font->ft_face; local
314 FT_Face ft_face = ft_font->ft_face; local
355 FT_Face ft_face = ft_font->ft_face; local
387 FT_Face ft_face = ft_font->ft_face; local
457 FT_Face ft_face = (FT_Face) user_data; local
665 FT_Face ft_face = NULL; local
    [all...]
  /external/harfbuzz_ng/util/
helper-cairo.cc 78 /* We cannot use the FT_Face from hb_font_t, as doing so will confuse hb_font_t because
80 FT_Face ft_face = NULL;//hb_ft_font_get_face (font); local
81 if (!ft_face)
93 &ft_face);
95 if (!ft_face)
103 cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, 0);
138 FT_Face ft_face = cairo_ft_scaled_font_lock_face (scaled_font); local
139 if (ft_face)
    [all...]

Completed in 65 milliseconds