Lines Matching refs:aCol
218 BitmapColor aCol; in bitmapFromVCLBitmapEx() local
235 aCol = pReadAccess->GetPaletteColor( *pScan++ ); in bitmapFromVCLBitmapEx()
237 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
238 *pCurrOutput++ = aCol.GetGreen(); in bitmapFromVCLBitmapEx()
239 *pCurrOutput++ = aCol.GetRed(); in bitmapFromVCLBitmapEx()
287 aCol = pReadAccess->GetColor(y,x); in bitmapFromVCLBitmapEx()
289 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
290 *pCurrOutput++ = aCol.GetGreen(); in bitmapFromVCLBitmapEx()
291 *pCurrOutput++ = aCol.GetRed(); in bitmapFromVCLBitmapEx()
360 BitmapColor aCol; in bitmapFromVCLBitmapEx() local
393 aCol = pReadAccess->GetPaletteColor( *pScan++ ); in bitmapFromVCLBitmapEx()
395 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
396 *pCurrOutput++ = aCol.GetGreen(); in bitmapFromVCLBitmapEx()
397 *pCurrOutput++ = aCol.GetRed(); in bitmapFromVCLBitmapEx()
441 aCol = pReadAccess->GetColor(y,x); in bitmapFromVCLBitmapEx()
444 *pCurrOutput++ = aCol.GetBlue(); in bitmapFromVCLBitmapEx()
445 *pCurrOutput++ = aCol.GetGreen(); in bitmapFromVCLBitmapEx()
446 *pCurrOutput++ = aCol.GetRed(); in bitmapFromVCLBitmapEx()