HomeSort by relevance Sort by last modified time
    Searched defs:featureMask (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
GlyphIterator.h 27 FeatureMask theFeatureMask, const GlyphDefinitionTableHeader *theGlyphDefinitionTableHeader);
31 GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask);
92 FeatureMask featureMask;
ArabicShaping.cpp 115 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success);
116 FeatureMask shape = featureMask & SHAPE_MASK;
120 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);

Completed in 110 milliseconds