Searched refs:LigatureSubstitutionProcessor (Results 1 – 3 of 3) sorted by relevance
23 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LigatureSubstitutionProcessor) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument25 …LigatureSubstitutionProcessor::LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHead… in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()36 LigatureSubstitutionProcessor::~LigatureSubstitutionProcessor() in ~LigatureSubstitutionProcessor()40 void LigatureSubstitutionProcessor::beginStateTable() in beginStateTable()45 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 … in processStateEntry()139 void LigatureSubstitutionProcessor::endStateTable() in endStateTable()
27 class LigatureSubstitutionProcessor : public StateTableProcessor36 …LigatureSubstitutionProcessor(const LEReferenceTo<MorphSubtableHeader> &morphSubtableHeader, LEErr…37 virtual ~LigatureSubstitutionProcessor();54 LigatureSubstitutionProcessor();
70 processor = new LigatureSubstitutionProcessor(base, success); in process()