HomeSort by relevance Sort by last modified time
    Searched full:featuremask (Results 1 - 15 of 15) sorted by null

  /external/icu4c/layout/
OpenTypeTables.h 26 typedef le_uint32 FeatureMask;
46 FeatureMask mask;
GlyphIterator.h 27 FeatureMask theFeatureMask, const GlyphDefinitionTableHeader *theGlyphDefinitionTableHeader);
31 GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask);
92 FeatureMask featureMask;
LookupProcessor.h 62 le_int32 selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order);
67 FeatureMask *lookupSelectArray;
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.cpp 69 FeatureMask selectMask = lookupSelectArray[lookup];
113 le_int32 LookupProcessor::selectLookups(const FeatureTable *featureTable, FeatureMask featureMask, le_int32 order)
124 lookupSelectArray[lookupListIndex] |= featureMask;
173 lookupSelectArray = LE_NEW_ARRAY(FeatureMask, lookupListCount);
IndicReordering.cpp 117 FeatureMask fMatraFeatures;
125 FeatureMask fVMFeatures;
130 FeatureMask fSMFeatures;
135 FeatureMask fPBCFeatures;
206 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures)
218 void setFeatures ( le_uint32 charIndex, FeatureMask charFeatures)
226 FeatureMask getFeatures ( le_uint32 charIndex )
320 le_bool noteMatra(const IndicClassTable *classTable, LEUnicode matra, le_uint32 matraIndex, FeatureMask matraFeatures, le_bool wordStart)
351 void noteVowelModifier(const IndicClassTable *classTable, LEUnicode vowelModifier, le_uint32 vowelModifierIndex, FeatureMask vowelModifierFeatures)
375 void noteStressMark(const IndicClassTable *classTable, LEUnicode stressMark, le_uint32 stressMarkIndex, FeatureMask stressMarkFeatures
    [all...]
TibetanReordering.cpp 155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask)
162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
HangulLayoutEngine.cpp 23 #define FEATURE_MAP(name) {name ## FeatureTag, name ## FeatureMask}
OpenTypeLayoutEngine.h 169 FeatureMask fFeatureMask;
ContextualSubstSubtables.cpp 360 static const FeatureMask emptyFeatureList = 0x00000000UL;
KhmerReordering.cpp 153 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures)
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]

Completed in 643 milliseconds