Searched refs:toByteColor (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/vcl/source/helper/ |
| H A D | canvastools.cxx | 254 BitmapColor( toByteColor(rColor.Red), in readBmp() 255 toByteColor(rColor.Green), in readBmp() 256 toByteColor(rColor.Blue))) ); in readBmp() 258 … BitmapColor( 255 - toByteColor(rColor.Alpha) )); in readBmp() 267 BitmapColor( toByteColor(rColor.Red), in readBmp() 268 toByteColor(rColor.Green), in readBmp() 269 toByteColor(rColor.Blue) )); in readBmp() 271 … BitmapColor( 255 - toByteColor(rColor.Alpha) )); in readBmp() 286 BitmapColor( toByteColor(rColor.Red), in readBmp() 287 toByteColor(rColor.Green), in readBmp() [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() 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() [all …]
|
| /trunk/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 …]
|
| /trunk/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 …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | canvastools.hxx | 192 inline sal_Int8 toByteColor( double val ) in toByteColor() function
|