Searched refs:nDstRowBytes (Results 1 – 1 of 1) sorted by relevance
892 sal_uLong nWidth, nHeight, nDstRowBytes, nx, nc, ny, nCount, nColTabSize, i; in WriteOpcode_BitsRect() local925 nDstRowBytes = nWidth * 4; in WriteOpcode_BitsRect()936 if ( nDstRowBytes < 8 ) in WriteOpcode_BitsRect()942 *pPict << (sal_uInt16)(nDstRowBytes|0x8000) // Bytes pro Zeile und dass es eine 'PixMap' ist in WriteOpcode_BitsRect()1012 if ( nDstRowBytes > 250 ) in WriteOpcode_BitsRect()1079 if ( nDstRowBytes > 250 ) in WriteOpcode_BitsRect()1111 nDstRowBytes = ( nWidth * nBitsPerPixel + 7 ) >> 3; in WriteOpcode_BitsRect()1112 nSrcRowBytes = ( nDstRowBytes + 3 ) & 0xfffffffc; in WriteOpcode_BitsRect()1122 if ( nDstRowBytes < 8 ) in WriteOpcode_BitsRect()1128 *pPict << (sal_uInt16)(nDstRowBytes|0x8000) // Bytes pro Zeile und dass es eine 'PixMap' ist in WriteOpcode_BitsRect()[all …]