Home
last modified time | relevance | path

Searched refs:would_substitute (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic.cc320 if (indic_plan->blwf.would_substitute (glyphs , 2, face) || in consonant_position_from_face()
321 indic_plan->blwf.would_substitute (glyphs+1, 2, face)) in consonant_position_from_face()
323 if (indic_plan->pstf.would_substitute (glyphs , 2, face) || in consonant_position_from_face()
324 indic_plan->pstf.would_substitute (glyphs+1, 2, face)) in consonant_position_from_face()
326 if (indic_plan->pref.would_substitute (glyphs , 2, face) || in consonant_position_from_face()
327 indic_plan->pref.would_substitute (glyphs+1, 2, face)) in consonant_position_from_face()
471 if (indic_plan->rphf.would_substitute (glyphs, 2, face) || in initial_reordering_consonant_syllable()
473 indic_plan->rphf.would_substitute (glyphs, 3, face))) in initial_reordering_consonant_syllable()
856 if (indic_plan->pref.would_substitute (glyphs, pref_len, face)) in initial_reordering_consonant_syllable()
1558 indic_plan->pstf.would_substitute (&glyph, 1, c->font->face))) in decompose_indic()
Dhb-ot-shape-complex-indic.hh418 bool would_substitute (const hb_codepoint_t *glyphs, in would_substitute() function