Searched refs:GXLayoutEngine (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGXLayoutEngine.cpp35 #include "GXLayoutEngine.h"
42 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(GXLayoutEngine)
44 GXLayoutEngine::GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const LEReferenceTo<MorphTableHeader> &morphTable, LEErrorCode &success) function in class:GXLayoutEngine
51 GXLayoutEngine::~GXLayoutEngine()
57 le_int32 GXLayoutEngine::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
80 void GXLayoutEngine::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
H A DGXLayoutEngine.h54 class GXLayoutEngine : public LayoutEngine class in inherits:LayoutEngine
58 * This is the main constructor. It constructs an instance of GXLayoutEngine for
77 GXLayoutEngine(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const LEReferenceTo<MorphTableHeader> &morphTable, LEErrorCode &success);
84 virtual ~GXLayoutEngine();
H A DLayoutEngine.cpp47 #include "GXLayoutEngine.h"
671 result = new GXLayoutEngine(fontInstance, scriptCode, languageCode, mortTable, success);
/openjdk7/jdk/make/sun/font/
H A DFILES_c.gmk102 GXLayoutEngine.cpp \

Completed in 54 milliseconds