Searched defs:LayoutEngine (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.h51 * be in a single font, script, and language. An instance of a LayoutEngine can be
62 * These arrays are protected members of LayoutEngine which can be retreived by a
64 * LayoutEngine can be reused.
92 class U_LAYOUT_API LayoutEngine : public UObject { class in inherits:UObject
168 LayoutEngine(const LEFontInstance *fontInstance,
184 LayoutEngine();
369 virtual ~LayoutEngine();
401 * of characters used to create the LayoutEngine.
491 * so that the LayoutEngine can be reused to layout a different
499 * This method returns a LayoutEngine capabl
[all...]
H A DLayoutEngine.cpp38 #include "LayoutEngine.h"
70 const le_int32 LayoutEngine::kTypoFlagKern = LE_Kerning_FEATURE_FLAG;
71 const le_int32 LayoutEngine::kTypoFlagLiga = LE_Ligatures_FEATURE_FLAG;
180 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LayoutEngine)
195 LayoutEngine::LayoutEngine(const LEFontInstance *fontInstance, function in class:LayoutEngine
213 le_int32 LayoutEngine::getGlyphCount() const
218 void LayoutEngine::getCharIndices(le_int32 charIndices[], le_int32 indexBase, LEErrorCode &success) const
223 void LayoutEngine::getCharIndices(le_int32 charIndices[], LEErrorCode &success) const
229 void LayoutEngine
[all...]
/openjdk7/jdk/src/share/classes/sun/font/
H A DGlyphLayout.java159 public LayoutEngine getEngine(Font2D font, int script, int lang);
164 public LayoutEngine getEngine(LayoutEngineKey key);
167 public static interface LayoutEngine { interface in class:GlyphLayout
643 private LayoutEngine engine;

Completed in 40 milliseconds