Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1762 long nKernVal = pKernArray[ sal_uInt16( rInf.GetLen() - 1 ) ]; in DrawText() local
1773 aEnd.X() = rInf.GetPos().X() + nKernVal; in DrawText()
1778 aEnd.Y() = rInf.GetPos().Y() - nKernVal; in DrawText()
1781 aEnd.X() = rInf.GetPos().X() - nKernVal; in DrawText()
1786 aEnd.Y() = rInf.GetPos().Y() + nKernVal; in DrawText()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1842 int nKernVal = mpFontInfo->GetExtraGlyphKernValue( nGlyphLeft, nGlyphRight ); in GetGlyphKernValue() local
1843 if( !nKernVal ) in GetGlyphKernValue()
1847 nKernVal *= rFSD.mnWidth ? rFSD.mnWidth : rFSD.mnHeight; in GetGlyphKernValue()
1848 return (nKernVal + 500) / 1000; in GetGlyphKernValue()

Completed in 36 milliseconds