Searched refs:aDIB (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/canvas/source/directx/ |
H A D | dx_canvasbitmap.cxx | 165 static AlphaDIB aDIB= in getFastPropertyValue() local 189 aDIB.bmiHeader.biWidth = aSize.getX(); in getFastPropertyValue() 190 aDIB.bmiHeader.biHeight = -aSize.getY(); in getFastPropertyValue() 191 aDIB.bmiHeader.biPlanes = 1; in getFastPropertyValue() 192 aDIB.bmiHeader.biBitCount = 8; in getFastPropertyValue() 193 aDIB.bmiHeader.biCompression = BI_RGB; in getFastPropertyValue() 194 aDIB.bmiHeader.biSizeImage = 0; in getFastPropertyValue() 195 aDIB.bmiHeader.biXPelsPerMeter = 0; in getFastPropertyValue() 196 aDIB.bmiHeader.biYPelsPerMeter = 0; in getFastPropertyValue() 197 aDIB.bmiHeader.biClrUsed = 0; in getFastPropertyValue() [all …]
|
/aoo41x/main/fpicker/source/win32/filepicker/workbench/ |
H A D | Test_fps.cxx | 175 Sequence< sal_Int8 > aDIB( dwFileSize ); in fileSelectionChanged() local 178 … sal_Bool bSuccess = ReadFile (hFile, aDIB.getArray( ), dwFileSize, &dwBytesRead, NULL) ; in fileSelectionChanged() 181 BITMAPFILEHEADER* pbmfh = (BITMAPFILEHEADER*)aDIB.getConstArray( ); in fileSelectionChanged() 191 aAny <<= aDIB; in fileSelectionChanged()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | bmpconv.cxx | 143 Sequence< sal_Int8 > aDIB = xBM->getDIB(); in invoke() local 148 SvMemoryStream aStream( aDIB.getArray(), aDIB.getLength(), STREAM_READ | STREAM_WRITE ); in invoke()
|
/aoo41x/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 95 Bitmap aDIB, aMask; in GetBitmap() local 99 ReadDIB(aDIB, aMem, true); in GetBitmap() 106 aBmp = BitmapEx( aDIB, aMask ); in GetBitmap()
|
Completed in 42 milliseconds