Home | History | Annotate | Download | only in src

Lines Matching full:font

57 					  hb_font_t *font,
71 !hb_font_get_glyph (font, u, 0, &u_glyph) ||
72 !hb_font_get_glyph (font, s, 0, &s_glyph) ||
107 hb_font_t *font)
127 if (!hb_font_get_glyph (font, first_u, 0, &first_glyph))
147 !hb_font_get_glyph (font, second_u, 0, &second_glyph) ||
148 !hb_font_get_glyph (font, ligature_u, 0, &ligature_glyph))
187 hb_font_t *font,
191 return arabic_fallback_synthesize_lookup_single (plan, font, feature_index);
193 return arabic_fallback_synthesize_lookup_ligature (plan, font);
209 hb_font_t *font)
218 fallback_plan->lookup_array[i] = arabic_fallback_synthesize_lookup (plan, font, i);
242 hb_font_t *font,
247 OT::hb_apply_context_t c (0, font, buffer, fallback_plan->mask_array[i], true/*auto_zwj*/);