Searched refs:nBl (Results 1 – 2 of 2) sorted by relevance
551 sal_uInt32 nBl(0L); in GetDraftFillColor() local565 nBl += rCol2.GetBlue(); in GetDraftFillColor()572 nBl /= nAnz; in GetDraftFillColor()574 rCol = Color(sal_uInt8(nRt), sal_uInt8(nGn), sal_uInt8(nBl)); in GetDraftFillColor()
5918 sal_uLong nRt = 0, nGn = 0, nBl = 0; in ApplyTo() local5932 nRt+=rCol.GetRed(); nGn+=rCol.GetGreen(); nBl+=rCol.GetBlue(); in ApplyTo()5943 nRt+=aCol.GetRed(); nGn+=aCol.GetGreen(); nBl+=aCol.GetBlue(); in ApplyTo()5951 nBl /= nC; in ApplyTo()5952 aDefColor = Color(sal_uInt8( nRt ), sal_uInt8( nGn ),sal_uInt8( nBl ) ); in ApplyTo()
Completed in 64 milliseconds