Home
last modified time | relevance | path

Searched refs:nNumBytes (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/canvas/inc/canvas/
H A Dcanvastools.hxx120 unsigned int nNumBytes = sizeof(T)<<2; in bitcount() local
123 nNumBytes >>= 1; in bitcount()
124 } while(nNumBytes); in bitcount()
/aoo4110/main/vcl/source/helper/
H A Dcanvasbitmap.cxx1308 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromRGB() local
1310 uno::Sequence< sal_Int8 > aRes(nNumBytes); in convertIntegerFromRGB()
1357 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromARGB() local
1359 uno::Sequence< sal_Int8 > aRes(nNumBytes); in convertIntegerFromARGB()
1406 const sal_Int32 nNumBytes((nLen*m_nBitsPerOutputPixel+7)/8); in convertIntegerFromPARGB() local
1408 uno::Sequence< sal_Int8 > aRes(nNumBytes); in convertIntegerFromPARGB()
/aoo4110/main/sc/source/filter/inc/
H A Dlotimpop.hxx83 inline void Skip( const sal_uInt16 nNumBytes );

Completed in 78 milliseconds