Searched refs:featureMapCount (Results 1 - 15 of 15) sorted by relevance

/external/icu4c/layout/
H A DGlyphPositioningTables.cpp22 const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const
28 GlyphPositioningLookupProcessor processor(this, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
19 process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, LEErrorCode &success, const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const argument
H A DGlyphSubstitutionTables.cpp27 le_int32 featureMapCount,
35 GlyphSubstitutionLookupProcessor processor(this, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);
20 process(LEGlyphStorage &glyphStorage, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const GlyphDefinitionTableHeader *glyphDefinitionTableHeader, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode &success) const argument
H A DGlyphPositioningTables.h32 const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const;
H A DGlyphPosnLookupProc.h33 le_int32 featureMapCount,
H A DGlyphSubstLookupProc.h35 le_int32 featureMapCount,
H A DGlyphSubstitutionTables.h35 le_int32 featureMapCount,
H A DHanLayoutEngine.cpp37 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
46 fFeatureMapCount = featureMapCount;
H A DGlyphPosnLookupProc.cpp39 le_int32 featureMapCount,
50 featureMapCount,
34 GlyphPositioningLookupProcessor( const GlyphPositioningTableHeader *glyphPositioningTableHeader, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DGlyphSubstLookupProc.cpp34 le_int32 featureMapCount,
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
28 GlyphSubstitutionLookupProcessor( const GlyphSubstitutionTableHeader *glyphSubstitutionTableHeader, LETag scriptTag, LETag languageTag, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DLookupProcessor.h56 le_int32 featureMapCount,
H A DHangulLayoutEngine.cpp104 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
191 fFeatureMapCount = featureMapCount;
200 fFeatureMapCount = featureMapCount;
H A DLookupProcessor.cpp129 LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures,
213 for (le_int32 f = 0; f < featureMapCount; f += 1) {
127 LookupProcessor(const char *baseAddress, Offset scriptListOffset, Offset featureListOffset, Offset lookupListOffset, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures, LEErrorCode& success) argument
H A DKhmerReordering.cpp232 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
327 count = featureMapCount;
H A DOpenTypeLayoutEngine.cpp76 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
81 fFeatureMap(featureMap), fFeatureMapCount(featureMapCount), fFeatureOrder(FALSE),
H A DTibetanReordering.cpp241 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
290 count = featureMapCount;

Completed in 73 milliseconds