Home
last modified time | relevance | path

Searched refs:aDIB (Results 1 – 4 of 4) sorted by path

/trunk/main/canvas/source/directx/
H A Ddx_canvasbitmap.cxx165 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 …]
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx175 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()
/trunk/main/toolkit/source/helper/
H A Dvclunohelper.cxx95 Bitmap aDIB, aMask; in GetBitmap() local
99 ReadDIB(aDIB, aMem, true); in GetBitmap()
106 aBmp = BitmapEx( aDIB, aMask ); in GetBitmap()
/trunk/main/vcl/source/gdi/
H A Dbmpconv.cxx143 Sequence< sal_Int8 > aDIB = xBM->getDIB(); in invoke() local
148 SvMemoryStream aStream( aDIB.getArray(), aDIB.getLength(), STREAM_READ | STREAM_WRITE ); in invoke()

Completed in 28 milliseconds