Home | History | Annotate | Download | only in hb-old

Lines Matching refs:openType

4  * This is part of HarfBuzz, an OpenType Layout engine library.
1198 static bool indic_shape_syllable(HB_Bool openType, HB_ShaperItem *item, bool invalid)
1546 if (openType) {
1823 HB_Bool openType = false;
1825 openType = HB_SelectScript(item, indic_features);
1847 if (!indic_shape_syllable(openType, &syllable, invalid)) {