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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositioningTables.cpp47 const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const
53 GlyphPositioningLookupProcessor processor(base, scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success);
44 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.cpp53 le_int32 featureMapCount,
61 GlyphSubstitutionLookupProcessor processor(base, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);
45 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 DGlyphPositioningTables.h58 const LEFontInstance *fontInstance, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder) const;
H A DGlyphPosnLookupProc.h58 le_int32 featureMapCount,
H A DGlyphSubstLookupProc.h60 le_int32 featureMapCount,
H A DGlyphSubstitutionTables.h61 le_int32 featureMapCount,
H A DHanLayoutEngine.cpp62 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
71 fFeatureMapCount = featureMapCount;
H A DGlyphSubstLookupProc.cpp59 le_int32 featureMapCount,
67 scriptTag, languageTag, featureMap, featureMapCount, featureOrder, success), fFilter(filter)
53 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.cpp64 le_int32 featureMapCount,
75 featureMapCount,
59 GlyphPositioningLookupProcessor( const LEReferenceTo<GlyphPositioningTableHeader> &glyphPositioningTableHeader, LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool featureOrder, LEErrorCode& success) argument
H A DLookupProcessor.h84 le_int32 featureMapCount,
H A DHangulLayoutEngine.cpp129 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
216 fFeatureMapCount = featureMapCount;
225 fFeatureMapCount = featureMapCount;
H A DLookupProcessor.cpp160 LETag scriptTag, LETag languageTag, const FeatureMap *featureMap, le_int32 featureMapCount, le_bool orderFeatures,
258 for (le_int32 f = 0; f < featureMapCount; f += 1) {
158 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 DKhmerReordering.cpp257 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
352 count = featureMapCount;
H A DTibetanReordering.cpp266 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
315 count = featureMapCount;
H A DOpenTypeLayoutEngine.cpp151 static const le_int32 featureMapCount = LE_ARRAY_SIZE(featureMap); variable
156 fFeatureMap(featureMap), fFeatureMapCount(featureMapCount), fFeatureOrder(FALSE),

Completed in 65 milliseconds