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

  /external/icu/icu4c/source/layout/
GlyphIterator.cpp 19 FeatureMask theFeatureMask, const LEReferenceTo<GlyphDefinitionTableHeader> &theGlyphDefinitionTableHeader)
22 srcIndex(-1), destIndex(-1), lookupFlags(theLookupFlags), featureMask(theFeatureMask), glyphGroup(0),
59 featureMask = that.featureMask;
66 GlyphIterator::GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask)
78 featureMask = newFeatureMask;
97 featureMask = that.featureMask;
109 void GlyphIterator::reset(le_uint16 newLookupFlags, FeatureMask newFeatureMask)
112 featureMask = newFeatureMask
    [all...]
LookupProcessor.h 65 le_int32 selectLookups(const LEReferenceTo<FeatureTable> &featureTable, FeatureMask featureMask, le_int32 order, LEErrorCode &success);
70 FeatureMask *lookupSelectArray;
GlyphIterator.h 27 FeatureMask theFeatureMask, const LEReferenceTo<GlyphDefinitionTableHeader> &theGlyphDefinitionTableHeader);
31 GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask);
92 FeatureMask featureMask;
ArabicShaping.cpp 117 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success);
118 FeatureMask shape = featureMask & SHAPE_MASK;
122 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
LookupProcessor.cpp 69 FeatureMask selectMask = lookupSelectArray[lookup];
113 le_int32 LookupProcessor::selectLookups(const LEReferenceTo<FeatureTable> &featureTable, FeatureMask featureMask, le_int32 order, LEErrorCode &success)
126 lookupSelectArray[lookupListIndex] |= featureMask;
179 lookupSelectArray = LE_NEW_ARRAY(FeatureMask, lookupListCount);
TibetanReordering.cpp 155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask)
162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
MPLSensor.h 187 int selectAndSetQuaternion(int batchMode, int mEnabled, long long featureMask);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]

Completed in 713 milliseconds