Searched refs:cRight (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/source/glyphs/ |
H A D | glyphcache.cxx | 582 int ExtraKernInfo::GetUnscaledKernValue( sal_Unicode cLeft, sal_Unicode cRight ) const in GetUnscaledKernValue() 590 ImplKernPairData aKernPair = { cLeft, cRight, 0 }; in GetUnscaledKernValue()
|
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 867 sal_uInt16 cRight = (pHeadFootLine->FrameColor & 0x0F00) >> 8; in PutToDoc() local 871 lcl_ChangeColor(cRight, ColorRight); in PutToDoc() 1309 sal_uInt16 cRight = ( pPattern->FrameColor & 0x0F00 ) >> 8; in LoadPatternCollection() local 1314 lcl_ChangeColor( cRight, ColorRight ); in LoadPatternCollection() 1959 sal_uInt16 cRight = ( nFrmColVal & 0x0F00 ) >> 8; in LoadColAttr() local 1964 lcl_ChangeColor( cRight, ColorRight ); in LoadColAttr()
|
/aoo42x/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 1020 int ImplOs2FontEntry::GetKerning( sal_Unicode cLeft, sal_Unicode cRight ) const 1025 const KERNINGPAIRS aRefPair = { cLeft, cRight, 0 };
|
/aoo42x/main/vcl/inc/ |
H A D | glyphcache.hxx | 356 int GetUnscaledKernValue( sal_Unicode cLeft, sal_Unicode cRight ) const;
|
/aoo42x/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 3132 int ImplWinFontEntry::GetKerning( sal_Unicode cLeft, sal_Unicode cRight ) const 3137 const KERNINGPAIR aRefPair = { cLeft, cRight, 0 };
|
Completed in 76 milliseconds