Searched defs:featureMask (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphIterator.h117 FeatureMask featureMask; member in class:GlyphIterator
H A DLookupProcessor.cpp138 le_int32 LookupProcessor::selectLookups(const LEReferenceTo<FeatureTable> &featureTable, FeatureMask featureMask, le_int32 order, LEErrorCode &success) argument
151 lookupSelectArray[lookupListIndex] |= featureMask;
H A DArabicShaping.cpp142 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success); local
143 FeatureMask shape = featureMask & SHAPE_MASK;
147 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
H A DTibetanReordering.cpp180 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask) argument
187 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);

Completed in 169 milliseconds