Home
last modified time | relevance | path

Searched refs:aDestSz (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx2394 …if( !rBmp.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.H… in ImplPrintTransparent()
2403 if( aDestSz.Width() < 0L ) in ImplPrintTransparent()
2405 aDestSz.Width() = -aDestSz.Width(); in ImplPrintTransparent()
2406 aDestPt.X() -= ( aDestSz.Width() - 1L ); in ImplPrintTransparent()
2411 if( aDestSz.Height() < 0L ) in ImplPrintTransparent()
2413 aDestSz.Height() = -aDestSz.Height(); in ImplPrintTransparent()
2508 …if( !rMask.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.… in ImplPrintMask()
2517 if( aDestSz.Width() < 0L ) in ImplPrintMask()
2519 aDestSz.Width() = -aDestSz.Width(); in ImplPrintMask()
2525 if( aDestSz.Height() < 0L ) in ImplPrintMask()
[all …]

Completed in 29 milliseconds