Home
last modified time | relevance | path

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

/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1074 const sal_uInt32 nQuadCount = nImageDataLength / 3; in ImplWriteBmp() local
1077 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 12 milliseconds