Home
last modified time | relevance | path

Searched refs:nBytesPerPixel (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/vcl/source/helper/
H A Dcanvasbitmap.cxx1156 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToRGB() local
1157 for( sal_Size i=0; i<nLen; i+=nBytesPerPixel ) in convertIntegerToRGB()
1170 pIn += nBytesPerPixel; in convertIntegerToRGB()
1209 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToARGB() local
1211 for( sal_Size i=0; i<nLen; i+=nBytesPerPixel ) in convertIntegerToARGB()
1224 pIn += nBytesPerPixel; in convertIntegerToARGB()
1264 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToPARGB() local
1266 for( sal_Size i=0; i<nLen; i+=nBytesPerPixel ) in convertIntegerToPARGB()
1280 pIn += nBytesPerPixel; in convertIntegerToPARGB()
/aoo42x/main/vcl/test/
H A Dcanvasbitmaptest.cxx733 const sal_Int32 nBytesPerPixel(mnBitsPerPixel == 8 ? 1 : 4); in convertIntegerToARGB() local
734 test(nLen%nBytesPerPixel==0, in convertIntegerToARGB()
737 uno::Sequence< rendering::ARGBColor > aRes( nLen / nBytesPerPixel ); in convertIntegerToARGB()
770 const sal_Int32 nBytesPerPixel(mnBitsPerPixel == 8 ? 1 : 4); in convertIntegerToPARGB() local
771 test(nLen%nBytesPerPixel==0, in convertIntegerToPARGB()
774 uno::Sequence< rendering::ARGBColor > aRes( nLen / nBytesPerPixel ); in convertIntegerToPARGB()

Completed in 34 milliseconds