HomeSort by relevance Sort by last modified time
    Searched defs:featureMask (Results 1 - 3 of 3) 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);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]

Completed in 455 milliseconds