Lines Matching refs:aCol

688     const BitmapColor aCol = m_pBmpAcc->GetPaletteColor(sal::static_int_cast<sal_uInt16>(nIndex));  in getIndex()  local
691 pColor[0] = aCol.GetRed(); in getIndex()
692 pColor[1] = aCol.GetGreen(); in getIndex()
693 pColor[2] = aCol.GetBlue(); in getIndex()
785 const BitmapColor aCol = m_pBmpAcc->GetPaletteColor( in convertToRGB() local
789 *pOut++ = rendering::RGBColor(toDoubleColor(aCol.GetRed()), in convertToRGB()
790 toDoubleColor(aCol.GetGreen()), in convertToRGB()
791 toDoubleColor(aCol.GetBlue())); in convertToRGB()
834 const BitmapColor aCol = m_pBmpAcc->GetPaletteColor( in convertToARGB() local
840 toDoubleColor(aCol.GetRed()), in convertToARGB()
841 toDoubleColor(aCol.GetGreen()), in convertToARGB()
842 toDoubleColor(aCol.GetBlue())); in convertToARGB()
887 const BitmapColor aCol = m_pBmpAcc->GetPaletteColor( in convertToPARGB() local
893 nAlpha*toDoubleColor(aCol.GetRed()), in convertToPARGB()
894 nAlpha*toDoubleColor(aCol.GetGreen()), in convertToPARGB()
895 nAlpha*toDoubleColor(aCol.GetBlue())); in convertToPARGB()
1083 const BitmapColor aCol = m_pBmpAcc->GetPaletteColor( in convertFromIntegerColorSpace() local
1088 *pOut++ = toDoubleColor(aCol.GetRed()); in convertFromIntegerColorSpace()
1089 *pOut++ = toDoubleColor(aCol.GetGreen()); in convertFromIntegerColorSpace()
1090 *pOut++ = toDoubleColor(aCol.GetBlue()); in convertFromIntegerColorSpace()
1160 const BitmapColor aCol = in convertIntegerToRGB() local
1166 *pOut++ = rendering::RGBColor(toDoubleColor(aCol.GetRed()), in convertIntegerToRGB()
1167 toDoubleColor(aCol.GetGreen()), in convertIntegerToRGB()
1168 toDoubleColor(aCol.GetBlue())); in convertIntegerToRGB()
1177 const BitmapColor aCol = in convertIntegerToRGB() local
1183 *pOut++ = rendering::RGBColor(toDoubleColor(aCol.GetRed()), in convertIntegerToRGB()
1184 toDoubleColor(aCol.GetGreen()), in convertIntegerToRGB()
1185 toDoubleColor(aCol.GetBlue())); in convertIntegerToRGB()
1214 const BitmapColor aCol = in convertIntegerToARGB() local
1221 toDoubleColor(aCol.GetRed()), in convertIntegerToARGB()
1222 toDoubleColor(aCol.GetGreen()), in convertIntegerToARGB()
1223 toDoubleColor(aCol.GetBlue())); in convertIntegerToARGB()
1231 const BitmapColor aCol = in convertIntegerToARGB() local
1238 toDoubleColor(aCol.GetRed()), in convertIntegerToARGB()
1239 toDoubleColor(aCol.GetGreen()), in convertIntegerToARGB()
1240 toDoubleColor(aCol.GetBlue())); in convertIntegerToARGB()
1269 const BitmapColor aCol = in convertIntegerToPARGB() local
1277 nAlpha*toDoubleColor(aCol.GetRed()), in convertIntegerToPARGB()
1278 nAlpha*toDoubleColor(aCol.GetGreen()), in convertIntegerToPARGB()
1279 nAlpha*toDoubleColor(aCol.GetBlue())); in convertIntegerToPARGB()
1287 const BitmapColor aCol = in convertIntegerToPARGB() local
1294 toDoubleColor(aCol.GetRed()), in convertIntegerToPARGB()
1295 toDoubleColor(aCol.GetGreen()), in convertIntegerToPARGB()
1296 toDoubleColor(aCol.GetBlue())); in convertIntegerToPARGB()
1318 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromRGB() local
1324 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromRGB()
1325 aCol; in convertIntegerFromRGB()
1336 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromRGB() local
1342 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromRGB()
1343 aCol; in convertIntegerFromRGB()
1367 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromARGB() local
1373 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromARGB()
1374 aCol; in convertIntegerFromARGB()
1385 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromARGB() local
1391 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromARGB()
1392 aCol; in convertIntegerFromARGB()
1417 const BitmapColor aCol(toByteColor(rgbColor[i].Red / nAlpha), in convertIntegerFromPARGB() local
1423 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromPARGB()
1424 aCol; in convertIntegerFromPARGB()
1435 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromPARGB() local
1441 sal::static_int_cast<sal_uInt8>(m_pBmpAcc->GetBestPaletteIndex( aCol ))) : in convertIntegerFromPARGB()
1442 aCol; in convertIntegerFromPARGB()