Searched refs:mpFontSubstitutes (Results 1 – 3 of 3) sorted by relevance
69 if( mpFontSubstitutes ) in Init()70 delete const_cast< ::std::hash_map<fontID,fontID>* >(mpFontSubstitutes); in Init()72 mpFontSubstitutes = new ::std::hash_map< fontID, fontID >( rInfo.m_aFontSubstitutions ); in Init()74 mpFontSubstitutes = NULL; in Init()93 if( mpFontSubstitutes ) in Init()94 delete const_cast< ::std::hash_map<fontID,fontID>* >(mpFontSubstitutes); in Init()96 mpFontSubstitutes = new ::std::hash_map< fontID, fontID >( rInfo.m_aFontSubstitutions ); in Init()98 mpFontSubstitutes = NULL; in Init()129 mpFontSubstitutes( NULL ), in PrinterGfx()150 delete const_cast< ::std::hash_map<fontID,fontID>* >(mpFontSubstitutes); in ~PrinterGfx()
699 if( mpFontSubstitutes ) in getFontSubstitute()702 mpFontSubstitutes->find( mnFontID ); in getFontSubstitute()703 if( it != mpFontSubstitutes->end() ) in getFontSubstitute()743 if( mpFontSubstitutes ) in getKernPairs()746 mpFontSubstitutes->find( mnFontID ); in getKernPairs()747 if( it != mpFontSubstitutes->end() ) in getKernPairs()
251 const ::std::hash_map< fontID, fontID >* mpFontSubstitutes; member in psp::PrinterGfx
Completed in 27 milliseconds