Searched refs:pBIH (Results 1 – 8 of 8) sorted by relevance
/trunk/main/vcl/os2/source/gdi/ |
H A D | salbmp.cxx | 87 maSize = Size( pBIH->cx, pBIH->cy ); in Create() 327 if( pBIH->cclrUsed ) in ImplGetDIBColorCount() 361 pBIH->cPlanes = 1; in ImplCreateDIB() 367 pBIH->cclrUsed = 0; in ImplCreateDIB() 371 memset( (PBYTE) &pBIH->usUnits, 0, (PBYTE) pBI->argbColor - (PBYTE) &pBIH->usUnits ); in ImplCreateDIB() 393 ULONG nWidth = pBIH->cx, nHeight = pBIH->cy; in ImplCreateDIB4FromDIB1() 443 … ( pBIH->cbImage ? pBIH->cbImage : AlignedWidth4Bytes( pBIH->cx * pBIH->cBitCount ) ); in ImplCopyDIBOrDDB() 528 if( ( pBIH->ulCompression == BCA_RLE4 ) || ( pBIH->ulCompression == BCA_RLE8 ) ) in AcquireBuffer() 530 Size aSizePix( pBIH->cx, pBIH->cy ); in AcquireBuffer() 551 pBIH = pNewBIH; in AcquireBuffer() [all …]
|
H A D | salgdi2.cxx | 303 BITMAPINFOHEADER2* pBIH = (BITMAPINFOHEADER2*) pBI; in ImplDrawBitmap() local 304 const long nHeight = pBIH->cy; in ImplDrawBitmap() 319 if( ( pBIH->cBitCount == 1 ) && !hSubst ) in ImplDrawBitmap() 332 pBIH = (BITMAPINFOHEADER2*) pBI; in ImplDrawBitmap() 343 if( pBIH->cBitCount == 8 && pBIH->ulCompression == BCA_UNCOMP ) in ImplDrawBitmap() 345 const long nWidth = pBIH->cx; in ImplDrawBitmap() 346 const long nHeight = pBIH->cy; in ImplDrawBitmap() 364 PM_BYTE* pBitsSrc = (PM_BYTE*) pBIH + nInfoSize; in ImplDrawBitmap() 386 …const long nImageSize = ( pBIH->cbImage ? pBIH->cbImage : ( pBIH->cy * AlignedWidth4Bytes( pBIH->c… in ImplDrawBitmap()
|
/trunk/main/vcl/win/source/gdi/ |
H A D | salbmp.cxx | 543 maSize = Size( pBIH->biWidth, pBIH->biHeight ); in Create() 647 hNewDDB = CreateBitmap( pBIH->biWidth, pBIH->biHeight, 1, 1, NULL ); in Create() 739 if ( pBIH->biClrUsed ) in ImplGetDIBColorCount() 789 pBIH->biPlanes = 1; in ImplCreateDIB() 790 pBIH->biBitCount = nBits; in ImplCreateDIB() 795 pBIH->biClrUsed = 0; in ImplCreateDIB() 796 pBIH->biClrImportant = 0; in ImplCreateDIB() 868 if( ( pBIH->biCompression == BI_RLE4 ) || ( pBIH->biCompression == BI_RLE8 ) ) in AcquireBuffer() 870 Size aSizePix( pBIH->biWidth, pBIH->biHeight ); in AcquireBuffer() 890 pBIH = pNewBIH; in AcquireBuffer() [all …]
|
H A D | salgdi.cxx | 217 BITMAPINFOHEADER* pBIH = (BITMAPINFOHEADER*) pSalData->mpDitherDIB; in ImplInitSalGDI() local 219 pBIH->biSize = sizeof( BITMAPINFOHEADER ); in ImplInitSalGDI() 220 pBIH->biWidth = 8; in ImplInitSalGDI() 221 pBIH->biHeight = 8; in ImplInitSalGDI() 222 pBIH->biPlanes = 1; in ImplInitSalGDI() 223 pBIH->biBitCount = 24; in ImplInitSalGDI() 294 pBIH->biSize = sizeof( BITMAPINFOHEADER ); in ImplInitSalGDI() 295 pBIH->biWidth = 8; in ImplInitSalGDI() 296 pBIH->biHeight = 8; in ImplInitSalGDI() 297 pBIH->biPlanes = 1; in ImplInitSalGDI() [all …]
|
H A D | salgdi2.cxx | 367 PBITMAPINFOHEADER pBIH = (PBITMAPINFOHEADER) pBI; in ImplDrawBitmap() local 375 … (int)rPosAry.mnSrcX, (int)(pBIH->biHeight - rPosAry.mnSrcHeight - rPosAry.mnSrcY), in ImplDrawBitmap()
|
/trunk/main/extensions/source/scanner/ |
H A D | scanwin.cxx | 442 pBIH->biXPelsPerMeter = FRound( fFactor * nXRes ); in ImplXfer() 443 pBIH->biYPelsPerMeter = FRound( fFactor * nYRes ); in ImplXfer() 907 if( pBIH ) in getSize() 909 aRet.Width = pBIH->biWidth; in getSize() 910 aRet.Height = pBIH->biHeight; in getSize() 935 if( pBIH ) in SEQ() 939 switch( pBIH->biBitCount ) in SEQ() 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() [all …]
|
/trunk/main/canvas/source/directx/ |
H A D | dx_vcltools.cxx | 90 const BITMAPINFOHEADER* pBIH = (BITMAPINFOHEADER*)pBI; in drawDIBits() local 92 calcDIBColorCount( *pBIH ) * sizeof( RGBQUAD ); in drawDIBits()
|
/trunk/main/vcl/win/source/window/ |
H A D | salframe.cxx | 4997 PBITMAPINFOHEADER pBIH = (PBITMAPINFOHEADER) pBI; in ImplDrawItem() local 5001 … HBITMAP hBmp = CreateDIBitmap( pDI->hDC, pBIH, CBM_INIT, pBits, pBI, DIB_RGB_COLORS ); in ImplDrawItem()
|
Completed in 67 milliseconds