Lines Matching refs:aBmpData
126 Gdiplus::BitmapData aBmpData; in getFastPropertyValue() local
127 aBmpData.Width = aSize.getX(); in getFastPropertyValue()
128 aBmpData.Height = aSize.getY(); in getFastPropertyValue()
129 aBmpData.Stride = 4*aBmpData.Width; in getFastPropertyValue()
130 aBmpData.PixelFormat = PixelFormat32bppARGB; in getFastPropertyValue()
131 aBmpData.Scan0 = NULL; in getFastPropertyValue()
137 &aBmpData ) ) in getFastPropertyValue()
145 …SetDIBits( hScreenDC, hBmpBitmap, 0, aSize.getY(), aBmpData.Scan0, (PBITMAPINFO)&aBIH, DIB_RGB_COL… in getFastPropertyValue()
147 pGDIPlusBitmap->UnlockBits( &aBmpData ); in getFastPropertyValue()
200 Gdiplus::BitmapData aBmpData; in getFastPropertyValue() local
201 aBmpData.Width = aSize.getX(); in getFastPropertyValue()
202 aBmpData.Height = aSize.getY(); in getFastPropertyValue()
203 aBmpData.Stride = 4*aBmpData.Width; in getFastPropertyValue()
204 aBmpData.PixelFormat = PixelFormat32bppARGB; in getFastPropertyValue()
205 aBmpData.Scan0 = NULL; in getFastPropertyValue()
211 &aBmpData ) ) in getFastPropertyValue()
220 const sal_uInt8* pInBits=(sal_uInt8*)aBmpData.Scan0; in getFastPropertyValue()
233 pGDIPlusBitmap->UnlockBits( &aBmpData ); in getFastPropertyValue()