Searched defs:would_substitute (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-indic.cc490 inline bool would_substitute (const hb_codepoint_t *glyphs, function in struct:would_substitute_feature_t
559 /* Use zero-context would_substitute() matching for new-spec of the main
597 if (indic_plan->blwf.would_substitute (glyphs , 2, face) ||
598 indic_plan->blwf.would_substitute (glyphs+1, 2, face))
600 if (indic_plan->pstf.would_substitute (glyphs , 2, face) ||
601 indic_plan->pstf.would_substitute (glyphs+1, 2, face))
605 (indic_plan->pref.would_substitute (glyphs , 2, face) ||
606 indic_plan->pref.would_substitute (glyphs+1, 2, face)))
608 indic_plan->pref.would_substitute (glyphs+1, 1, face)))
736 if (indic_plan->rphf.would_substitute (glyph
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic.cc490 inline bool would_substitute (const hb_codepoint_t *glyphs, function in struct:would_substitute_feature_t
559 /* Use zero-context would_substitute() matching for new-spec of the main
597 if (indic_plan->blwf.would_substitute (glyphs , 2, face) ||
598 indic_plan->blwf.would_substitute (glyphs+1, 2, face))
600 if (indic_plan->pstf.would_substitute (glyphs , 2, face) ||
601 indic_plan->pstf.would_substitute (glyphs+1, 2, face))
605 (indic_plan->pref.would_substitute (glyphs , 2, face) ||
606 indic_plan->pref.would_substitute (glyphs+1, 2, face)))
608 indic_plan->pref.would_substitute (glyphs+1, 1, face)))
736 if (indic_plan->rphf.would_substitute (glyph
[all...]

Completed in 414 milliseconds