Searched defs:nBytesPerPixel (Results 1 – 2 of 2) sorted by relevance
1156 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToRGB() local1209 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToARGB() local1264 const sal_Int32 nBytesPerPixel((m_nBitsPerOutputPixel+7)/8); in convertIntegerToPARGB() local
733 const sal_Int32 nBytesPerPixel(mnBitsPerPixel == 8 ? 1 : 4); in convertIntegerToARGB() local770 const sal_Int32 nBytesPerPixel(mnBitsPerPixel == 8 ? 1 : 4); in convertIntegerToPARGB() local
Completed in 18 milliseconds