Lines Matching refs:properties
1150 static QString propertiesToString(int properties)
1153 properties = ~properties;
1154 if (properties & LocaProperty)
1156 if (properties & CcmpProperty)
1158 if (properties & InitProperty)
1160 if (properties & NuktaProperty)
1162 if (properties & AkhantProperty)
1164 if (properties & RephProperty)
1166 if (properties & PreFormProperty)
1168 if (properties & BelowFormProperty)
1170 if (properties & AboveFormProperty)
1172 if (properties & HalfFormProperty)
1174 if (properties & PostFormProperty)
1176 if (properties & ConjunctFormProperty)
1178 if (properties & VattuProperty)
1180 if (properties & PreSubstProperty)
1182 if (properties & BelowSubstProperty)
1184 if (properties & AboveSubstProperty)
1186 if (properties & PostSubstProperty)
1188 if (properties & HalantProperty)
1190 if (properties & CligProperty)
1192 if (properties & IndicCaltProperty)
1219 unsigned char properties = scriptProperties[script-HB_Script_Devanagari];
1264 if ((properties & HasReph) && (len > 2) &&
1398 if (properties & HasReph)
1555 HB_STACKARRAY(unsigned int, properties, len);
1562 properties[i] = ~(LocaProperty
1580 properties[0] &= ~InitProperty;
1585 properties[i] &= ~AkhantProperty;
1588 properties[reph] &= ~RephProperty;
1589 properties[reph+1] &= ~RephProperty;
1593 properties[i] &= ~BelowFormProperty;
1603 properties[i] &= ~BelowFormProperty;
1604 properties[i+1] &= ~BelowFormProperty;
1611 properties[i] &= ~HalfFormProperty;
1615 properties[i-1] &= ~HalfFormProperty;
1616 properties[i-2] &= ~HalfFormProperty;
1618 properties[i-1] &= ~HalfFormProperty;
1619 properties[i-2] &= ~HalfFormProperty;
1625 properties[i] &= ~PostFormProperty;
1636 // IDEBUG("OT properties:");
1638 // qDebug(" i: %s", ::propertiesToString(properties[i]).toLatin1().data());
1644 HB_OpenTypeShape(item, properties);
1670 HB_FREE_STACKARRAY(properties);