Searched refs:nNumBytes (Results 1 – 3 of 3) sorted by relevance
121 unsigned int nNumBytes = sizeof(T)<<2; in bitcount() local124 nNumBytes >>= 1; in bitcount()125 } while(nNumBytes); in bitcount()
1308 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromRGB() local1310 uno::Sequence< sal_Int8 > aRes(nNumBytes); in convertIntegerFromRGB()1357 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromARGB() local1359 uno::Sequence< sal_Int8 > aRes(nNumBytes); in convertIntegerFromARGB()1406 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromPARGB() local1408 uno::Sequence< sal_Int8 > aRes(nNumBytes); in convertIntegerFromPARGB()
83 inline void Skip( const sal_uInt16 nNumBytes );
Completed in 25 milliseconds