Lines Matching refs:aDestSz

2380 	Size		aDestSz( LogicToPixel( rDestSize ) );  in ImplPrintTransparent()  local
2385 …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()
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()
2494 Size aDestSz( LogicToPixel( rDestSize ) ); in ImplPrintMask() local
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()
2511 aDestPt.X() -= ( aDestSz.Width() - 1L ); in ImplPrintMask()
2516 if( aDestSz.Height() < 0L ) in ImplPrintMask()
2518 aDestSz.Height() = -aDestSz.Height(); in ImplPrintMask()
2519 aDestPt.Y() -= ( aDestSz.Height() - 1L ); in ImplPrintMask()
2549 pMapX[ nX ] = aDestPt.X() + FRound( (double) aDestSz.Width() * nX / nSrcWidth ); in ImplPrintMask()
2552 pMapY[ nY ] = aDestPt.Y() + FRound( (double) aDestSz.Height() * nY / nSrcHeight ); in ImplPrintMask()