Lines Matching refs:toByteColor

933                     BitmapColor(toByteColor(rgbColor[i].Red),  in convertFromRGB()
934 toByteColor(rgbColor[i].Green), in convertFromRGB()
935 toByteColor(rgbColor[i].Blue))); in convertFromRGB()
973 BitmapColor(toByteColor(rgbColor[i].Red), in convertFromARGB()
974 toByteColor(rgbColor[i].Green), in convertFromARGB()
975 toByteColor(rgbColor[i].Blue))); in convertFromARGB()
1014 BitmapColor(toByteColor(rgbColor[i].Red / nAlpha), in convertFromPARGB()
1015 toByteColor(rgbColor[i].Green / nAlpha), in convertFromPARGB()
1016 toByteColor(rgbColor[i].Blue / nAlpha))); in convertFromPARGB()
1318 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromRGB()
1319 toByteColor(rgbColor[i].Green), in convertIntegerFromRGB()
1320 toByteColor(rgbColor[i].Blue)); in convertIntegerFromRGB()
1336 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromRGB()
1337 toByteColor(rgbColor[i].Green), in convertIntegerFromRGB()
1338 toByteColor(rgbColor[i].Blue)); in convertIntegerFromRGB()
1367 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromARGB()
1368 toByteColor(rgbColor[i].Green), in convertIntegerFromARGB()
1369 toByteColor(rgbColor[i].Blue)); in convertIntegerFromARGB()
1378 *pColors++ = 255 - toByteColor(rgbColor[i].Alpha); in convertIntegerFromARGB()
1385 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromARGB()
1386 toByteColor(rgbColor[i].Green), in convertIntegerFromARGB()
1387 toByteColor(rgbColor[i].Blue)); in convertIntegerFromARGB()
1417 const BitmapColor aCol(toByteColor(rgbColor[i].Red / nAlpha), in convertIntegerFromPARGB()
1418 toByteColor(rgbColor[i].Green / nAlpha), in convertIntegerFromPARGB()
1419 toByteColor(rgbColor[i].Blue / nAlpha)); in convertIntegerFromPARGB()
1428 *pColors++ = 255 - toByteColor(nAlpha); in convertIntegerFromPARGB()
1435 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromPARGB()
1436 toByteColor(rgbColor[i].Green), in convertIntegerFromPARGB()
1437 toByteColor(rgbColor[i].Blue)); in convertIntegerFromPARGB()