Searched refs:aCacheFonts (Results 1 – 1 of 1) sorted by relevance
2185 std::list< PrintFont* > aCacheFonts; in initialize() local2186 if( m_pFontCache->listDirectory( aPath, aCacheFonts ) ) in initialize()2191 … for( ::std::list< PrintFont* >::iterator it = aCacheFonts.begin(); it != aCacheFonts.end(); ++it ) in initialize()2317 std::list< PrintFont* > aCacheFonts; in initialize() local2319 if( m_pFontCache->listDirectory( aDir, aCacheFonts ) ) in initialize()2324 … for( ::std::list< PrintFont* >::iterator it = aCacheFonts.begin(); it != aCacheFonts.end(); ++it ) in initialize()
Completed in 36 milliseconds