Searched refs:MPreFixups (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMPreFixups.h49 class MPreFixups : public UMemory class in inherits:UMemory
52 MPreFixups(le_int32 charCount);
53 ~MPreFixups();
H A DMPreFixups.cpp34 #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 DIndicLayoutEngine.h48 class MPreFixups;
186 MPreFixups *fMPreFixups;
H A DHangulLayoutEngine.h47 class MPreFixups;
H A DIndicReordering.h103 class MPreFixups;
179 MPreFixups **outMPreFixups, LEErrorCode& success);
181 static void adjustMPres(MPreFixups *mpreFixups, LEGlyphStorage &glyphStorage, LEErrorCode& success);
H A DIndicReordering.cpp37 #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 DFILES_c.gmk37 MPreFixups.cpp \

Completed in 37 milliseconds