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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEInsertionList.h44 * This class encapsulates the callback used by <code>LEInsertionList</code>
53 * This method will be called by <code>LEInsertionList::applyInsertions</code> for each
88 class LEInsertionList : public UObject class in inherits:UObject
99 LEInsertionList(le_bool rightToLeft);
104 ~LEInsertionList();
H A DLEInsertionList.cpp34 #include "LEInsertionList.h"
48 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(LEInsertionList)
50 LEInsertionList::LEInsertionList(le_bool rightToLeft) function in class:LEInsertionList
56 LEInsertionList::~LEInsertionList()
61 void LEInsertionList::reset()
74 le_int32 LEInsertionList::getGrowAmount()
79 LEGlyphID *LEInsertionList::insert(le_int32 position, le_int32 count, LEErrorCode &success)
110 le_bool LEInsertionList
[all...]

Completed in 183 milliseconds