Home
last modified time | relevance | path

Searched refs:fFeatureMapCount (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/layout/
DIndicLayoutEngine.cpp32 fFeatureMap = IndicReordering::getv2FeatureMap(fFeatureMapCount); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
34 fFeatureMap = IndicReordering::getFeatureMap(fFeatureMapCount); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
44 fFeatureMap = IndicReordering::getFeatureMap(fFeatureMapCount); in IndicOpenTypeLayoutEngine()
DOpenTypeLayoutEngine.cpp131 fFeatureMap(featureMap), fFeatureMapCount(featureMapCount), fFeatureOrder(FALSE), in OpenTypeLayoutEngine()
352 fFeatureMap, fFeatureMapCount, fFeatureOrder, success); in glyphProcessing()
356 fFeatureMap, fFeatureMapCount, fFeatureOrder, success); in glyphProcessing()
379 fFeatureMap, fFeatureMapCount, fFeatureOrder, success); in glyphSubstitution()
383 fFeatureMap, fFeatureMapCount, fFeatureOrder, success); in glyphSubstitution()
489 … fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder); in adjustGlyphPositions()
493 … fGDEFTable, success, fFontInstance, fFeatureMap, fFeatureMapCount, fFeatureOrder); in adjustGlyphPositions()
DTibetanLayoutEngine.cpp30 fFeatureMap = TibetanReordering::getFeatureMap(fFeatureMapCount); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
38 fFeatureMap = TibetanReordering::getFeatureMap(fFeatureMapCount); in TibetanOpenTypeLayoutEngine()
DKhmerLayoutEngine.cpp24 fFeatureMap = KhmerReordering::getFeatureMap(fFeatureMapCount); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
32 fFeatureMap = KhmerReordering::getFeatureMap(fFeatureMapCount); in KhmerOpenTypeLayoutEngine()
DArabicLayoutEngine.cpp42 fFeatureMap = ArabicShaping::getFeatureMap(fFeatureMapCount); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
51 fFeatureMap = ArabicShaping::getFeatureMap(fFeatureMapCount); in ArabicOpenTypeLayoutEngine()
DHanLayoutEngine.cpp46 fFeatureMapCount = featureMapCount; in HanOpenTypeLayoutEngine()
DHangulLayoutEngine.cpp191 fFeatureMapCount = featureMapCount; in HangulOpenTypeLayoutEngine()
200 fFeatureMapCount = featureMapCount; in HangulOpenTypeLayoutEngine()
DOpenTypeLayoutEngine.h191 le_int32 fFeatureMapCount; variable