Searched refs:biHeight (Results 1 – 13 of 13) sorted by relevance
/aoo42x/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() 650 SetDIBits( hDC, hNewDDB, 0, pBIH->biHeight, pBits, pBI, DIB_RGB_COLORS ); in Create() 788 pBIH->biHeight = rSize.Height(); in ImplCreateDIB() 870 Size aSizePix( pBIH->biWidth, pBIH->biHeight ); in AcquireBuffer()
|
H A D | salvd.cxx | 56 aBitmapInfo.bmiHeader.biHeight = nDY; in ImplCreateVirDevBitmap()
|
H A D | salgdi.cxx | 221 pBIH->biHeight = 8; in ImplInitSalGDI() 296 pBIH->biHeight = 8; in ImplInitSalGDI()
|
H A D | salgdi2.cxx | 375 … (int)rPosAry.mnSrcX, (int)(pBIH->biHeight - rPosAry.mnSrcHeight - rPosAry.mnSrcY), in ImplDrawBitmap()
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_canvasbitmap.cxx | 114 aBIH.biHeight = -aSize.getY(); in getFastPropertyValue() 190 aDIB.bmiHeader.biHeight = -aSize.getY(); in getFastPropertyValue()
|
H A D | dx_5rm.cxx | 306 bitmapInfo.biHeight = aSurfaceDesc.dwHeight; in dumpSurface()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | fltdefs.hxx | 112 sal_uInt32 biHeight; member
|
/aoo42x/main/avmedia/source/win/ |
H A D | framegrabber.cxx | 162 nHeight = pVih->bmiHeader.biHeight; in grabFrame()
|
/aoo42x/main/dtrans/source/os2/clipb/ |
H A D | OS2Bitmap.cxx | 53 LONG biHeight; member
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | dibpreview.cxx | 264 cyDib = abs (pbmi->bmiHeader.biHeight); in onPaint()
|
/aoo42x/main/dtrans/source/win32/dtobj/ |
H A D | FmtFilter.cxx | 553 pBmp->biHeight = aBmpSize.cy; in WinBITMAPToOOBMP()
|
/aoo42x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 406 dib.bi.biHeight = thumbnail_size_.cy; in Extract()
|
/aoo42x/main/extensions/source/scanner/ |
H A D | scanwin.cxx | 910 aRet.Height = pBIH->biHeight; in getSize()
|
Completed in 101 milliseconds