Home
last modified time | relevance | path

Searched refs:pSourceAlpha (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx1400 const Bitmap* pSourceAlpha, in ImplWriteDIB() argument
1415 if(pSourceAlpha) in ImplWriteDIB()
1417 const Size aSizePixAlpha(pSourceAlpha->GetSizePixel()); in ImplWriteDIB()
1421 pAccAlpha = const_cast< Bitmap* >(pSourceAlpha)->AcquireReadAccess(); in ImplWriteDIB()
1435 if(ImplWriteDIBFileHeader(rOStm, *pAcc, 0 != pSourceAlpha)) in ImplWriteDIB()
1449 const_cast< Bitmap* >(pSourceAlpha)->ReleaseAccess(pAccAlpha); in ImplWriteDIB()

Completed in 23 milliseconds