Lines Matching refs:toByteColor
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()
576 *pColors++ = 255-vcl::unotools::toByteColor(pIn->Alpha); in convertIntegerFromPARGB()