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

/openjdk7/jdk/src/share/native/sun/font/layout/
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 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*/,

Completed in 29 milliseconds