Searched defs:LookupProcessor (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLookupProcessor.h60 class LookupProcessor : public UMemory { class in inherits:UMemory
72 virtual ~LookupProcessor();
77 LookupProcessor(const LETableReference &baseAddress,
88 LookupProcessor();
105 LookupProcessor(const LookupProcessor &other); // forbid copying of this class
106 LookupProcessor &operator=(const LookupProcessor &other); // forbid copying of this class
H A DLookupProcessor.cpp41 #include "LookupProcessor.h"
47 le_uint32 LookupProcessor::applyLookupTable(const LEReferenceTo<LookupTable> &lookupTable, GlyphIterator *glyphIterator,
74 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
119 le_uint32 LookupProcessor::applySingleLookup(le_uint16 lookupTableIndex, GlyphIterator *glyphIterator,
138 le_int32 LookupProcessor::selectLookups(const LEReferenceTo<FeatureTable> &featureTable, FeatureMask featureMask, le_int32 order, LEErrorCode &success)
158 LookupProcessor::LookupProcessor(const LETableReference &baseAddress, function in class:LookupProcessor
346 LookupProcessor::LookupProcessor() function in class:LookupProcessor
352 LookupProcessor
[all...]

Completed in 30 milliseconds