Home
last modified time | relevance | path

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

/aoo41x/main/vcl/source/gdi/
H A Doutdev2.cxx2385 …if( !rBmp.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.H… in ImplPrintTransparent()
2394 if( aDestSz.Width() < 0L ) in ImplPrintTransparent()
2396 aDestSz.Width() = -aDestSz.Width(); in ImplPrintTransparent()
2397 aDestPt.X() -= ( aDestSz.Width() - 1L ); in ImplPrintTransparent()
2402 if( aDestSz.Height() < 0L ) in ImplPrintTransparent()
2404 aDestSz.Height() = -aDestSz.Height(); in ImplPrintTransparent()
2499 …if( !rMask.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.… in ImplPrintMask()
2508 if( aDestSz.Width() < 0L ) in ImplPrintMask()
2510 aDestSz.Width() = -aDestSz.Width(); in ImplPrintMask()
2516 if( aDestSz.Height() < 0L ) in ImplPrintMask()
[all …]

Completed in 29 milliseconds