Home
last modified time | relevance | path

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

/trunk/main/vcl/source/helper/
H A Dcanvasbitmap.cxx550 const long nNonAlphaBytes( m_nBitsPerInputPixel/8 ); in getData() local
557 for( long i=0; i<nNonAlphaBytes; ++i ) in getData()
626 const long nNonAlphaBytes( m_nBitsPerInputPixel/8 ); in getPixel() local
631 pOutBuf += nNonAlphaBytes; in getPixel()
1208 const long nNonAlphaBytes( (m_nBitsPerInputPixel+7)/8 ); in convertIntegerToARGB() local
1315 const long nNonAlphaBytes( (m_nBitsPerInputPixel+7)/8 ); in convertIntegerFromRGB() local
1328 pColors += nNonAlphaBytes; in convertIntegerFromRGB()
1364 const long nNonAlphaBytes( (m_nBitsPerInputPixel+7)/8 ); in convertIntegerFromARGB() local
1377 pColors += nNonAlphaBytes; in convertIntegerFromARGB()
1413 const long nNonAlphaBytes( (m_nBitsPerInputPixel+7)/8 ); in convertIntegerFromPARGB() local
[all …]

Completed in 25 milliseconds