Lines Matching refs:glyphGroup
22 srcIndex(-1), destIndex(-1), lookupFlags(theLookupFlags), featureMask(theFeatureMask), glyphGroup(0),
56 glyphGroup = that.glyphGroup;
74 glyphGroup = 0;
92 glyphGroup = that.glyphGroup;
106 glyphGroup = 0;
412 return ((fm & featureMask) == featureMask) && (!matchGroup || (le_int32)(fm & LE_GLYPH_GROUP_MASK) == glyphGroup);
417 //glyphGroup = 0;
423 glyphGroup = (glyphStorage.getAuxData(position, success) & LE_GLYPH_GROUP_MASK);