Lines Matching refs:ft_face
32135 + FT_Face ft_face = ft_font->ft_face;
32137 + if (unlikely (FT_Load_Glyph (ft_face, glyph,
32141 + if (ft_face->glyph->format != FT_GLYPH_FORMAT_OUTLINE)
32155 + FT_Outline_Decompose (&ft_face->glyph->outline,
72043 + FT_Face ft_face = nullptr;//hb_ft_font_get_face (font);
72044 + if (!ft_face)
72061 + &ft_face))
72064 + if (!ft_face)
72083 + FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords);
72089 + cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, font_opts->ft_load_flags);
72099 + FT_Face ft_face = cairo_ft_scaled_font_lock_face (scaled_font);
72100 + if (ft_face)
72102 + if (FT_HAS_COLOR (ft_face))
72483 - FT_Face ft_face = nullptr;//hb_ft_font_get_face (font);
72484 - if (!ft_face)
72501 - &ft_face))
72504 - if (!ft_face)
72525 - FT_Set_Var_Blend_Coordinates (ft_face, num_coords, ft_coords);
72532 - cairo_face = cairo_ft_font_face_create_for_ft_face (ft_face, font_opts->ft_load_flags);
72553 - FT_Face ft_face = cairo_ft_scaled_font_lock_face (scaled_font);
72554 - if (ft_face)
72556 - if (FT_HAS_COLOR (ft_face))