Lines Matching refs:lookupFlags
22 srcIndex(-1), destIndex(-1), lookupFlags(theLookupFlags), featureMask(theFeatureMask), glyphGroup(0),
54 lookupFlags = that.lookupFlags;
72 lookupFlags = that.lookupFlags;
90 lookupFlags = newLookupFlags;
107 lookupFlags = newLookupFlags;
140 return (lookupFlags & lfIgnoreMarks) != 0;
145 return (lookupFlags & lfBaselineIsLogicalEnd) != 0;
375 return (lookupFlags & lfIgnoreBaseGlyphs) != 0;
378 return (lookupFlags & lfIgnoreLigatures) != 0;
382 if ((lookupFlags & lfIgnoreMarks) != 0) {
386 le_uint16 markAttachType = (lookupFlags & lfMarkAttachTypeMask) >> lfMarkAttachTypeShift;
396 return (lookupFlags & lfIgnoreBaseGlyphs) != 0;