Home | History | Annotate | Download | only in src

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) {
1825 HB_Bool openType = false;
1827 openType = HB_SelectScript(item, indic_features);
1849 if (!indic_shape_syllable(openType, &syllable, invalid)) {