Lines Matching refs:load_flags
83 int load_flags; member
102 ft_font->load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING; in _hb_ft_font_create()
144 hb_ft_font_set_load_flags (hb_font_t *font, int load_flags) in hb_ft_font_set_load_flags() argument
154 ft_font->load_flags = load_flags; in hb_ft_font_set_load_flags()
178 return ft_font->load_flags; in hb_ft_font_get_load_flags()
335 int load_flags = ft_font->load_flags; in hb_ft_get_glyph_h_advances() local
354 FT_Get_Advance (ft_face, glyph, load_flags, &v); in hb_ft_get_glyph_h_advances()
374 …if (unlikely (FT_Get_Advance (ft_font->ft_face, glyph, ft_font->load_flags | FT_LOAD_VERTICAL_LAYO… in hb_ft_get_glyph_v_advance()
397 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_v_origin()
443 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_extents()
476 if (unlikely (FT_Load_Glyph (ft_face, glyph, ft_font->load_flags))) in hb_ft_get_glyph_contour_point()