Searched refs:featureMask (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/layout/
H A DGlyphIterator.cpp22 srcIndex(-1), destIndex(-1), lookupFlags(theLookupFlags), featureMask(theFeatureMask), glyphGroup(0),
55 featureMask = that.featureMask;
73 featureMask = newFeatureMask;
91 featureMask = that.featureMask;
105 featureMask = newFeatureMask;
405 if (featureMask == 0) {
412 return ((fm & featureMask) == featureMask)
[all...]
H A DArabicShaping.cpp115 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success); local
116 FeatureMask shape = featureMask & SHAPE_MASK;
120 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
H A DLookupProcessor.h62 le_int32 selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order);
H A DGlyphIterator.h92 FeatureMask featureMask; member in class:GlyphIterator
H A DLookupProcessor.cpp109 le_int32 LookupProcessor::selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order) argument
120 lookupSelectArray[lookupListIndex] |= featureMask;
H A DTibetanReordering.cpp155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask) argument
162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);

Completed in 82 milliseconds