Home | History | Annotate | Download | only in src

Lines Matching defs:load_flags

49  *   - We don't handle any load_flags.  That definitely has API implications. :(
50 * I believe hb_ft_font_create() should take load_flags input.
92 int load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING;
95 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v)))
108 int load_flags = FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING | FT_LOAD_VERTICAL_LAYOUT;
111 if (unlikely (FT_Get_Advance (ft_face, glyph, load_flags, &v)))
140 int load_flags = FT_LOAD_DEFAULT;
142 if (unlikely (FT_Load_Glyph (ft_face, glyph, load_flags)))
189 int load_flags = FT_LOAD_DEFAULT;
191 if (unlikely (FT_Load_Glyph (ft_face, glyph, load_flags)))
211 int load_flags = FT_LOAD_DEFAULT;
213 if (unlikely (FT_Load_Glyph (ft_face, glyph, load_flags)))