Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx893 sal_uLong nDstRowPos, nSrcRowBytes, nEqu3, nPos, nDstMapPos; in WriteOpcode_BitsRect() local
924 nSrcRowBytes =( ( 3 * nWidth ) + 0x0003 ) & 0xfffc; in WriteOpcode_BitsRect()
1112 nSrcRowBytes = ( nDstRowBytes + 3 ) & 0xfffffffc; in WriteOpcode_BitsRect()
1169 pPix = new sal_uInt8[ nSrcRowBytes ]; in WriteOpcode_BitsRect()
1183 for ( pTemp = pPix, i = 0; i < nSrcRowBytes; i++ ) in WriteOpcode_BitsRect()
1189 for ( pTemp = pPix, i = 0; i < nSrcRowBytes; i++ ) in WriteOpcode_BitsRect()

Completed in 36 milliseconds