Home
last modified time | relevance | path

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

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx1156 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToRGB() local
1209 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToARGB() local
1264 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToPARGB() local
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx733 const sal_Int32 nBytesPerPixel(mnBitsPerPixel == 8 ? 1 : 4); in convertIntegerToARGB() local
770 const sal_Int32 nBytesPerPixel(mnBitsPerPixel == 8 ? 1 : 4); in convertIntegerToPARGB() local

Completed in 37 milliseconds