Searched refs:GlyphSubstitutionLookupProcessor (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DGlyphSubstLookupProc.h52 class GlyphSubstitutionLookupProcessor : public LookupProcessor class in inherits:LookupProcessor
55 GlyphSubstitutionLookupProcessor(const LEReferenceTo<GlyphSubstitutionTableHeader> &glyphSubstitutionTableHeader,
64 virtual ~GlyphSubstitutionLookupProcessor();
70 GlyphSubstitutionLookupProcessor();
75 GlyphSubstitutionLookupProcessor(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class
76 GlyphSubstitutionLookupProcessor &operator=(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class
H A DGlyphSubstLookupProc.cpp53 GlyphSubstitutionLookupProcessor::GlyphSubstitutionLookupProcessor( function in class:GlyphSubstitutionLookupProcessor
72 GlyphSubstitutionLookupProcessor::GlyphSubstitutionLookupProcessor() function in class:GlyphSubstitutionLookupProcessor
76 le_uint32 GlyphSubstitutionLookupProcessor::applySubtable(const LEReferenceTo<LookupSubtable> &lookupSubtable, le_uint16 lookupType,
153 GlyphSubstitutionLookupProcessor::~GlyphSubstitutionLookupProcessor()
H A DGlyphSubstitutionTables.cpp61 GlyphSubstitutionLookupProcessor processor(base, scriptTag, languageTag, filter, featureMap, featureMapCount, featureOrder, success);

Completed in 38 milliseconds