Home | History | Annotate | Download | only in src

Lines Matching refs:would_substitute

460   inline bool would_substitute (const hb_codepoint_t *glyphs,
564 if (indic_plan->pref.would_substitute (glyphs , 2, zero_context, face) ||
565 indic_plan->pref.would_substitute (glyphs_r, 2, zero_context, face))
567 if (indic_plan->blwf.would_substitute (glyphs , 2, zero_context, face) ||
568 indic_plan->blwf.would_substitute (glyphs_r, 2, zero_context, face))
570 if (indic_plan->pstf.would_substitute (glyphs , 2, zero_context, face) ||
571 indic_plan->pstf.would_substitute (glyphs_r, 2, zero_context, face))
688 if (indic_plan->rphf.would_substitute (glyphs, ARRAY_LENGTH (glyphs), true, face))
994 if (indic_plan->pref.would_substitute (glyphs, ARRAY_LENGTH (glyphs), true, face))
1629 indic_plan->pstf.would_substitute (&glyph, 1, true, c->font->face)))