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.cxx2380 Size aDestSz( LogicToPixel( rDestSize ) ); in ImplPrintTransparent() local
2385 …mp.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.Height()… 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()
2405 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintTransparent()
2441 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintTransparent()
2444 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintTransparent()
[all …]