Searched refs:nTextScale (Results 1 – 3 of 3) sorted by relevance
643 int nTextScale = mrPrinterGfx.GetFontWidth(); in LayoutText() local644 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() local953 if( ! nTextScale ) in GetKernPairs()954 nTextScale = m_pPrinterGfx->GetFontHeight(); in GetKernPairs()959 pKernPairs[i].mnKern = it->kern_x * nTextScale / 1000; in GetKernPairs()
584 int nTextScale = mrPrinterGfx.GetFontWidth(); in LayoutText() local585 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() local862 if( ! nTextScale ) in GetKernPairs()863 nTextScale = m_pPrinterGfx->GetFontHeight(); in GetKernPairs()868 pKernPairs[i].mnKern = it->kern_x * nTextScale / 1000; in GetKernPairs()
470 …int nTextScale = maVirtualStatus.mnTextWidth ? maVirtualStatus.mnTextWidth : maVirtualStatus.mnT… in drawVerticalizedText() local509 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()
Completed in 64 milliseconds