Searched refs:MPreFixups (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jdk/src/share/native/sun/font/layout/ |
H A D | MPreFixups.h | 49 class MPreFixups : public UMemory class in inherits:UMemory 52 MPreFixups(le_int32 charCount); 53 ~MPreFixups();
|
H A D | MPreFixups.cpp | 34 #include "MPreFixups.h" 44 MPreFixups::MPreFixups(le_int32 charCount) function in class:MPreFixups 50 MPreFixups::~MPreFixups() 56 void MPreFixups::add(le_int32 baseIndex, le_int32 mpreIndex) 68 void MPreFixups::apply(LEGlyphStorage &glyphStorage, LEErrorCode& success)
|
H A D | IndicLayoutEngine.h | 48 class MPreFixups; 186 MPreFixups *fMPreFixups;
|
H A D | HangulLayoutEngine.h | 47 class MPreFixups;
|
H A D | IndicReordering.h | 103 class MPreFixups; 179 MPreFixups **outMPreFixups, LEErrorCode& success); 181 static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success);
|
H A D | IndicReordering.cpp | 37 #include "MPreFixups.h" 145 MPreFixups *fMPreFixups; 201 IndicReorderingOutput(LEUnicode *outChars, LEGlyphStorage &glyphStorage, MPreFixups *mpreFixups) 652 MPreFixups **outMPreFixups, LEErrorCode& success) 658 MPreFixups *mpreFixups = NULL; 667 mpreFixups = new MPreFixups(charCount); 1012 void IndicReordering::adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success)
|
/openjdk7/jdk/make/sun/font/ |
H A D | FILES_c.gmk | 37 MPreFixups.cpp \
|
Completed in 60 milliseconds