Home
last modified time | relevance | path

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

/aoo4110/main/extensions/source/scanner/
H A Dscanwin.cxx937 sal_uInt32 nColEntries; in SEQ() local
944 nColEntries = pBIH->biClrUsed ? pBIH->biClrUsed : ( 1 << pBIH->biBitCount ); in SEQ()
948 nColEntries = pBIH->biClrUsed ? pBIH->biClrUsed : 0; in SEQ()
954 nColEntries = pBIH->biClrUsed; in SEQ()
957 nColEntries += 3; in SEQ()
962 nColEntries = 0; in SEQ()
972 …*pMemStm << (sal_uInt32) ( sizeof( BITMAPFILEHEADER ) + pBIH->biSize + ( nColEntries * sizeof( RGB… in SEQ()

Completed in 21 milliseconds