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

  /external/icu4c/layout/
GlyphIterator.cpp 19 FeatureMask theFeatureMask, const GlyphDefinitionTableHeader *theGlyphDefinitionTableHeader)
22 srcIndex(-1), destIndex(-1), lookupFlags(theLookupFlags), featureMask(theFeatureMask), glyphGroup(0),
55 featureMask = that.featureMask;
61 GlyphIterator::GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask)
73 featureMask = newFeatureMask;
91 featureMask = that.featureMask;
102 void GlyphIterator::reset(le_uint16 newLookupFlags, FeatureMask newFeatureMask)
105 featureMask = newFeatureMask
    [all...]
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);
LookupProcessor.h 62 le_int32 selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order);
67 FeatureMask *lookupSelectArray;
GlyphIterator.h 27 FeatureMask theFeatureMask, const GlyphDefinitionTableHeader *theGlyphDefinitionTableHeader);
31 GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask);
92 FeatureMask featureMask;
LookupProcessor.cpp 69 FeatureMask selectMask = lookupSelectArray[lookup];
106 le_int32 LookupProcessor::selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order)
114 lookupSelectArray[lookupListIndex] |= featureMask;
163 lookupSelectArray = LE_NEW_ARRAY(FeatureMask, lookupListCount);
TibetanReordering.cpp 155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask)
162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindow.java     [all...]
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
PhoneWindow.java     [all...]

Completed in 1149 milliseconds