Searched defs:ft_face (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ft.cc71 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) argument
84 ft_font->ft_face = ft_face;
96 FT_Done_Face (ft_font->ft_face);
152 return ft_font->ft_face;
165 unsigned int g = FT_Get_Char_Index (ft_font->ft_face, unicode);
183 unsigned int g = FT_Face_GetCharVariantIndex (ft_font->ft_face, unicode, variation_selector);
201 if (unlikely (FT_Get_Advance (ft_font->ft_face, glyp
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
411 _hb_ft_font_set_funcs(hb_font_t *font, FT_Face ft_face, bool unref) argument
457 FT_Face ft_face = (FT_Face) user_data; local
492 hb_ft_face_create(FT_Face ft_face, hb_destroy_func_t destroy) argument
526 hb_ft_face_create_referenced(FT_Face ft_face) argument
533 hb_ft_face_finalize(FT_Face ft_face) argument
548 hb_ft_face_create_cached(FT_Face ft_face) argument
574 hb_ft_font_create(FT_Face ft_face, hb_destroy_func_t destroy) argument
606 hb_ft_font_create_referenced(FT_Face ft_face) argument
651 _release_blob(FT_Face ft_face) argument
665 FT_Face ft_face = NULL; local
[all...]
/external/harfbuzz_ng/util/
H A Dhelper-cairo.cc80 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)
141 if (FT_HAS_COLOR (ft_face))

Completed in 155 milliseconds