Lines Matching refs:mnBitCount
60 mnBitCount ( 0 ) in Os2SalBitmap()
88 mnBitCount = pBIH->cBitCount; in Create()
90 if( mnBitCount ) in Create()
91 … mnBitCount = ( mnBitCount <= 1 ) ? 1 : ( mnBitCount <= 4 ) ? 4 : ( mnBitCount <= 8 ) ? 8 : 24; in Create()
102 mnBitCount = aDDBInfoHeader.cPlanes * aDDBInfoHeader.cBitCount; in Create()
104 if( mnBitCount ) in Create()
106 mnBitCount = ( mnBitCount <= 1 ) ? 1 : in Create()
107 ( mnBitCount <= 4 ) ? 4 : in Create()
108 ( mnBitCount <= 8 ) ? 8 : 24; in Create()
135 mnBitCount = nBitCount; in Create()
162 mnBitCount = rSalBitmap.mnBitCount; in Create()
222 mnBitCount = aInfoHeader.cPlanes * aInfoHeader.cBitCount; in Create()
224 if( mnBitCount ) in Create()
226 mnBitCount = ( mnBitCount <= 1 ) ? 1 : in Create()
227 ( mnBitCount <= 4 ) ? 4 : in Create()
228 ( mnBitCount <= 8 ) ? 8 : 24; in Create()
267 mnBitCount = nNewBitCount; in Create()
301 mnBitCount = 0; in Destroy()
572 pBuffer->mnBitCount = (USHORT) pBIH->cBitCount; in AcquireBuffer()
574 if( pBuffer->mnBitCount <= 8 ) in AcquireBuffer()