Searched refs:nQuadCount (Results 1 – 1 of 1) sorted by relevance
1074 const sal_uInt32 nQuadCount = nImageDataLength / 3; in ImplWriteBmp() local1077 if( nQuadCount || nRest ) in ImplWriteBmp()1079 sal_Int32 nBufLen = ( ( nQuadCount + ( nRest ? 1 : 0 ) ) << 2 ); in ImplWriteBmp()1085 for( sal_uInt32 i = 0; i < nQuadCount; ++i ) in ImplWriteBmp()
Completed in 25 milliseconds