src/share/native/sun/font/layout/LayoutEngine.cpp

Print this page

        

*** 567,577 **** void LayoutEngine::reset() { if(fGlyphStorage!=NULL) { fGlyphStorage->reset(); - fGlyphStorage = NULL; } } LayoutEngine *LayoutEngine::layoutEngineFactory(const LEFontInstance *fontInstance, le_int32 scriptCode, le_int32 languageCode, LEErrorCode &success) { --- 567,576 ----