Lines Matching refs:unotools

337         ::BitmapEx aBmpEx = ::vcl::unotools::bitmapExFromXBitmap(xIntBmp);  in bitmapExFromXBitmap()
1048 ::basegfx::unotools::b2DPolyPolygonFromXPolyPolygon2D(xPolyPolygon) ); in doPolyPolygonPath()
1493 return ::basegfx::unotools::integerSize2DFromB2ISize( maSize ); in getSize()
1745 *pOut++ = vcl::unotools::toDoubleColor(*pIn++); in convertFromIntegerColorSpace()
1746 *pOut++ = vcl::unotools::toDoubleColor(*pIn++); in convertFromIntegerColorSpace()
1747 *pOut++ = vcl::unotools::toDoubleColor(*pIn++); in convertFromIntegerColorSpace()
1748 *pOut++ = vcl::unotools::toDoubleColor(*pIn++); in convertFromIntegerColorSpace()
1842 vcl::unotools::toDoubleColor(pIn[3]), in convertIntegerToPARGB()
1843 vcl::unotools::toDoubleColor(pIn[2]), in convertIntegerToPARGB()
1844 vcl::unotools::toDoubleColor(pIn[1]), in convertIntegerToPARGB()
1845 vcl::unotools::toDoubleColor(pIn[0])); in convertIntegerToPARGB()
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()
1899 *pColors++ = vcl::unotools::toByteColor(pIn->Alpha); in convertIntegerFromPARGB()