Home
last modified time | relevance | path

Searched refs:rARGBColor (Results 1 – 2 of 2) sorted by path

/trunk/main/canvas/source/directx/
H A Ddx_canvashelper.cxx635 const rendering::ARGBColor& rARGBColor( in drawBitmapModulated() local
640 rARGBColor.Red, in drawBitmapModulated()
641 rARGBColor.Green, in drawBitmapModulated()
642 rARGBColor.Blue, in drawBitmapModulated()
643 rARGBColor.Alpha ); in drawBitmapModulated()
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx818 const rendering::ARGBColor& rARGBColor( in doubleSequenceToColor() local
821 return Color( 255-toByteColor(rARGBColor.Alpha), in doubleSequenceToColor()
822 toByteColor(rARGBColor.Red), in doubleSequenceToColor()
823 toByteColor(rARGBColor.Green), in doubleSequenceToColor()
824 toByteColor(rARGBColor.Blue) ); in doubleSequenceToColor()

Completed in 17 milliseconds