Searched refs:pMetric (Results 1 – 12 of 12) sorted by relevance
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 925 pMetric->mnSlant = 0; in GetFontMetric() 930 if( pMetric->mbScalableFont ) in GetFontMetric() 939 pMetric->mnOrientation = 0; in GetFontMetric() 941 pMetric->mbKernableFont = false; in GetFontMetric() 947 pMetric->mnWidth = aOS2Metric.lEmInc; in GetFontMetric() 951 pMetric->mnWidth = aOS2Metric.lAveCharWidth; in GetFontMetric() 952 pMetric->mnOrientation = 0; in GetFontMetric() 956 pMetric->mnAscent = aOS2Metric.lMaxAscender; in GetFontMetric() 964 pMetric->mnIntLeading += pMetric->mnExtLeading; in GetFontMetric() 974 long nCJKExtLeading = static_cast<long>(0.30 * (pMetric->mnAscent + pMetric->mnDescent)); in GetFontMetric() [all …]
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 987 nHeight = pMetric->tmHeight - pMetric->tmInternalLeading; in ImplLogMetricToDevFontDataA() 993 pMetric->tmPitchAndFamily ); in ImplLogMetricToDevFontDataA() 1006 nHeight = pMetric->tmHeight - pMetric->tmInternalLeading; in ImplLogMetricToDevFontDataW() 1012 pMetric->tmPitchAndFamily ); in ImplLogMetricToDevFontDataW() 1709 pMetric->mnSlant = 0; in GetFontMetric() 1714 if( pMetric->mbScalableFont ) in GetFontMetric() 1724 pMetric->mnOrientation = 0; in GetFontMetric() 1726 pMetric->mbKernableFont = false; in GetFontMetric() 1741 pMetric->mnIntLeading += pMetric->mnExtLeading; in GetFontMetric() 1751 long nCJKExtLeading = static_cast<long>(0.30 * (pMetric->mnAscent + pMetric->mnDescent)); in GetFontMetric() [all …]
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 916 void PspGraphics::GetFontMetric( ImplFontMetricData *pMetric, int ) in GetFontMetric() argument 924 static_cast<ImplFontAttributes&>(*pMetric) = aDFA; in GetFontMetric() 925 pMetric->mbDevice = aDFA.mbDevice; in GetFontMetric() 926 pMetric->mbScalableFont = true; in GetFontMetric() 928 pMetric->mnOrientation = m_pPrinterGfx->GetFontAngle(); in GetFontMetric() 929 pMetric->mnSlant = 0; in GetFontMetric() 936 pMetric->mnWidth = nTextWidth; in GetFontMetric() 937 pMetric->mnAscent = ( aInfo.m_nAscend * nTextHeight + 500 ) / 1000; in GetFontMetric() 938 pMetric->mnDescent = ( aInfo.m_nDescend * nTextHeight + 500 ) / 1000; in GetFontMetric() 939 pMetric->mnIntLeading = ( aInfo.m_nLeading * nTextHeight + 500 ) / 1000; in GetFontMetric() [all …]
|
H A D | salgdi3.cxx | 1200 X11SalGraphics::GetFontMetric( ImplFontMetricData *pMetric, int nFallbackLevel ) in GetFontMetric() argument 1208 mpServerFont[nFallbackLevel]->FetchFontMetric( *pMetric, rDummyFactor ); in GetFontMetric()
|
/trunk/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 825 void PspGraphics::GetFontMetric( ImplFontMetricData *pMetric, int ) in GetFontMetric() argument 833 static_cast<ImplFontAttributes&>(*pMetric) = aDFA; in GetFontMetric() 834 pMetric->mbDevice = aDFA.mbDevice; in GetFontMetric() 835 pMetric->mbScalableFont = true; in GetFontMetric() 837 pMetric->mnOrientation = m_pPrinterGfx->GetFontAngle(); in GetFontMetric() 838 pMetric->mnSlant = 0; in GetFontMetric() 845 pMetric->mnWidth = nTextWidth; in GetFontMetric() 846 pMetric->mnAscent = ( aInfo.m_nAscend * nTextHeight + 500 ) / 1000; in GetFontMetric() 847 pMetric->mnDescent = ( aInfo.m_nDescend * nTextHeight + 500 ) / 1000; in GetFontMetric() 848 pMetric->mnIntLeading = ( aInfo.m_nLeading * nTextHeight + 500 ) / 1000; in GetFontMetric() [all …]
|
H A D | svptext.cxx | 239 void SvpSalGraphics::GetFontMetric( ImplFontMetricData* pMetric, int nFallbackLevel ) in GetFontMetric() argument 247 m_pServerFont[nFallbackLevel]->FetchFontMetric( *pMetric, rDummyFactor ); in GetFontMetric()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 7302 ImplFontMetricData* pMetric = &(pEntry->maMetric); in GetFontMetric() local 7309 aMetric.SetStyleName( pMetric->maStyleName ); in GetFontMetric() 7310 …aMetric.SetSize( PixelToLogic( Size( pMetric->mnWidth, pMetric->mnAscent+pMetric->mnDescent-pMetri… in GetFontMetric() 7312 aMetric.SetFamily( pMetric->meFamily ); in GetFontMetric() 7313 aMetric.SetPitch( pMetric->mePitch ); in GetFontMetric() 7314 aMetric.SetWeight( pMetric->meWeight ); in GetFontMetric() 7315 aMetric.SetItalic( pMetric->meItalic ); in GetFontMetric() 7316 aMetric.SetWidthType( pMetric->meWidthType ); in GetFontMetric() 7326 if( pMetric->mbDevice ) in GetFontMetric() 7328 if( pMetric->mbScalableFont ) in GetFontMetric() [all …]
|
H A D | pdfwriter_impl.cxx | 2317 pMetric->meFamily = pBuiltinFont->m_eFamily; in getFontMetric() 2318 pMetric->mePitch = pBuiltinFont->m_ePitch; in getFontMetric() 2319 pMetric->meWeight = pBuiltinFont->m_eWeight; in getFontMetric() 2320 pMetric->meItalic = pBuiltinFont->m_eItalic; in getFontMetric() 2321 pMetric->mbSymbolFlag = pFD->IsSymbolFont(); in getFontMetric() 2322 pMetric->mnWidth = pSelect->mnHeight; in getFontMetric() 2325 pMetric->mnIntLeading = 0; in getFontMetric() 2326 pMetric->mnExtLeading = 0; in getFontMetric() 2327 pMetric->mnSlant = 0; in getFontMetric() 2328 pMetric->mbScalableFont = true; in getFontMetric() [all …]
|
H A D | pdfwriter_impl.hxx | 1086 void getFontMetric( ImplFontSelectData* pFont, ImplFontMetricData* pMetric ) const;
|
/trunk/main/toolkit/source/awt/ |
H A D | vclxdevice.cxx | 213 VCLXFont* pMetric = new VCLXFont; in getFont() local 214 pMetric->Init( *this, VCLUnoHelper::CreateFont( rDescriptor, mpOutputDevice->GetFont() ) ); in getFont() 215 xRef = pMetric; in getFont()
|
/trunk/main/vcl/source/window/ |
H A D | printdlg.cxx | 2459 MetricField* pMetric = dynamic_cast<MetricField*>(i_pBox); in IMPL_LINK() local 2465 else if( pMetric ) in IMPL_LINK() 2467 sal_Int64 nVal = pMetric->GetValue(); in IMPL_LINK()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | salgdi.cxx | 1606 void AquaSalGraphics::GetFontMetric( ImplFontMetricData* pMetric, int /*nFallbackLevel*/ ) in GetFontMetric() argument 1608 mpMacTextStyle->GetFontMetric( mfFakeDPIScale, *pMetric ); in GetFontMetric()
|
Completed in 192 milliseconds