Searched refs:ft_face (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ft.h63 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);
H A Dhb-ft.cc74 FT_Face ft_face; member in struct:hb_ft_font_t
77 bool unref; /* Whether to destroy ft_face when done. */
81 _hb_ft_font_create (FT_Face ft_face, bool symbol, bool unref) argument
88 ft_font->ft_face = ft_face;
98 _hb_ft_face_destroy (FT_Face ft_face) argument
100 FT_Done_Face (ft_face);
107 _hb_ft_face_destroy (ft_font->ft_face);
163 return ft_font->ft_face;
176 unsigned int g = FT_Get_Char_Index (ft_font->ft_face, unicod
264 FT_Face ft_face = ft_font->ft_face; local
307 FT_Face ft_face = ft_font->ft_face; local
339 FT_Face ft_face = ft_font->ft_face; local
380 FT_Face ft_face = ft_font->ft_face; local
412 FT_Face ft_face = ft_font->ft_face; local
436 _hb_ft_font_set_funcs(hb_font_t *font, FT_Face ft_face, bool unref) argument
484 FT_Face ft_face = (FT_Face) user_data; local
519 hb_ft_face_create(FT_Face ft_face, hb_destroy_func_t destroy) argument
553 hb_ft_face_create_referenced(FT_Face ft_face) argument
560 hb_ft_face_finalize(FT_Face ft_face) argument
575 hb_ft_face_create_cached(FT_Face ft_face) argument
601 hb_ft_font_create(FT_Face ft_face, hb_destroy_func_t destroy) argument
655 hb_ft_font_create_referenced(FT_Face ft_face) argument
700 _release_blob(FT_Face ft_face) argument
714 FT_Face ft_face = NULL; local
[all...]
/external/harfbuzz_ng/util/
H A Dhelper-cairo.cc82 FT_Face ft_face = NULL;//hb_ft_font_get_face (font); local
83 if (!ft_face)
95 &ft_face);
97 if (!ft_face)
115 FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords);
120 cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, 0);
156 FT_Face ft_face = cairo_ft_scaled_font_lock_face (scaled_font); local
157 if (ft_face)
159 if (FT_HAS_COLOR (ft_face))
/external/harfbuzz_ng/test/api/
H A Dtest-ot-math.c36 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;

Completed in 187 milliseconds