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

  /external/harfbuzz_ng/src/
hb-ft.cc 67 FT_Face ft_face; member in struct:hb_ft_font_t
70 bool unref; /* Whether to destroy ft_face when done. */
74 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref)
81 ft_font->ft_face = ft_face;
93 FT_Done_Face ((FT_Face) data);
102 _hb_ft_face_destroy (ft_font->ft_face);
150 FT_Face
259 FT_Face ft_face = ft_font->ft_face; local
302 FT_Face ft_face = ft_font->ft_face; local
334 FT_Face ft_face = ft_font->ft_face; local
375 FT_Face ft_face = ft_font->ft_face; local
407 FT_Face ft_face = ft_font->ft_face; local
479 FT_Face ft_face = (FT_Face) user_data; local
617 FT_Face ft_face = ft_font->ft_face; local
720 FT_Face ft_face = nullptr; local
    [all...]
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...]
  /external/harfbuzz_ng/util/
helper-cairo.cc 79 /* We cannot use the FT_Face from hb_font_t, as doing so will confuse hb_font_t because
82 FT_Face ft_face = nullptr;//hb_ft_font_get_face (font); local
83 if (!ft_face)
95 &ft_face);
97 if (!ft_face)
116 FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords);
122 cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, 0);
158 FT_Face ft_face = cairo_ft_scaled_font_lock_face (scaled_font) local
    [all...]
  /external/harfbuzz_ng/test/api/
test-ot-math.c 36 static FT_Face ft_face; variable
64 if ((ft_error = FT_New_Face (ft_library, path, 0, &ft_face))) {
70 if ((ft_error = FT_Set_Char_Size (ft_face, 2000, 1000, 0, 0)))
72 hb_font = hb_ft_font_create (ft_face, NULL);
81 FT_Done_Face (ft_face);
84 ft_face = NULL;
    [all...]

Completed in 186 milliseconds