Lines Matching refs:mnBitCount
191 mnBitCount(0) in WinSalBitmap()
217 mnBitCount = 0; in Destroy()
544 mnBitCount = pBIH->biBitCount; in Create()
546 if( mnBitCount ) in Create()
547 mnBitCount = ( mnBitCount <= 1 ) ? 1 : ( mnBitCount <= 4 ) ? 4 : ( mnBitCount <= 8 ) ? 8 : 24; in Create()
558 mnBitCount = aDDBInfo.bmPlanes * aDDBInfo.bmBitsPixel; in Create()
560 if( mnBitCount ) in Create()
562 mnBitCount = ( mnBitCount <= 1 ) ? 1 : in Create()
563 ( mnBitCount <= 4 ) ? 4 : in Create()
564 ( mnBitCount <= 8 ) ? 8 : 24; in Create()
590 mnBitCount = nBitCount; in Create()
617 mnBitCount = rSalBitmap.mnBitCount; in Create()
661 mnBitCount = aDDBInfo.bmPlanes * aDDBInfo.bmBitsPixel; in Create()
704 mnBitCount = nNewBitCount; in Create()
911 pBuffer->mnBitCount = (sal_uInt16) pBIH->biBitCount; in AcquireBuffer()
913 if( pBuffer->mnBitCount <= 8 ) in AcquireBuffer()