Lines Matching refs:pBI
302 BITMAPINFO2* pBI = (BITMAPINFO2*) hDrawDIB; in ImplDrawBitmap() local
303 BITMAPINFOHEADER2* pBIH = (BITMAPINFOHEADER2*) pBI; in ImplDrawBitmap()
305 long nInfoSize = *(ULONG*) pBI + rSalBitmap.ImplGetDIBColorCount( hDrawDIB ) * sizeof( RGB2 ); in ImplDrawBitmap()
306 PM_BYTE* pBits = (PM_BYTE*) pBI + nInfoSize; in ImplDrawBitmap()
331 pBI = (BITMAPINFO2*) hSubst; in ImplDrawBitmap()
332 pBIH = (BITMAPINFOHEADER2*) pBI; in ImplDrawBitmap()
333 nInfoSize = *(ULONG*) pBI + rSalBitmap.ImplGetDIBColorCount( hSubst ) * sizeof( RGB2 ); in ImplDrawBitmap()
334 pBits = (PM_BYTE*) pBI + nInfoSize; in ImplDrawBitmap()
374 const RGB2& rQuad = pBI->argbColor[ *pSrcLine++ ]; in ImplDrawBitmap()
390 memcpy( pDummy, pBI, nTotalSize ); in ImplDrawBitmap()
397 GpiDrawBits( hPS, pBits, pBI, 4L, pts, nDrawMode, BBO_IGNORE ); in ImplDrawBitmap()