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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGXLayoutEngine2.h53 class GXLayoutEngine2 : public LayoutEngine class in inherits:LayoutEngine
76 GXLayoutEngine2(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const LEReferenceTo<MorphTableHeader2> &morphTable, le_int32 typoFlags, LEErrorCode &success);
83 virtual ~GXLayoutEngine2();
H A DGXLayoutEngine2.cpp34 #include "GXLayoutEngine2.h"
40 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(GXLayoutEngine2)
42 GXLayoutEngine2::GXLayoutEngine2(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, const LEReferenceTo<MorphTableHeader2> &morphTable, le_int32 typoFlags, LEErrorCode &success) function in class:GXLayoutEngine2
48 GXLayoutEngine2::~GXLayoutEngine2()
54 le_int32 GXLayoutEngine2::computeGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, LEGlyphStorage &glyphStorage, LEErrorCode &success)
76 void GXLayoutEngine2::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,

Completed in 29 milliseconds