HomeSort by relevance Sort by last modified time
    Searched refs:FeatureMask (Results 1 - 13 of 13) 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;
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);
OpenTypeLayoutEngine.h 169 FeatureMask fFeatureMask;
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);
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...]
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...]
HangulLayoutEngine.cpp 23 #define FEATURE_MAP(name) {name ## FeatureTag, name ## FeatureMask}
KhmerReordering.cpp 153 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask charFeatures)
TibetanReordering.cpp 155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask)
162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
ContextualSubstSubtables.cpp 360 static const FeatureMask emptyFeatureList = 0x00000000UL;
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp     [all...]

Completed in 2549 milliseconds