Searched refs:LEGlyphStorage (Results 76 - 97 of 97) sorted by relevance

1234

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DCanonShaping.cpp33 #include "LEGlyphStorage.h"
60 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
H A DStateTableProcessor.cpp38 #include "LEGlyphStorage.h"
67 void StateTableProcessor::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
H A DThaiShaping.cpp35 #include "LEGlyphStorage.h"
171 LEUnicode errorChar, LEUnicode *outputBuffer, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
254 le_uint8 &charClass, LEUnicode *output, LEGlyphStorage &glyphStorage, le_int32 &outputIndex)
291 LEUnicode errorChar, LEUnicode *output, LEGlyphStorage &glyphStorage)
H A DMPreFixups.cpp33 #include "LEGlyphStorage.h"
68 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success)
H A DMorphTables2.cpp40 #include "LEGlyphStorage.h"
45 void MorphTableHeader2::process(const LEReferenceTo<MorphTableHeader2> &base, LEGlyphStorage &glyphStorage,
212 void MorphSubtableHeader2::process(const LEReferenceTo<MorphSubtableHeader2> &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const
H A DArabicShaping.cpp35 #include "LEGlyphStorage.h"
140 void ArabicShaping::adjustTags(le_int32 outIndex, le_int32 shapeOffset, LEGlyphStorage &glyphStorage)
152 le_bool rightToLeft, LEGlyphStorage &glyphStorage)
H A DKhmerReordering.cpp38 #include "LEGlyphStorage.h"
158 LEGlyphStorage &fGlyphStorage;
162 KhmerReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage)
385 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
H A DTibetanReordering.cpp45 #include "LEGlyphStorage.h"
160 LEGlyphStorage &fGlyphStorage;
164 TibetanReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage)
348 LEUnicode *outChars, LEGlyphStorage &glyphStorage)
H A DLEFontInstance.cpp42 #include "LEGlyphStorage.h"
75 le_bool reverse, const LECharMapper *mapper, le_bool filterZeroWidth, LEGlyphStorage &glyphStorage) const
H A DContextualGlyphSubstProc2.cpp39 #include "LEGlyphStorage.h"
65 le_uint16 ContextualGlyphSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
H A DGlyphPositionAdjustments.cpp34 #include "LEGlyphStorage.h"
109 void GlyphPositionAdjustments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance)
H A DLigatureSubstProc.cpp39 #include "LEGlyphStorage.h"
70 ByteOffset LigatureSubstitutionProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index, LEErrorCode &success)
H A DLigatureSubstProc2.cpp39 #include "LEGlyphStorage.h"
73 le_uint16 LigatureSubstitutionProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex2 index, LEErrorCode &success)
H A DGlyphPositionAdjustments.h45 class LEGlyphStorage;
162 void applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance);
H A DIndicReordering.cpp36 #include "LEGlyphStorage.h"
122 LEGlyphStorage &fGlyphStorage;
201 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups)
651 LEUnicode *outChars, LEGlyphStorage &glyphStorage,
1012 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success)
1021 void IndicReordering::applyPresentationForms(LEGlyphStorage &glyphStorage, le_int32 count)
1033 void IndicReordering::finalReordering(LEGlyphStorage &glyphStorage, le_int32 count)
1099 LEUnicode *outChars, LEGlyphStorage &glyphStorage, LEErrorCode& success)
1237 LEGlyphStorage workGlyphs;
H A DKernTable.cpp35 #include "LEGlyphStorage.h"
221 void KernTable::process(LEGlyphStorage& storage, LEErrorCode &success)
H A DStateTableProcessor2.cpp38 #include "LEGlyphStorage.h"
73 void StateTableProcessor2::process(LEGlyphStorage &glyphStorage, LEErrorCode &success)
H A DIndicRearrangementProcessor.cpp39 #include "LEGlyphStorage.h"
66 ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph, EntryTableIndex index, LEErrorCode &success)
100 void IndicRearrangementProcessor::doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb, LEErrorCode &success) const
H A DIndicRearrangementProcessor2.cpp39 #include "LEGlyphStorage.h"
63 le_uint16 IndicRearrangementProcessor2::processStateEntry(LEGlyphStorage &glyphStorage, le_int32 &currGlyph,
97 void IndicRearrangementProcessor2::doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb, LEErrorCode &success) const
H A DHangulLayoutEngine.cpp40 #include "LEGlyphStorage.h"
235 LEUnicode *&outChars, LEGlyphStorage &glyphStorage, LEErrorCode &success)
H A DLookupProcessor.cpp42 #include "LEGlyphStorage.h"
76 le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
H A DGlyphIterator.cpp37 #include "LEGlyphStorage.h"
43 GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,

Completed in 270 milliseconds

1234