Searched refs:featureMap (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DGlyphPositioningTables.cpp22 const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const
28 GlyphPositioningLookupProcessor processor(base, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
19 process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const LEReferenceTo<GlyphDefinitionTableHeader> &glyphDefinitionTableHeader, LEErrorCode &success, const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const argument
H A DGlyphSubstitutionTables.cpp27 const FeatureMap *featureMap,
36 GlyphSubstitutionLookupProcessor processor(base, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);
20 process(const LEReferenceTo<GlyphSubstitutionTableHeader> &base, LEGlyphStorage &glyphStorage, le_bool rightToLeft, LETag scriptTag, LETag languageTag, const LEReferenceTo<GlyphDefinitionTableHeader> &glyphDefinitionTableHeader, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode &success) const argument
H A DHanLayoutEngine.cpp30 static const FeatureMap featureMap[] = variable
37 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
45 fFeatureMap = featureMap;
H A DGlyphPositioningTables.h33 const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const;
H A DGlyphPosnLookupProc.h32 const FeatureMap *featureMap,
H A DGlyphSubstLookupProc.h34 const FeatureMap *featureMap,
H A DGlyphSubstitutionTables.h35 const FeatureMap *featureMap,
H A DGlyphSubstLookupProc.cpp33 const FeatureMap *featureMap,
42 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
28 GlyphSubstitutionLookupProcessor( const LEReferenceTo<GlyphSubstitutionTableHeader> &glyphSubstitutionTableHeader, LETag scriptTag, LETag languageTag, const LEGlyphFilter *filter, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DGlyphPosnLookupProc.cpp38 const FeatureMap *featureMap,
49 featureMap,
34 GlyphPositioningLookupProcessor( const LEReferenceTo<GlyphPositioningTableHeader> &glyphPositioningTableHeader, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DHangulLayoutEngine.cpp96 static const FeatureMap featureMap[] = variable
104 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
190 fFeatureMap = featureMap;
199 fFeatureMap = featureMap;
H A DLookupProcessor.h58 const FeatureMap *featureMap,
H A DArabicShaping.cpp89 static const FeatureMap featureMap[] = { variable
109 count = LE_ARRAY_SIZE(featureMap);
111 return featureMap;
H A DKhmerReordering.cpp212 static const FeatureMap featureMap[] = variable
232 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
329 return featureMap;
H A DTibetanReordering.cpp220 static const FeatureMap featureMap[] = variable
241 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
292 return featureMap;
H A DLookupProcessor.cpp135 LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures,
233 FeatureMap fm = featureMap[f];
133 LookupProcessor(const LETableReference &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 DOpenTypeLayoutEngine.cpp96 static const FeatureMap featureMap[] = variable
126 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap);
131 fFeatureMap(featureMap), fFeatureMapCount(featureMapCount), fFeatureOrder(FALSE),
H A DIndicReordering.cpp517 static const FeatureMap featureMap[] = { variable
537 static const le_int32 featureCount = LE_ARRAY_SIZE(featureMap);
587 return featureMap;

Completed in 117 milliseconds