Searched refs:toByteColor (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/vcl/source/helper/ |
H A D | canvastools.cxx | 404 aPalette[j] = BitmapColor(toByteColor(rColor.Red), in bitmapExFromXBitmap() 405 toByteColor(rColor.Green), in bitmapExFromXBitmap() 406 toByteColor(rColor.Blue)); in bitmapExFromXBitmap() 791 aColor.SetRed ( toByteColor(rColor[0]) ); in stdColorSpaceSequenceToColor() 792 aColor.SetGreen( toByteColor(rColor[1]) ); in stdColorSpaceSequenceToColor() 793 aColor.SetBlue ( toByteColor(rColor[2]) ); in stdColorSpaceSequenceToColor() 795 aColor.SetTransparency( 255 - toByteColor(rColor[3]) ); in stdColorSpaceSequenceToColor() 821 return Color( 255-toByteColor(rARGBColor.Alpha), in doubleSequenceToColor() 822 toByteColor(rARGBColor.Red), in doubleSequenceToColor() 823 toByteColor(rARGBColor.Green), in doubleSequenceToColor() [all …]
|
H A D | canvasbitmap.cxx | 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() 1318 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromRGB() 1336 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromRGB() 1367 const BitmapColor aCol(toByteColor(rgbColor[i].Red), in convertIntegerFromARGB() 1378 *pColors++ = 255 - toByteColor(rgbColor[i].Alpha); in convertIntegerFromARGB() [all …]
|
/aoo42x/main/canvas/source/tools/ |
H A D | canvastools.cxx | 537 *pColors++ = vcl::unotools::toByteColor(pIn->Red); in convertIntegerFromRGB() 538 *pColors++ = vcl::unotools::toByteColor(pIn->Green); in convertIntegerFromRGB() 539 *pColors++ = vcl::unotools::toByteColor(pIn->Blue); in convertIntegerFromRGB() 555 *pColors++ = vcl::unotools::toByteColor(pIn->Red); in convertIntegerFromARGB() 556 *pColors++ = vcl::unotools::toByteColor(pIn->Green); in convertIntegerFromARGB() 557 *pColors++ = vcl::unotools::toByteColor(pIn->Blue); in convertIntegerFromARGB() 558 *pColors++ = 255-vcl::unotools::toByteColor(pIn->Alpha); in convertIntegerFromARGB() 573 *pColors++ = vcl::unotools::toByteColor(pIn->Red/pIn->Alpha); in convertIntegerFromPARGB() 574 *pColors++ = vcl::unotools::toByteColor(pIn->Green/pIn->Alpha); in convertIntegerFromPARGB() 575 *pColors++ = vcl::unotools::toByteColor(pIn->Blue/pIn->Alpha); in convertIntegerFromPARGB() [all …]
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 1860 *pColors++ = vcl::unotools::toByteColor(pIn->Blue); in convertIntegerFromRGB() 1861 *pColors++ = vcl::unotools::toByteColor(pIn->Green); in convertIntegerFromRGB() 1862 *pColors++ = vcl::unotools::toByteColor(pIn->Red); in convertIntegerFromRGB() 1879 *pColors++ = vcl::unotools::toByteColor(fAlpha*pIn->Blue); in convertIntegerFromARGB() 1880 *pColors++ = vcl::unotools::toByteColor(fAlpha*pIn->Green); in convertIntegerFromARGB() 1881 *pColors++ = vcl::unotools::toByteColor(fAlpha*pIn->Red); in convertIntegerFromARGB() 1882 *pColors++ = vcl::unotools::toByteColor(fAlpha); in convertIntegerFromARGB() 1896 *pColors++ = vcl::unotools::toByteColor(pIn->Blue); in convertIntegerFromPARGB() 1897 *pColors++ = vcl::unotools::toByteColor(pIn->Green); in convertIntegerFromPARGB() 1898 *pColors++ = vcl::unotools::toByteColor(pIn->Red); in convertIntegerFromPARGB() [all …]
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | canvastools.hxx | 192 inline sal_Int8 toByteColor( double val ) in toByteColor() function
|
Completed in 160 milliseconds