Searched refs:LEFontInstance (Results 51 - 62 of 62) sorted by relevance

123

/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DLookupProcessor.cpp34 #include "LEFontInstance.h"
48 const LEFontInstance *fontInstance, LEErrorCode& success) const
78 const LEFontInstance *fontInstance, LEErrorCode& success) const
126 const LEFontInstance *fontInstance, LEErrorCode& success) const
H A DGlyphPosnLookupProc.cpp32 #include "LEFontInstance.h"
89 const LEFontInstance *fontInstance,
H A DMarkToMarkPosnSubtables.cpp33 #include "LEFontInstance.h"
54 le_int32 MarkToMarkPositioningSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const
H A DLayoutEngine.cpp136 CharSubstitutionFilter::CharSubstitutionFilter(const LEFontInstance *fontInstance)
194 LayoutEngine::LayoutEngine(const LEFontInstance *fontInstance,
585 LayoutEngine *LayoutEngine::layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, LEErrorCode &success)
591 LayoutEngine *LayoutEngine::layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, le_int32 typoFlags, LEErrorCode &success)
H A DLETableReference.h38 #include "LEFontInstance.h"
99 LETableReference(const LEFontInstance* font, LETag tableTag, LEErrorCode &success) :
185 const LEFontInstance* getFont() const { return fFont; }
270 const LEFontInstance* fFont;
370 inline LEReferenceTo(const LEFontInstance *font, LETag tableTag, LEErrorCode &success)
H A DGlyphPositionAdjustments.cpp35 #include "LEFontInstance.h"
109 void GlyphPositionAdjustments::applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance)
H A DMarkToLigaturePosnSubtables.cpp32 #include "LEFontInstance.h"
53 le_int32 MarkToLigaturePositioningSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const
H A DMarkToBasePosnSubtables.cpp33 #include "LEFontInstance.h"
54 le_int32 MarkToBasePositioningSubtable::process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const
H A DGlyphPositionAdjustments.h46 class LEFontInstance;
162 void applyCursiveAdjustments(LEGlyphStorage &glyphStorage, le_bool rightToLeft, const LEFontInstance *fontInstance);
H A DHangulLayoutEngine.cpp211 HangulOpenTypeLayoutEngine::HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 /*languageCode*/,
220 HangulOpenTypeLayoutEngine::HangulOpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 /*languageCode*/,
H A DValueRecords.cpp33 #include "LEFontInstance.h"
63 const LEFontInstance *fontInstance, LEErrorCode &success) const
167 const LEFontInstance *fontInstance, LEErrorCode &success) const
H A DOpenTypeLayoutEngine.cpp153 OpenTypeLayoutEngine::OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,
174 const LEFontInstance *fontInstance = fFontInstance;
248 OpenTypeLayoutEngine::OpenTypeLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode,

Completed in 106 milliseconds

123