Home
last modified time | relevance | path

Searched refs:nTextScale (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx643 int nTextScale = mrPrinterGfx.GetFontWidth(); in LayoutText() local
644 if( ! nTextScale ) in LayoutText()
645 nTextScale = mrPrinterGfx.GetFontHeight(); in LayoutText()
646 int nKern = (mbVertical ? it->kern_y : it->kern_x) * nTextScale; in LayoutText()
952 int nTextScale = m_pPrinterGfx->GetFontWidth(); in GetKernPairs() local
953 if( ! nTextScale ) in GetKernPairs()
954 nTextScale = m_pPrinterGfx->GetFontHeight(); in GetKernPairs()
959 pKernPairs[i].mnKern = it->kern_x * nTextScale / 1000; in GetKernPairs()
/trunk/main/vcl/unx/generic/printergfx/
H A Dtext_gfx.cxx470 …int nTextScale = maVirtualStatus.mnTextWidth ? maVirtualStatus.mnTextWidth : maVirtualStatus.mnT… in drawVerticalizedText() local
509 nTextScale, in drawVerticalizedText()
516 double nA = nTextScale * aInfo.m_nAscend / 1000.0; in drawVerticalizedText()
517 double nD = nTextScale * aInfo.m_nDescend / 1000.0; in drawVerticalizedText()
531 aPos.Y() += (sal_Int32)(-(nTextScale*fStretch - nD) * fCos); in drawVerticalizedText()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx584 int nTextScale = mrPrinterGfx.GetFontWidth(); in LayoutText() local
585 if( ! nTextScale ) in LayoutText()
586 nTextScale = mrPrinterGfx.GetFontHeight(); in LayoutText()
587 int nKern = (mbVertical ? it->kern_y : it->kern_x) * nTextScale; in LayoutText()
861 int nTextScale = m_pPrinterGfx->GetFontWidth(); in GetKernPairs() local
862 if( ! nTextScale ) in GetKernPairs()
863 nTextScale = m_pPrinterGfx->GetFontHeight(); in GetKernPairs()
868 pKernPairs[i].mnKern = it->kern_x * nTextScale / 1000; in GetKernPairs()

Completed in 71 milliseconds