Home
last modified time | relevance | path

Searched refs:m_pMetrics (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx349 m_pMetrics( NULL ), in PrintFont()
366 if( m_pMetrics ) in ~PrintFont()
367 delete m_pMetrics; in ~PrintFont()
423 if( ! m_pMetrics ) in queryMetricPage()
426 memset (m_pMetrics->m_aPages, 0, sizeof(m_pMetrics->m_aPages)); in queryMetricPage()
946 if( m_pMetrics ) in readAfmMetrics()
2649 ! pFont->m_pMetrics || pFont->m_pMetrics->isEmpty() in fillPrintFontInfo()
3048 if( ! pFont->m_pMetrics || ! pFont->m_pMetrics->m_bKernPairsQueried ) in getKernPairs()
3050 if( ! pFont->m_pMetrics || ! pFont->m_pMetrics->m_bKernPairsQueried ) in getKernPairs()
3102 || ! pFont->m_pMetrics || pFont->m_pMetrics->isEmpty() in getMetrics()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfontmanager.hxx281 PrintFontMetrics* m_pMetrics; member

Completed in 69 milliseconds